|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: question about nested headerchecks
From: Anne Ramey (anner
blast.com)
Date: Tue Oct 18 2005 - 16:04:36 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> To add disclaimers only to outbound mail, you could use
> smtpd_restriction_classes to filter mail From: your domain To: somewhere
> else. Or with the default smtpd_delay_reject you could use something like:
>
> smtpd_sender_restrictions =
> permit_auth_destination
> check_recipient_access regexp:/etc/postfix/add_disclaimer
>
> # /etc/postfix/add_disclaimer
> /^/ FILTER dmsg:dummy
>
I'm not clear on how
smtpd_sender_restrictions =
permit_auth_destination
check_recipient_access regexp:/etc/postfix/add_disclaimer
Will tag outgoing mail only. I don't currently have a
smtpd_sender_restrictions variable set, I have
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject which controls who can send through
the server. From http://www.postfix.org/uce.html it looks like the
lines above would tag all mail. ?
smtpd_restriction_classes to filter mail From: your domain To: somewhere
else would work fine...I've found a how-to for this so I'm going to see
if I can get that going.
Anne
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]