Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-09 Thread Robert Schetterer
Am 10.08.2012 08:26, schrieb Luigi Rosa: > dove...@noboost.org said the following on 10/08/2012 04:44: > >> Probably a very common question now days. >> I'd like to configure our iPhones at work to go directly to my dovecot >> server (currently dovecot-2.0.9-2.el6_1.1.x86_64). Using the IMAP IDLE

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-09 Thread Robin
On 8/9/2012 11:26 PM, Luigi Rosa wrote: I used K-9 client on Android for one year with push, but I had to remove it and go back to integrated email client because it drained the battery. It sounds like "push" was really implemented as a poll. =R=

Re: [Dovecot] looking for information on Vacation auto-reply

2012-08-09 Thread Robert Schetterer
Am 09.08.2012 21:32, schrieb rob: > > On Thursday, August 9, 2012 15:19 EDT, Stephan Bosch > wrote: > >> On 8/9/2012 7:08 PM, rob wrote: >>> Hello >>> We are looking for information on how to use Vacation auto-reply . >>> >>> I've read http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage and a

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-09 Thread Luigi Rosa
dove...@noboost.org said the following on 10/08/2012 04:44: Probably a very common question now days. I'd like to configure our iPhones at work to go directly to my dovecot server (currently dovecot-2.0.9-2.el6_1.1.x86_64). Using the IMAP IDLE (push email) protocol. I used K-9 client on Androi

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-09 Thread Timo Sirainen
Related question that came to my mind: Does anyone know if XAPPLEPUSHSERVICE feature can be implemented by any server, or does it require cooperation between the server and the mobile network operator? I'm guessing the latter..

[Dovecot] IMAP IDLE - iPhone?

2012-08-09 Thread dovecot
Hi All, Probably a very common question now days. I'd like to configure our iPhones at work to go directly to my dovecot server (currently dovecot-2.0.9-2.el6_1.1.x86_64). Using the IMAP IDLE (push email) protocol. Has anyone successfully deployed this? If yes, did you have to use an app from the

Re: [Dovecot] about postlogin in dovecot2

2012-08-09 Thread Daniel Parthey
Bulend Mali wrote: > i want to use login-intranet-imap.sh in order to restrict by emailaddress and > ip address. > i read it at http://wiki2.dovecot.org/PostLoginScripting. > But there is an expression "mail_executable" in [dovecot1] conf. > but there is no such thing in dovecot2. > What is equiva

Re: [Dovecot] HA Mailbox Design

2012-08-09 Thread Stan Hoeppner
On 8/9/2012 9:58 AM, Nikolaos Milas wrote: > Hi, > > We would like to implement a Highly Available Mail Server and would like > to ask advice on how to architect this. > > Some details on our setup: > > Currently we have only one internal mail server (Postfix/Dovecot 2.0 - > planning to move to

Re: [Dovecot] some mdbox mails get lost each day

2012-08-09 Thread Timo Sirainen
On 9.8.2012, at 16.10, Christian Rößner wrote: >> doveadm import mdbox:~/mdbox-backup all-mails all > > problem > > I tried so, but this does not work here: I thought I'd make things easier by skipping the index rebuild, because I thought doveadm import does it automatically, but I guess it do

Re: [Dovecot] pop3 proxying error

2012-08-09 Thread Timo Sirainen
On 9.8.2012, at 10.27, Timo Sirainen wrote: >> Aug 9 09:01:36 smtp dovecot: imap-login: Error: ==27313== Invalid read of >> size 4 >> Aug 9 09:01:37 smtp dovecot: imap-login: Error: ==27313==at 0x5069BA1: >> settings_parser_get_list (settings-parser.c:254) >> Aug 9 09:01:37 smtp dovecot:

Re: [Dovecot] looking for information on Vacation auto-reply

2012-08-09 Thread rob
On Thursday, August 9, 2012 15:19 EDT, Stephan Bosch wrote: > On 8/9/2012 7:08 PM, rob wrote: > > Hello > > We are looking for information on how to use Vacation auto-reply . > > > > I've read http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage and a few > > other pages, but have not found h

Re: [Dovecot] looking for information on Vacation auto-reply

2012-08-09 Thread Stephan Bosch
On 8/9/2012 7:08 PM, rob wrote: Hello We are looking for information on how to use Vacation auto-reply . I've read http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage and a few other pages, but have not found how to set it up. We use sogo and thunderbird . Is there a how to or document for

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Robert Schetterer
Am 09.08.2012 19:37, schrieb Luigi Rosa: > Adrian Minta said the following on 09/08/2012 19:25: > >> First step is to have a mail system that works without sieve. This is >> the hard >> part. > > Not for me. I have more than 20 customers with their own Centos Linux > with Postfix and Dovecot comp

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Adrian Minta said the following on 09/08/2012 19:46: (~) is the account maildir, not the homedir of linux user. Ok, thanks! Ciao, luigi -- / +--[Luigi Rosa]-- \ I went to the airport, with my ticket to Los Angeles. I brought three bags and told the Skycap "I want this on to go to Seattle,

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Adrian Minta
On 08/09/12 20:37, Luigi Rosa wrote: plugin { ... sieve=~/.dovecot.sieve sieve_dir=~/sieve } That's the point: sieve_dir can be the 'root' of the maildir structure? Virtual users do not have their own home (~) directory. If the sieve file is store in the 'root' maildir of each u

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Adrian Minta said the following on 09/08/2012 19:25: First step is to have a mail system that works without sieve. This is the hard part. Not for me. I have more than 20 customers with their own Centos Linux with Postfix and Dovecot compiled by me, and Mysql, apache, php from the distribution

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Adrian Minta
On 08/09/12 20:10, Luigi Rosa wrote: Adrian Minta said the following on 09/08/2012 18:33: Is there a way to implement server-side filters with Dovecot configured with virtual users (userbase in mysql, a single *NIX user account that owns /var/spool/mail and its content)? Yes ! :) And the

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Luigi Rosa said the following on 09/08/2012 18:16: Is there a way to implement server-side filters with Dovecot configured with virtual users (userbase in mysql, a single *NIX user account that owns /var/spool/mail and its content)? :) And the webpage/wikipage with documentation about this is.

