Re: [Dovecot] Newbie: LDA Isn't Logging
I did some testing on a Debian testing VM. I built 2.0.17 from sources and copied the config straight over from the malfunctioning machine.
LDA logging worked. So, it could be something about my system. But, running /usr/lib/dovecot/deliver still doesn't return a value on the command line as documented on the wiki.
I've attached strace files from both the malfunctioning Debian packages machine and the built from sources VM. Unfortunately, I'm a new strace user, so I don't know what it all means.
Michael
--- On Tue, 1/3/12, Timo Sirainen <tss_no_spam@iki.fi> wrote:
On 9.1.2012, at 7.34, Michael Papet wrote:
LDA logging worked. So, it could be something about my system. But, running /usr/lib/dovecot/deliver still doesn't return a value on the command line as documented on the wiki.
I've attached strace files from both the malfunctioning Debian packages machine and the built from sources VM. Unfortunately, I'm a new strace user, so I don't know what it all means.
The last line in the malfunctioning deliver:
exit_group(67) = ?
So Dovecot exits with value 67, which means EX_NOUSER. Looks like everything is working correctly. Are you maybe running a wrapper script that hides the exit code? Or in some other way checking it wrong..
participants (2)
-
Michael Papet
-
Timo Sirainen