Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'd recommend DKIM support at the MTA level so all your server generated email for a given domain is signed by default. (unless you have a really good reason to not sign all server generated email for a domain).</p> <p>The best starting point in my googling to get DKIM setup on LAMP with dkim-milter and sendmail (on CentOS 5.2 in my case) was <a href="http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html" rel="noreferrer">Jeff Atwood's post about sending emails through code</a>.</p> <p>I would agree with him that the first 2 things you should address are reverse PTR record and DKIM signing.</p> <p>Also very important:</p> <ol start="3"> <li>IP address of the box to send email not already being blacklisted.</li> <li>make sure postmaster@emailsendingdomain.com is a valid email box</li> <li>if your server generated email needs to appear to come from somewhere else (like a contact form needing to come from name/email provided in a form) <a href="http://old.openspf.org/webgenerated.html" rel="noreferrer">follow these guidelines for email headers</a>.</li> </ol> <p>Here is the <a href="http://whatismyipaddress.com/blacklist-check" rel="noreferrer">email ip address blacklist checker</a> that I used.</p> <p>Those 5 things will solve perhaps 95% of your email deliverability issues.</p> <p>This <a href="http://allaboutlamp.com/2009/09/setup-dkim-for-postfix-in-fedora-using-dkim-milter/" rel="noreferrer">Guide for Fedora/dkim-milter/postfix</a> is also very good.</p> <p>The PHP mail library I use for my app is PHPMailer 5.1 which has DKIM support (and is PHP 5 only), but after doing the research, I decided implementing at the sendmail level was a better solution. As you can see, even the author of PHPMailer 5.1 does not suggest DKIM at the PHP mail library level is the best solution <a href="http://dkim.worxware.com/" rel="noreferrer">http://dkim.worxware.com/</a>.</p> <p>Best of luck to you.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload