Difference between revisions of "Sieve"
Line 3: | Line 3: | ||
== Vacation == | == Vacation == | ||
There is a module for sieve called "vacation" which allows a user to auto reply to emails. This module will only execute the auto reply if the recipient of the email matches the user. Since we receive email on einstein (user@einstein.unh.edu), but it's addressed to user@physics.unh.edu, the module will not autoreply by default. This problem is fixed by adding the ":addresses" clause in your sieve script to specify user@physics.unh.edu as a recipient address you will send an autoreply for. | There is a module for sieve called "vacation" which allows a user to auto reply to emails. This module will only execute the auto reply if the recipient of the email matches the user. Since we receive email on einstein (user@einstein.unh.edu), but it's addressed to user@physics.unh.edu, the module will not autoreply by default. This problem is fixed by adding the ":addresses" clause in your sieve script to specify user@physics.unh.edu as a recipient address you will send an autoreply for. | ||
+ | |||
+ | Additional documentation on sieve problems may be found here: http://www.dovecot.org/list/dovecot/2009-July/040949.html and here: http://geckoblue.livejournal.com/276001.html |
Revision as of 14:02, 4 December 2012
Sieve is a dovecot plugin which allows a user to sort mail automatically into different mailboxes based on custom filters. The /etc/dovecot.conf file looks for sieve scripts in your home directory in a file called ".sieve". Basic documentation may be found here http://wiki.dovecot.org/LDA/Sieve.
Vacation
There is a module for sieve called "vacation" which allows a user to auto reply to emails. This module will only execute the auto reply if the recipient of the email matches the user. Since we receive email on einstein (user@einstein.unh.edu), but it's addressed to user@physics.unh.edu, the module will not autoreply by default. This problem is fixed by adding the ":addresses" clause in your sieve script to specify user@physics.unh.edu as a recipient address you will send an autoreply for.
Additional documentation on sieve problems may be found here: http://www.dovecot.org/list/dovecot/2009-July/040949.html and here: http://geckoblue.livejournal.com/276001.html