Re: [Dovecot] dovecot LDA with sendmail
Hadi Salem almarzuki2001@hotmail.com writes:
Im configuring sendmail with dovecot for virtual users using password file and file for user name. on centos.
dovecot-1.0.7-7.el5
Maybe I can beat Charles Marcus to the punch and recommend you upgrade to the latest version, otherwise you'll run into bugs that have already been fixed.
Mdovecot, P=/usr/libexec/dovecot/deliver, F=DFMPhnu9,S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP,T=DNS/RFC822/X-Unix,A=/usr/libexec/dovecot/deliver -d $u ... Apr 19 20:52:13 host1 sendmail[22311]: q3JHqDAR022309: to=jamal@example.com, ctladdr=root@host1.bigmama.com (0/0), delay=00:00:00, xdelay=00:00:00, mailer=dovecot, pri=120292, relay=dovecot, dsn=4.0.0, stat=Deferred: dovecot mailer (/usr/libexec/dovecot/deliver) exited with EX_TEMPFAIL
Is there any logs from deliver? If not, look at this page to configure logging
http://wiki.dovecot.org/LDA
That's your best chance at finding out the problem.
I don't have virtual users, so I can't venture to say whether this is part of the problem. I know I had to fiddle with the mailer flags (you have "DFMPhnu9") to get my setup working, but I don't remember what I did or why. Try adding the "S" flag and see if that helps.
Joseph Tam jtam.home@gmail.com
On 2012-04-19 9:45 PM, Joseph Tam jtam.home@gmail.com wrote:
Hadi Salem almarzuki2001@hotmail.com writes:
Im configuring sendmail with dovecot for virtual users using password file and file for user name. on centos. dovecot-1.0.7-7.el5
Maybe I can beat Charles Marcus to the punch and recommend you upgrade to the latest version, otherwise you'll run into bugs that have already been fixed.
Lol... I stopped reading at '...sendmail with dovecot...', otherwise I'd have beat you to it... ;)
--
Best regards,
Charles
Hi,
i installed new version 2.0.20. but its the same problem
# 2.0.20: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-164.el5 x86_64 CentOS release 5.4 (Final) auth_debug = yes auth_debug_passwords = yes auth_verbose = yes debug_log_path = /var/log/dovecot.log default_login_user = vmail disable_plaintext_auth = no hostname = host1.bigmama.com info_log_path = /var/log/dovecot.log log_path = /var/log/dovecot.log mail_debug = yes mail_location = maildir:~/Maildir mail_privileged_group = vmail passdb { args = scheme=PLAIN username_format=%u /etc/dovecot/users driver = passwd-file } postmaster_address = root@host1.bigmama.com service auth { unix_listener auth-userdb { group = vmail mode = 0600 user = vmail } } ssl = no userdb { args = username_format=%u /etc/dovecot/users driver = passwd-file }
Apr 21 17:47:16 host1 sendmail[32561]: q3LElF79032559: to=jamal@example.com, ctladdr=root@host1.bigmama.com (0/0), delay=00:00:00, xdelay=00:00:00, mailer=dovecot, pri=120292, relay=dovecot, dsn=4.0.0, stat=Deferred: dovecot mailer (/usr/local/libexec/dovecot/dovecot-lda) exited with EX_TEMPFAIL
Date: Fri, 20 Apr 2012 07:07:57 -0400 From: CMarcus@Media-Brokers.com To: dovecot@dovecot.org Subject: Re: [Dovecot] dovecot LDA with sendmail
On 2012-04-19 9:45 PM, Joseph Tam jtam.home@gmail.com wrote:
Hadi Salem almarzuki2001@hotmail.com writes:
Im configuring sendmail with dovecot for virtual users using password file and file for user name. on centos. dovecot-1.0.7-7.el5
Maybe I can beat Charles Marcus to the punch and recommend you upgrade to the latest version, otherwise you'll run into bugs that have already been fixed.
Lol... I stopped reading at '...sendmail with dovecot...', otherwise I'd have beat you to it... ;)
--
Best regards,
Charles
participants (3)
-
Charles Marcus
-
Hadi Salem
-
Joseph Tam