Am 19.06.2010 19:30, schrieb Pascal Volk:
On 06/19/2010 07:18 PM Steven Weiß wrote:
Hi Pascal,
thanks for the quick reply.
I enabled mail_debug and restarted dovecot, but still no entry in the log file. I assume that deliver isn't properly set up. I'm using qmail and configured /var/qmail/control/defaultdelivery as follows:
| /var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d mymail@mydomain.de
Running ps aux | grep "deliver" gives me this: qmail-lspawn | /var/qmail/bin/preline -f /usr/local/libexec/dovecot/deliver -d mymail@mydomain.de
I checked both paths of preline and deliver and they're correct. And I use the fixed mail address passed as -d as seen above. The user is set up in the static userdb file: mymail@mydomain.de:{PLAIN}mypasswd
As I understood the mechanics of qmail / deliver interaction it looks correct to me. But something must be wrong :-(
Please stop top-posting.
Qmail‽
Fist configure a 'master socket', so deliver will be able to perform user lookups. see http://wiki.dovecot.org/LDA#Virtual_users
Then save a message as /tmp/testmail Finally execute:
/usr/local/libexec/dovecot/deliver -d<recipient> -f<envelopesender> </tmp/testmail
Don't forget to check your logs.
Wholy crap, I got it :-) In the maildir there was a .qmail file which overwrote the qmail delivery specified in the defaultdelivery file...I was migrating from qmail/courier to qmail/dovecot and didn't know of that file.
Thanks for your help!
Greetings, Steven