View Single Post

  #2 (permalink)  
Old 05-03-2008
Chris Babcock
 
Posts: n/a
Default Re: please explain to me why postfix isn't completely worthless

On Fri, 02 May 2008 18:54:56 -0500
jt <tikibars@NOSPAMyahoo.com> wrote:

> Hi
>
> Ever since I began using postfix, a LOT of my mail is rejected by
> various ISPs as spam.
>
> I am not a spammer, just a regular guy who sends maybe 10 emails a
> day, on a busy day.
>
> But these days, most ISPs - especially the big ones like Yahoo and
> Hotmail and Gmal, etc - reject anything that is not sent through a
> recognized mail server.
>
> So much for net neutrality!
>
> How can postfix be used without my messages being tagged as spam?


I understand your frustration, but it's not the software. There's a lot
of infrastructure involved in running a mail server that you probably
won't have in place already.

The biggest reason that mail gets rejected is that DNS isn't configured
properly. Almost all mail servers are configured to reject mail if the
R PTR record doesn't match or if the sending server identifies itself
by IP address rather than a name. You have to contact your ISP to ask
for a reverse pointer if you haven't done so already. If you have that
in place and your mail is still being rejected then look up Sender
Policy Framework. It's easy to implement in DNS, but the control panel
for your domain needs to support TXT records. If your registrar doesn't
offer that than you'll either need to set up BIND for yourself or use a
DNS service like ZoneEdit.com.

For 10 emails a day, you're better off configuring postfix to use your
ISP as a relay if they permit it or ditching the mail server completely
if you always use a regular email client.

Chris

Reply With Quote