[Dovecot] looking for information on Vacation auto-reply

2012-08-09 Thread rob
Hello We are looking for information on how to use Vacation auto-reply . I've read http://wiki2.dovecot.org/Pigeonhole/Sieve/Usage and a few other pages, but have not found how to set it up. We use sogo and thunderbird . Is there a how to or document for this somewhere? This is our con

Re: [Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Adrian Minta
On 08/09/12 19:16, Luigi Rosa wrote: Is there a way to implement server-side filters with Dovecot configured with virtual users (userbase in mysql, a single *NIX user account that owns /var/spool/mail and its content)? Thanks Ciao, luigi Yes !

[Dovecot] Server side Sieve with virtual users

2012-08-09 Thread Luigi Rosa
Is there a way to implement server-side filters with Dovecot configured with virtual users (userbase in mysql, a single *NIX user account that owns /var/spool/mail and its content)? Thanks Ciao, luigi -- / +--[Luigi Rosa]-- \ A generation which ignores history has no past... and no future.

[Dovecot] HA Mailbox Design

2012-08-09 Thread Nikolaos Milas
Hi, We would like to implement a Highly Available Mail Server and would like to ask advice on how to architect this. Some details on our setup: Currently we have only one internal mail server (Postfix/Dovecot 2.0 - planning to move to 2.1), receiving mail from a gateway server (filtering sp

Re: [Dovecot] some mdbox mails get lost each day

2012-08-09 Thread Christian Rößner
Hi, > cp mdbox ~/mdbox-backup done > rm -rf ~/mdbox-backup/storage/dovecot.map* ~/mdbox-backup/mailboxes/ done > doveadm import mdbox:~/mdbox-backup all-mails all problem I tried so, but this does not work here: doveadm -Dv import -u foo@example.com mdbox:/srv/mail/foo@example.com-

Re: [Dovecot] Dovecot LMTP - Delivered-To header weirdness

2012-08-09 Thread Daniel Piddock
On 09/08/12 12:04, Robert Schetterer wrote: > Am 09.08.2012 12:26, schrieb Daniel Piddock: >> I'm not sure if this is a deliberate design decision or a technical >> limitation that I've missed. Please briefly explain if so :). Or a bug >> or feature request? > as far i remember its a design decide

Re: [Dovecot] Running spamc during LMTP delivery

2012-08-09 Thread martin f krafft
also sprach Daniel Piddock [2012.08.08.1201 +0200]: > Have you taken a look at Pigeonhole and Sieve? There's > experimental support for running spam filters and external > commands. You'll need at least 0.3.0 which requires Dovecot 2.1. Dear list, here is an update. Indeed, the pigeonhole filter

Re: [Dovecot] Dovecot LMTP - Delivered-To header weirdness

2012-08-09 Thread Charles Marcus
On 2012-08-09 7:04 AM, Robert Schetterer wrote: Am 09.08.2012 12:26, schrieb Daniel Piddock: I'm not sure if this is a deliberate design decision or a technical limitation that I've missed. Please briefly explain if so :). Or a bug or feature request? as far i remember its a design decide d

Re: [Dovecot] dovecot rpm packages for CentOS ?

2012-08-09 Thread Spyros Tsiolis
- Original Message - > Hello all again, > > Has anyone any idea how to get the latest dovecot version for CentOS > 5.8 or 6.2 32-bit OS ? > > I did a quick search and found out that the official version of dovecot > for CentOS v5.8 is 1.0.2 (!!). > > Any repos ? Any ideas :-) ? > > Than

Re: [Dovecot] Dovecot LMTP - Delivered-To header weirdness

