Thomas Leuxner put forth on 5/9/2010 9:19 AM:
Am 09.05.2010 um 16:04 schrieb Stan Hoeppner:
"postmaster_address" has to be in an "protocol lda {}"-part:
It is. Any other suggestions?
-- Stan
What does 'dovecot -n' list, does it show the LDA section "syntactically" correct?
[10:01:28][root@greer]/etc/dovecot$ dovecot -n # 1.2.11: /etc/dovecot/dovecot.conf Error: Error in configuration file /etc/dovecot/dovecot.conf line 754: Unknown setting: postmaster_address Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
Damnit. I found it. It's always a stupid oversight...
I'd forgotten to remove the comment symbols from the top and bottom of the LDA section. It's easy to forget little things like this when one doesn't live and breath inside dovecot.conf daily.
#protocol lda { ... #}
It looks like it's working now:
May 9 10:17:18 greer dovecot: deliver(stan): msgid=4BE6D19E.3070205@lorentz.leidenuniv.nl: saved mail to INBOX May 9 10:17:18 greer postfix/local[14447]: 0DA0C6C3D2: to=stan@hardwarefreak.com, relay=local, delay=0.43, delays=0.38/0.03/0/0.02, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver)
Thanks for the help guys. If you'd not have kept my nose in dovecot.conf I'd not have found it.
-- Stan