Displaying 1 result from an estimated 1 matches for "mailbox_commmand".
Did you mean:
  mailbox_command
  
2008 Aug 11
2
problems with sieve and lda
...table(pop3): /usr/libexec/dovecot/pop3
    mail_plugin_dir(default): /usr/lib/dovecot/imap
    mail_plugin_dir(imap): /usr/lib/dovecot/imap
    mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
    auth default:
      passdb:
        driver: pam
      userdb:
        driver: passwd
postfix/main.cf has
mailbox_commmand = /usr/libexec/dovecot/deliver
A .dovecot.sieve file with the following contents for testing purposes is 
located at ~/mail
require "fileinto";
if header :comparator "i;ascii-casemap" :contains "Subject" "**SPAM**"  {
        fileinto "Trash";...