View Single Post
  #2   (View Single Post)  
Old 9th May 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

I suspect you enabled the dovecot LDA through master.cf (?)

The option mailbox_command in main.cf should work better:
Code:
mailbox_command = /usr/local/libexec/dovecot/deliver
Not sure if this is the reason thing don't work, but you could try it...

Also note that you should separate tags with commas (,) not with spaces (You created one very long tag instead of several separate) ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote