Re: [Dovecot] about postlogin in dovecot2

2012-08-14 Thread bmalik
My purpose is to restrict a particular email address 's reach for dovecot services such as pop3/imap. how can i restrict a particular email address by tcp port ? I want a particular mail address to be forced to use pop3s/imaps. I use vpopmail / dovecot2. How can i do a script for that ? cat

Re: [Dovecot] about postlogin in dovecot2

2012-08-14 Thread Timo Sirainen
On 14.8.2012, at 9.11, bmalik wrote: how can i restrict a particular email address by tcp port ? I want a particular mail address to be forced to use pop3s/imaps. I use vpopmail / dovecot2. How can i do a script for that ? userdb { driver =

Re: [Dovecot] about postlogin in dovecot2

2012-08-14 Thread bmalik
But I 'll do that for only some email addresses. How can i do that ? -- View this message in context: http://dovecot.2317879.n4.nabble.com/about-postlogin-in-dovecot2-tp5993p37064.html Sent from the Dovecot mailing list archive at Nabble.com.

[Dovecot] Libdovecot-sieve segfaults

2012-08-14 Thread Nikita Koshikov
Hello Stephan, Preface - one of my users went to vacation and changed his sieve script to run autoreply vacation message, after that - I have noticed some annoying errors in system log, like: dovecot-lda[2400]: segfault at 3ebf ip b7446c7a sp bfaab050 error 4 in

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 dovecot@dovecot.org: 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

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.

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 by

Re: [Dovecot] IMAP IDLE - iPhone?

2012-08-14 Thread Oon-Ee Ng
On Tue, Aug 14, 2012 at 4:18 PM, Timo Sirainen t...@iki.fi 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

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

[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] 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 list of

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 whether the

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 = *:143

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 make the