Stroller wrote:
On 22 Oct 2008, at 12:56, Richard Foley wrote:
...
spam_ip_regex file:

/[ax]dsl.*\..*\..*/i     450 AUTO_XDSL Email Rejected. You appear to be
connecting from a Dynamic IP address.
This looks fairly useful. Does anyone else have any experience with this approach, who might be able to offer insight into whether it's valid or not?
My experience is on the butt-end of such filters - they're a sure fire way to annoy me if I'm sending you mail.

I run a Postfix server on my home ADSL connection and it is extremely frustrating to have mail rejected because of that. The common response of admins to complaints about this is "you should use your ISP's mail server", but really it is just nice to have a a proper "receipt" for emails one has sent.

If a message appears undelivered (it may have been incorrectly have been classified as spam by the recipient's filter) then, using Postfix & connecting directly, I can say "the mailserver listed in your domain's MX records acknowledged receipt for this message at $time on $date; here's the log entry". If I use my ISP's relay then the blame is uncertain
I'm in the same boat. One suggestion (if you are not already doing so) is to take advantage of the fact that you can easily tell Postfix to send email for only the problem domains through your ISP and direct-deliver all the rest. Whenever I encounter a problem with a particular domain I just add it to the list of domains to transport through my ISP.

-- Ron

Reply via email to