Hello,
I am trying to setup an Email Server with Exim, dovecot and sieve
support. I am not sure about the settings for Sieve, right now
its's not working properly:
user: test3@gewaltphantasien.de maildir: /var/mails/gewaltphantasien.de/test3
I have the .dovecot.sieve file in the root dir of the users emails:
root@ubuntu:/var/mails/gewaltphantasien.de/test3# cat /var/mails/gewaltphantasien.de/test3/.dovecot.sieve require "vacation"; vacation # Reply at most once a day to a same sender :days 1 :subject "Out of office reply" # List of additional recipient addresses which are included in the auto replying. # If a mail's recipient is not the envelope recipient and it's not on this list, # no vacation reply is sent for it. :addresses ["test3@gewaltphantasien.de", "john.doe@company.dom"] "I'm out of office, please contact Joan Doe instead. Best regards John Doe";
Incoming email looks like: Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): auth input: maildir=gewaltphantasien.de/test3 Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): auth input: uid=1001 Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): auth input: gid=1001 Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): Home dir not found: Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): maildir: data=/var/mails/gewaltphantasien.de/test3 Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): maildir++: root=/var/mails/gewaltphantasien.de/test3, index=, control=, inbox=/var/mails/gewaltphantasien.de/test3 !!!! Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): cmusieve: /.dovecot.sieve doesn't exist !!!! Sep 5 15:45:01 ubuntu spamd[15032]: prefork: child states: II Sep 5 15:45:01 ubuntu deliver(test3@gewaltphantasien.de): msgid=: saved mail to INBOXf saved mail to INBOX
Sieve settings in dovecot.conf: sieve=/var/mails/%d/%n/.dovecot.sieve sieve_storage=/var/mails/%d/%n/sieve
Any ideas ? Thanks!
-- www.stonki.de www.proftpd.de www.kbarcode.net www.krename.net