Please reply to the list as well.
On 10/13/2011 3:28 PM, Steven Kiehl wrote:
On Thu, Oct 13, 2011 at 9:21 AM, Stephan Bosch
mailto:stephan@rename-it.nl> wrote: Are you sure you are using the Dovecot LDA (deliver)? Did you follow these instructions in the wiki? http://wiki1.dovecot.org/LDA http://wiki1.dovecot.org/LDA/Postfix From the looks of things, your Postfix currently still does its own mail delivery instead of using the Dovecot LDA. You should see entries in your log relating to LDA/deliver and Sieve, especially since you enabled mail_debug. To test whether Sieve is configured correctly (and to see what the Dovecot LDA normally logs), you can also manually execute /usr/lib/dovecot/deliver and feed it a message.
I am using Dovecot deliver to perform mail delivery. I'm absolutely certain of this because I get spam scores and it is SpamAssassin that actually hands the mail over to deliver. Here is my postfix master.cf http://master.cf entry for spamc/deliver:
dovespam unix n n n - - pipe flags=DRhu user=dovemail:dovemail argv=/usr/bin/spamc -f -e /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -f ${sender} -d ${user}@${nexthop} -n -m ${extension}
Ok, then what do your logs say about delivery? Even when things are filed in INBOX, the logs should show that deliver and sieve are being executed and putting the mail there.
http://wiki1.dovecot.org/Logging
Regards,
Stephan