Displaying 2 results from an estimated 2 matches for "pdnsusers".
Did you mean:
pdnsuser
2011 Sep 11
0
Sieve envelope :detail "to" "xxx" does not deliver to fileinto destination
...migrate from my current courier-mta setup fo postfix dovecot
setup.
I use the following scirpt to filter to the destination mailbox.
### /var/vmail/none.at/al/sieve/lists.sieve
require ["fileinto", "subaddress", "envelope" ];
if envelope :detail "to" "pdnsusers" {
fileinto "Lists.pdnsusers";
}
###
postfix/master
###
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender}
-d ${user}@${nexthop} -a ${original_recipient}
# flags=DRhu user=vmail:vmail argv...
2011 Sep 12
3
Sieve envelope :detail "to" "extention" does not deliver to fileinto destination
...];
include "lists.sieve";
if envelope :detail "to" "work" {
fileinto "INBOX.work";
}
###
### /var/vmail/none.at/al/sieve/lists.sieve
require ["fileinto", "subaddress", "envelope" ];
if envelope :detail "to" "pdnsusers" {
fileinto "Lists.pdnsusers";
}
###
postfix/master
###
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender}
-d ${user}@${nexthop} -a ${original_recipient}
# flags=DRhu user=vmail:vmail argv...