Filtering on a per-recipient domain basis

2013-02-26 Thread Rich Bishop
I'm running postfix 2.3.3 on Linux. I'd like to send mail to an external content filter based on the recipient address, which would be injected back into postfix on port 10027. My first attempt was check_recipient_access=regexp:/etc/postfix/esa ... with esa containing: # Send non-local mail t

Re: postfwd, ratelimiting and whitelisting questions

2012-12-21 Thread Rich Bishop
I recently implemented postfwd here to help with our smtp-auth spammer problems. On 12/21/2012 05:28 AM, Miha Valencic wrote: Hi! I sent similar mail to postfwd mailing list as well, but it seems that the list is very slow, and I could not find any archives on the net as well. With regards to

Sending smtp-authed mail to policyd?

2011-10-25 Thread Rich Bishop
We currently permit smtp auth on ports 25, 465 and 567. We're having issues with spammers using compromised accounts to auth. I'd like to send all smtp authed connections to policyd, but am unsure how to do this for just the authed mail. Is is possible to somehow separate the authed mail and do

Re: Limit amount of mails per sender a day?

2011-10-21 Thread Rich Bishop
Policyd ( http://www.policyd.org/ ) can probably do what you're after. Rich

Multi recipient mail and deferring messages

2010-10-29 Thread Rich Bishop
The first check in our smtpd_recipient_restrictions defers mail for overquota users: smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/overquota, check_recipient_access hash:/etc/postfix/legacy-domains, . . . The overquota map file just defers messages: x...@doma

Re: Mail being deferred with unknown mail transport error

2010-10-01 Thread Rich Bishop
Thanks for responding. It appears that we had a duplicate mail alias, which caused the ldap map to return two mailhosts and made our smtp processes die. Fixed that and the problem seems to have gone away. Rich

Mail being deferred with unknown mail transport error

2010-10-01 Thread Rich Bishop
I have a RHEL5 machine running Redhat's build of postfix 2.3.3 and am having problems with messages being sporadically deferred with 'unknown mail transport error'. The machine is a gateway for listserv, so it does receive lots of mail at times. It appears that the problem is related to the amount