On 12/29/2010 09:12 AM, Vuki wrote:
Hi!

I have a postfix/dovecot mail server, i manage virtual domains via postfixadmin and mysql. How can i configure server side email filtering rules somehow(e.g. put specified sender to a folder)?

vuki


hi vuki,

you can achieve this by using dovecot sieve (http://wiki.dovecot.org/LDA/Sieve)

for example:
if header :contains "From" ["foobar.com"] {
        fileinto "foobar";
}

regards,
manuel


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d1aef35.3020...@mhofer.eu.org

Reply via email to