[Dovecot] postmaster_address setting not given
Hi, I am trying to get dovecot working with postfix, and am coming up against this error message. I have this setting configured in the 'protocol lda' section.
I am running v1.1.11
dovecot -n -c /etc/dovecot/dovecot-postfix.conf # 1.1.11: /etc/dovecot/dovecot-postfix.conf # OS: Linux 2.6.31-14-generic x86_64 Ubuntu 9.10 reiserfs log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap ssl_disable: yes disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable: /usr/lib/dovecot/imap-login login_greeting_capability: yes first_valid_uid: 6060 mail_privileged_group: mail mail_location: maildir:/var/vmail/%d/%n imap_client_workarounds: outlook-idle delay-newmail auth default: mechanisms: plain login debug_passwords: yes passdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf userdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf socket: type: listen client: path: /var/spool/postfix/private/dovecot-auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: vmail
cat /etc/dovecot/dovecot-postfix.conf protocols = imap
log_path = log_timestamp = "%Y-%m-%d %H:%M:%S "
disable_plaintext_auth = no syslog_facility = mail ssl_disable = yes
mail_location = maildir:/var/vmail/%d/%n mail_privileged_group = mail first_valid_uid = 6060
protocol pop3 { pop3_uidl_format = %08Xu%08Xv mail_max_userip_connections = 3 pop3_client_workarounds = outlook-no-nuls oe-ns-eoh }
protocol imap { mail_max_userip_connections = 10 login_greeting_capability = yes imap_client_workarounds = outlook-idle delay-newmail }
protocol managesieve { sieve=~/.dovecot.sieve sieve_storage=~/sieve }
protocol lda { postmaster_address=postmaster@example.com
info_log_path = syslog_facility = mail
quota_full_tempfail = yes rejection_reason = Your message to <%t> was automatically rejected:%n%r mail_plugins = cmusieve log_path = auth_socket_path = /var/run/dovecot/auth-master sieve_global_path = /var/sieve/global.sieve
}
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@ auth_debug_passwords = yes
auth default { mechanisms = plain login
passdb sql { args = /etc/dovecot/dovecot-mysql.conf }
userdb sql { args = /etc/dovecot/dovecot-mysql.conf }
user = root
socket listen { master { path = /var/run/dovecot/auth-master mode = 0600 user = vmail } client { path = /var/spool/postfix/private/dovecot-auth mode = 0660 user = postfix group = postfix } } } dict { } plugin { }
When I run "dovecot -a" I see no mention of the postmaster_address setting.
TIA Steve.
View your other email accounts from your Hotmail inbox. Add them now. http://clk.atdmt.com/UKM/go/186394592/direct/01/
On 12/06/2009 01:50 AM Stephen Davies wrote:
Hi, I am trying to get dovecot working with postfix, and am coming up against this error message. I have this setting configured in the 'protocol lda' section. … dovecot -n -c /etc/dovecot/dovecot-postfix.conf # 1.1.11: /etc/dovecot/dovecot-postfix.conf … When I run "dovecot -a" I see no mention of the postmaster_address setting.
You should run dovecot -c /etc/dovecot/dovecot-postfix.conf -a
. BUT,
the mercurial changelog contains among others:
date: Sun Jul 26 21:56:17 2009 -0400
summary: dovecot -n/-a now outputs also lda settings.
…
date: Mon Jul 27 02:09:00 2009 -0400
summary: Released v1.2.2.
Regards, Pascal
The trapper recommends today: defaced.0934002@localdomain.org
On 12/06/2009 02:17 AM Pascal Volk wrote:
… the mercurial changelog contains among others: …
Addition for the 1.1 series: date: Sun Jul 26 21:56:17 2009 -0400 summary: dovecot -n/-a now outputs also lda settings. … date: Mon Jul 27 02:09:15 2009 -0400 summary: Released v1.1.18.
Regards, Pascal
The trapper recommends today: defaced.0934002@localdomain.org
I see, so that's why I don't see the LDA settings. However it doesn't explain why I keep getting the "postmaster_address setting not given" when it is clearly configured in the conf file. Or am I missing something?
Regards, Steve.
Date: Sun, 6 Dec 2009 02:30:42 +0100 From: user+dovecot@localhost.localdomain.org To: dovecot@dovecot.org Subject: Re: [Dovecot] postmaster_address setting not given
On 12/06/2009 02:17 AM Pascal Volk wrote:
… the mercurial changelog contains among others: …
Addition for the 1.1 series: date: Sun Jul 26 21:56:17 2009 -0400 summary: dovecot -n/-a now outputs also lda settings. … date: Mon Jul 27 02:09:15 2009 -0400 summary: Released v1.1.18.
Regards, Pascal
The trapper recommends today: defaced.0934002@localdomain.org
Add your Gmail and Yahoo! Mail email accounts into Hotmail - it's easy http://clk.atdmt.com/UKM/go/186394592/direct/01/
On 12/06/2009 09:55 AM Stephen Davies wrote:
I see, so that's why I don't see the LDA settings. However it doesn't explain why I keep getting the "postmaster_address setting not given" when it is clearly configured in the conf file. Or am I missing something?
Regards, Steve.
Please stop top posting.
When do you get this error? When executing dovecot -{a,n}
?
Regards, Pascal
The trapper recommends today: defaced.0934009@localdomain.org
Date: Sun, 6 Dec 2009 21:48:52 +0100 From: user+dovecot@localhost.localdomain.org To: dovecot@dovecot.org Subject: Re: [Dovecot] postmaster_address setting not given
On 12/06/2009 09:55 AM Stephen Davies wrote:
I see, so that's why I don't see the LDA settings. However it doesn't explain why I keep getting the "postmaster_address setting not given" when it is clearly configured in the conf file. Or am I missing something?
Regards, Steve.
Please stop top posting.
When do you get this error? When executing
dovecot -{a,n}
?Regards, Pascal
The trapper recommends today: defaced.0934009@localdomain.org
I see this message :
deliver(test@xxx.com): Dec 06 19:35:58 Fatal: postmaster_address setting not given
in /var/log/dovecot.log when postfix is attempting local delivery.
Regards, Steve.
Have more than one Hotmail account? Link them together to easily access both http://clk.atdmt.com/UKM/go/186394591/direct/01/
On Dec 5, 2009, at 7:50 PM, Stephen Davies wrote:
Hi, I am trying to get dovecot working with postfix, and am coming up against this error message. I have this setting configured in the 'protocol lda' section.
I am running v1.1.11
dovecot -n -c /etc/dovecot/dovecot-postfix.conf
Are you also calling deliver with -c /etc/dovecot/dovecot-postfix.conf? I don't know what Ubuntu has done, but that's not the default .conf path.
From: tss@iki.fi Date: Sun, 6 Dec 2009 19:51:38 -0500 To: stevie_davies@hotmail.com CC: do Sendvecot@dovecot.org Subject: Re: [Dovecot] postmaster_address setting not given
On Dec 5, 2009, at 7:50 PM, Stephen Davies wrote:
Hi, I am trying to get dovecot working with postfix, and am coming up against this error message. I have this setting configured in the 'protocol lda' section.
I am running v1.1.11
dovecot -n -c /etc/dovecot/dovecot-postfix.conf
Are you also calling deliver with -c /etc/dovecot/dovecot-postfix.conf? I don't know what Ubuntu has done, but that's not the default .conf path.
Hi, of course! I spent a couple of hours being thrown with this at first when configuring dovecot, but didn't think that I needed to add it to master.cf as well. Now I have this in the master.cf file - all works as expected:
dovecot unix - n n - - pipe flags=DRhu user=vmail argv=/usr/lib/dovecot/deliver -c /etc/dovecot/dovecot-postfix.conf -f ${sender} -d ${recipient}
Many thanks, for all your help.
Regards, Steve.
Have more than one Hotmail account? Link them together to easily access both http://clk.atdmt.com/UKM/go/186394591/direct/01/
participants (3)
-
Pascal Volk
-
Stephen Davies
-
Timo Sirainen