2012-08-09 Thread Robert Schetterer
Am 09.08.2012 12:26, schrieb Daniel Piddock: > I'm not sure if this is a deliberate design decision or a technical > limitation that I've missed. Please briefly explain if so :). Or a bug > or feature request? as far i remember its a design decide dont know exim but it looks like max_rcpt=1 is

[Dovecot] Dovecot LMTP - Delivered-To header weirdness

2012-08-09 Thread Daniel Piddock
Hi, I'm not sure if this is a deliberate design decision or a technical limitation that I've missed. Please briefly explain if so :). Or a bug or feature request? When LMTP receives a mail with a single recipient it adds a Delivered-To header. However if the message is delivered in a batch that h

Re: [Dovecot] dovecot rpm packages for CentOS ?

2012-08-09 Thread Giles Coochey
On 09/08/2012 09:33, Vladimir Bukov wrote: On Thu, August 9, 2012 4:31 pm, Spyros Tsiolis wrote: > Hello all again, > Has anyone any idea how to get the latest dovecot version for CentOS > 5.8 or 6.2 32-bit OS ? > I did a quick search and found out that the official version of dovecot > for C

Re: [Dovecot] Running spamc during LMTP delivery

2012-08-09 Thread martin f krafft
also sprach Timo Sirainen [2012.08.08.1509 +0200]: > > Do you have an idea how I could let dovecot-lmtp invoke spamc? Or an > > external command as a filter, to be run by the final user? > > Use spampd LMTP proxy? That's a system-wide filtering daemon, it does not run per-user. Since spam is a s

Re: [Dovecot] dovecot+LDAP/AD encoding issue

2012-08-09 Thread Wiethoff, Helge
Hi Matthew, > You mentioned Roundcube earlier. I notice this in Roundcube's default > main.inc.php: > > // Password charset. > // Use it if your authentication backend doesn't support UTF-8. > // Defaults to ISO-8859-1 for backward compatibility > $rcmail_config['password_charset'] = 'ISO-

Re: [Dovecot] dovecot rpm packages for CentOS ?

2012-08-09 Thread Vladimir Bukov
On Thu, August 9, 2012 4:31 pm, Spyros Tsiolis wrote: > Hello all again, > Has anyone any idea how to get the latest dovecot version for CentOS > 5.8 or 6.2 32-bit OS ? > I did a quick search and found out that the official version of dovecot > for CentOS v5.8 is 1.0.2 (!!). > > Any repos ? Any

Re: [Dovecot] some mdbox mails get lost each day

2012-08-09 Thread Timo Sirainen
On 9.8.2012, at 11.24, Christian Rößner wrote: > I had enabled mail_log and search for any kind of errors. None. Only expunge > messages from a imap process. Which I thought was Outlook. But isn't. So there is an imap expunge entry for all of the mails that get lost? You should be able to match

[Dovecot] dsync \noselect on INBOX.INBOX skips sync of INBOX

2012-08-09 Thread Nikolai Schupbach
Hi Timo, We have encountered an issue today with a number of migrations. Some customers have mailboxes on the source IMAP server that look like this: 3 LIST "" * * LIST () "." "INBOX" * LIST () "." "INBOX.Statements" * LIST () "." "INBOX.Draft" * LIST () "." "INBOX.Drafts" * LIST () "." "INBOX.I

Re: [Dovecot] some mdbox mails get lost each day

2012-08-09 Thread Timo Sirainen
On 9.8.2012, at 11.14, Christian Rößner wrote: > I have a strange problem here. I had installed Dovecot-2.1.6 on a customers > setup. They have 102 mail accounts on the server. The started using this > dovecot version on the 20th June. One mailbox suddenly started expunging > mails. Not from th

[Dovecot] some mdbox mails get lost each day

2012-08-09 Thread Christian Rößner
Hi, I have a strange problem here. I had installed Dovecot-2.1.6 on a customers setup. They have 102 mail accounts on the server. The started using this dovecot version on the 20th June. One mailbox suddenly started expunging mails. Not from the current day, but one week back in the past. First

Re: [Dovecot] pop3 proxying error

2012-08-09 Thread Timo Sirainen
On 9.8.2012, at 10.15, to...@starbridge.org wrote: >> Could you run imap-login via valgrind (it slows things down): >> >> service imap-login { >> executable = /usr/bin/valgrind -q --vgdb=no >> /usr/local/libexec/dovecot/imap-login >> } >> >> (you may not have/need --vgdb=no, depends on your v

Re: [Dovecot] pop3 proxying error

2012-08-09 Thread to...@starbridge.org
Le 08/08/2012 15:41, Timo Sirainen a écrit : On 8.8.2012, at 9.42, to...@starbridge.org wrote: I've just tried this patch, so far pop-login error doesnt shows up , but now I've got this one: (imap-login this time) Aug 8 08:19:36 eol1 dovecot: imap-login: Fatal: master: service(imap-login):