Re: [Dovecot] v2.2 status update: IMAP NOTIFY extension and more

2012-08-14 Thread Ed W
On 13/08/2012 19:27, Patrick Ben Koetter wrote: * Timo Sirainen : I'm also considering implementing an SMTP submission server, which works only as a proxy to the real SMTP server. The benefits of it would mainly be: * It could support BURL command and other extensions required by LEMONADE. Th

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-14 Thread Ed W
On 10/08/2012 10:25, Timo Sirainen wrote: how does help me "save battery" if i have a folder-structure maintained by sieve if i do not get my new mails? If you open 10 connections to IMAP server and will IDLE on them - your phone will wake up to reply for ping in every of that 10 connections. I

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-14 Thread Timo Sirainen
On 14.8.2012, at 11.04, Ed W wrote: > - Then there is tcp keepalive. Does Dovecot enable these? (Sorry, I should > look in the code...). Yes. > However, applications which enable it (eg optional in SSH) will trigger a > default (I think) 75 second network packet It's something like 2 hours

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-14 Thread Oon-Ee Ng
On Tue, Aug 14, 2012 at 4:18 PM, Timo Sirainen wrote: > Yes, doesn't help with multiple accounts, because the hashed username is > different (no IP). I guess this could be changed to be per IP just as well. I > think I wondered about which one to use previously but didn't see any point > in cho

Re: [Dovecot] Deleting metadata smashes file dovecot.dict

2012-08-14 Thread Andre Gröbe
On reading 'big' metadata entries i got a similiar behaviour (metadata_maxsize = 10240). The command getmetadata returns no data. I have created a dovecot.dict with a single entry (key=priv/mailbox/fba9aa2cf41721501f34d6254462/private/vendor/test/10458d10cf1f2a502375d6254462/2) to repro

[Dovecot] vacation and field FROM

2012-08-14 Thread Николай Клименко
Hi to all Here is the following scheme: Dovecot in a link with AD. For LDA and IMAP different views are used in a base. For example there is a user with such e-mail type - 1.n...@domain.ltd with the name of authorization auth_1.name. Incoming male folds up in /var/mail/domain/auth_1.name When

Re: [Dovecot] dsync backup gets stuck... fails

2012-08-14 Thread Jeff Gustafson
I ran a rsync on the mailboxes that I was having issues with. I re-ran rsync until I had a full sync with no further updates. Then I ran a dsync. dsync was able to run without issue. If I wipe out the target directory and re-run dsync, I'm back to dsync getting stuck. Running rsync

Re: [Dovecot] dsync backup gets stuck... fails

2012-08-14 Thread Timo Sirainen
On 11.8.2012, at 0.54, Jeff Gustafson wrote: > More dsync issues. We were running 2.1.7 and we updated to 2.1.9. Same > problem with both versions. > I'm getting an error 75 on about 40 boxes out of 1800. It is the same > list of boxes every time we use 'dsync backup' to backup the se

Re: [Dovecot] about postlogin in dovecot2

2012-08-14 Thread bmalik
is there a solution ? -- View this message in context: http://dovecot.2317879.n4.nabble.com/about-postlogin-in-dovecot2-tp5993p37074.html Sent from the Dovecot mailing list archive at Nabble.com.

[Dovecot] Listen on multiple ports possible using same protocol?

2012-08-14 Thread Michael Durket
Is it possible to have multiple Listen directives in a dovecot configuration file for the same protocol? I am running dovecot-1.2.11 and I want to be able to use the "standard port" as well as a test port: protocol imap { listen = *:143 listen = *:10143 ssl_listen = *:993

Re: [Dovecot] dsync backup gets stuck... fails

2012-08-14 Thread Jeff Gustafson
On Tue, 2012-08-14 at 23:23 +0300, Timo Sirainen wrote: > On 11.8.2012, at 0.54, Jeff Gustafson wrote: > > > More dsync issues. We were running 2.1.7 and we updated to 2.1.9. Same > > problem with both versions. > > I'm getting an error 75 on about 40 boxes out of 1800. It is the same > >

Re: [Dovecot] about postlogin in dovecot2

2012-08-14 Thread Daniel Parthey
bmalik wrote: > But I 'll do that for only some email addresses. I assume that by "email addresses" you mean "user names". > How can i do that ? The $SECURED variable contains "secured" if a user tries to log in via SSL/TLS, so if an insecure connection is found, the script should check whethe

Re: [Dovecot] Listen on multiple ports possible using same protocol?

2012-08-14 Thread Stan Hoeppner
On 8/14/2012 5:12 PM, Michael Durket wrote: > Is it possible to have multiple Listen directives in a dovecot configuration > file for the same protocol? I am running dovecot-1.2.11 and I want to be able > to use the "standard port" as well as a test port: > >protocol imap { >listen =

Re: [Dovecot] dsync backup gets stuck... fails

2012-08-14 Thread Jeff Gustafson
On Tue, 2012-08-14 at 23:23 +0300, Timo Sirainen wrote: > On 11.8.2012, at 0.54, Jeff Gustafson wrote: > > What can I do to help the developers locate the bug? > > Those hangs are a little bit annoying to debug, and the whole code has > been rewritten for v2.2 already in a way that should mak

Re: [Dovecot] about postlogin in dovecot2

2012-08-14 Thread bmalik
Thanks a lot. the script you gave works . -- View this message in context: http://dovecot.2317879.n4.nabble.com/about-postlogin-in-dovecot2-tp5993p37080.html Sent from the Dovecot mailing list archive at Nabble.com.