Prevent emails from reaching the spam folder

Discussion in 'ISPConfig 3 Priority Support' started by azuritetechs, Jun 11, 2021.

  1. azuritetechs

    azuritetechs Member

    Hello,

    I use ISPConfig for a long time and usually, years ago I did not use the relayhost and many of the emails I sent reached the spam folder of the recipient. Now I wm using the relayhost with SendGrid, but still some mails reach the spam folder.

    Are there any option to avoid this problem?

    I use:
    • ISPConfig 3.2.5
    • Ubuntu 18.04.4
    • I have a static IP
    • I do not have the option to set a reverse DNS, because my internet supplier does not offer this service.
    Thanks
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Various mail providers offer guidance on improving your email delivery, follow those and it will help with other providers as well. There are many general things you can do, eg setup SPF/dkim/dmarc, ensure your server doesn't send out a lot of spam, check if it is on blacklists and get it delisted, ensure your reverse dns is setup and matches your mail name, setup feedback loop added with large mail providers and respond to abuse complaints.
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I think it's best to move your server to a VPS provider that supports things like rDNS to improve deliverability for your own IP.
     
  4. azuritetechs

    azuritetechs Member

    then the main cause of this problem it is probably the reverse DNS, right?
     
  5. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    It can be just one main cause, or could be numerous/many. If SendGrid's servers have reverse dns setup (I'd expect they would, but who knows) it might not be that at all.
     
  6. azuritetechs

    azuritetechs Member

    Ok Jesse, thank you, I will investigate this.
     
  7. atle

    atle Member HowtoForge Supporter

    You need to make sure you have the proper SPF/DKIM/DMARC set,

    What SPF you should use sendgrid can tell you. Good if you can use '-a'.

    Enable DKIM with sendgrid and put in the DKIM key you will get from sendgrid to your DNS zone.

    When you are sure SPF and DKIM works, you can test it here https://dkimvalidator.com, the last step is to enable DMARC. You can get guidance at https://dmarc.postmarkapp.com and they also provide a free service to gather the reports and send you a weekly readable report. It takes seconds to enable the service and it will tell you what DMARC record to put in your DNS zone.

    When you have done all this, there is nothing more you can do, except dont send spam.

    However, sendgrid has a terrrible reputation becuase thay have had poor control over spam sent from them. They have had (have?) security issues which has made it possible to retrieve their customers credentials and these accounts have been used for sending spam/malware. This has been organized in large scale and it is possible to purchase these hacked accounts. Google it and you will find. There are ISP's that block sendgrid, and man spam protection services are suspicious of mail sent from sendgrid.

    There are other services than sendgrid, for example postmarkapp.com and mailgun.com, the latter has a nice flexible plan. Both are US companies, if you are a EU company and hence need to fulfill GDPR, I would say you should use a EU company for this service. Example of these are sendinblue.com, rapidmail.com and flowmailer.com.
     
  8. azuritetechs

    azuritetechs Member

    Thank you atle, this is a very helpful information. I have to do a research and some tests.
     

Share This Page