fix filter for ltmp
This commit is contained in:
parent
9f73593810
commit
2c52c2470d
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ filter_submission unix - n n - - pipe
|
|||
flags=Rq user=filter argv=/usr/local/bin/mail_processor.py -t submission -f ${sender} -r ${recipient} --config /etc/postfix/mail_processor.conf
|
||||
filter_smtps unix - n n - - pipe
|
||||
flags=Rq user=filter argv=/usr/local/bin/mail_processor.py -t smtps -f ${sender} -r ${recipient} --config /etc/postfix/mail_processor.conf
|
||||
filter_lmtp
|
||||
filter_lmtp unix - n n - - pipe
|
||||
flags=Rq user=filter argv=/usr/local/bin/mail_processor.py -t lmtp -f ${sender} -r ${recipient} --config /etc/postfix/mail_processor.conf
|
||||
# flags=Rq user=filter argv=/etc/postfix/scripts/disclaimer.sh -f ${sender} -- ${recipient}
|
||||
policy-spf unix - n n - - spawn
|
||||
|
|
Loading…
Reference in a new issue