[Dovecot] master user auth problem

2012-08-13 Thread Ibrahim Harrani
Hi, I tried to setup a master auth authentication. I also use auth_pop3wrapper to authenticate from qmail-ldap. But I could not login with master user. Here is the config. auth_master_user_separator = * passdb { driver = passwd-file args = /usr/local/etc/dovecot/passwd.masterusers master =

Re: [Dovecot] about postlogin in dovecot2

2012-08-13 Thread bmalik
hello how can i do a login script by tcp port ? I use cdb database my dovecot.conf -n; # doveconf -n # 2.1.8: /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 8.2-RELEASE amd64 auth_mechanisms = plain login digest-md5 cram-md5 apop disable_plaintext_auth = no first_valid_gid = 89

Re: [Dovecot] about postlogin in dovecot2

2012-08-13 Thread Charles Marcus
On 2012-08-12 7:13 PM, Daniel Parthey daniel.part...@informatik.tu-chemnitz.de wrote: bmalik wrote: I wrote a loginscript in bash. it works well. I can restrict a user by IP. how can i restrict a particular email address by tcp port ? I want a particular mail address to be forced to use

[Dovecot] imap-login process_limit (100) reached, client connections are being dropped

2012-08-13 Thread Voytek Eymont
noticed this in the log today, after about 11 warning IMAP appears to have not worked, 'service dovecot reload' got it going again question: what to check/alter ? # grep process_limit /var/log/maillog Aug 13 15:31:44 geko dovecot: master: Warning: service(imap-login):

Re: [Dovecot] about postlogin in dovecot2

2012-08-13 Thread bmalik
Ok where do i have to locate the passwd-file in dovecot2 i use vpopmail and dovecot2. -- View this message in context: http://dovecot.2317879.n4.nabble.com/about-postlogin-in-dovecot2-tp5993p37050.html Sent from the Dovecot mailing list archive at Nabble.com.

Re: [Dovecot] HA Mailbox Design

2012-08-13 Thread Nikolaos Milas
On 11/8/2012 8:11 μμ, Stan Hoeppner wrote: Writing you a complete design document for doing this is beyond the scope of a mailing list thread. There exists plenty of documentation on the web. You will have to do your own research, but I've pointed you in the right direction. Thank you Stan

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

2012-08-13 Thread Timo Sirainen
v2.2 hg now has support for NOTIFY extension. The only thing missing is support for SubscriptionChange events. Now would be a good time for IMAP clients to start implementing and testing it. :) I remember K9 developers at least said they were just waiting for Dovecot to support it first. v2.2

Re: [Dovecot] pop3 proxying error

2012-08-13 Thread to...@starbridge.org
Le 10/08/2012 01:34, Timo Sirainen a écrit : Actually it wasn't that obvious: http://hg.dovecot.org/dovecot-2.1/rev/b082b8260782 plus http://hg.dovecot.org/dovecot-2.1/rev/9d0873cefa08 Thanks Timo, it's working fine now Best regards Tonio Buonaguidi

[Dovecot] Permission denied on dovecot.lda-dupes

2012-08-13 Thread ppridt
Hi, I have converted my Imap Server from Courier to Dovecot in order to use sieve support. Everything works fine with the exception that the sender always gets the vacation msg since there is a permission error on writing of dovecot.lda-dupes. I've tried several version of permissions including

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

2012-08-13 Thread Christian Rößner
Hi, 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 doesn't notice the problem: doveadm -o

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

2012-08-13 Thread Patrick Ben Koetter
* 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 required by LEMONADE. The real SMTP server would

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

2012-08-13 Thread Charles Marcus
On 2012-08-13 2:27 PM, Patrick Ben Koetter p...@state-of-mind.de wrote: * Timo Sirainendovecot@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

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

2012-08-13 Thread Jeff Gustafson
On Sat, 2012-08-11 at 15:50 +0200, Daniel Parthey wrote: Maybe you have run into the epoll kernel bug under RHEL/CentOS: :) Yeah... been there, done that. We found that bug within *minutes* of ksplice updating the kernel. I don't think this is an epoll thing because, if it was,

[Dovecot] [PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting

2012-08-13 Thread Chris Webb
Sharing an installed copy of dovecot between several users each running a daemon within their own account (or using the same binaries for a system daemon and a user daemon) is difficult because the compile-time directory PKG_STATEDIR (typically /var/lib/dovecot) is hard-coded as the location of

Re: [Dovecot] [PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting

2012-08-13 Thread Chris Webb
Chris Webb ch...@arachsys.com writes: Sharing an installed copy of dovecot between several users each running a daemon within their own account (or using the same binaries for a system daemon and a user daemon) is difficult because the compile-time directory PKG_STATEDIR (typically

Re: [Dovecot] about postlogin in dovecot2

2012-08-13 Thread Joseph Tam
bma...@ihlas.net.tr writes: where do i have to locate the passwd-file in dovecot2 For what purpose? Master user? Password/user lookup? passdb { driver = passwd-file master = yes args = /anywhere/you/want/master-users