Everything seems to work now. I needed to configure a postmaster_address in the dovecot.conf. I guess I missed this in the docs somewhere.
For the random Googler who sees this later on:
protocol lda { auth_socket_path = /var/run/dovecot/auth-master log_path = /var/log/dovecot-deliver.log info_log_path = /var/log/dovecot-deliver.log
postmaster_address = postmaster@example.org
}
Thanks for the great project!
On Mon, Aug 4, 2008 at 7:57 PM, Timo Sirainen <tss@iki.fi> wrote:
On Aug 4, 2008, at 10:53 PM, Carl Vondrick wrote:
How exactly do you see the problem with deliver?
In short, it causes fetchmail / getmail to fail. There doesn't seem to be an error message either.
You should probably find deliver's error log file. See http://wiki.dovecot.org/LDA -> logging and http://wiki.dovecot.org/Logging
Delivery error (command deliver 32064 error (78, )) msg 1/329 (5416 bytes), delivery error (command deliver 32064 error (78, ))
78 means EX_CONFIG. If deliver got called, it should have logged the actual error.