• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Input Whitelisting T-Online, GMX etc. by dnswl.org

Bitpalast

Plesk addicted!
Plesk Guru
Some well known Internet access providers use very few mail-out (sender) IPs for their SMTP servers. Normally, many of their SMTP servers are blacklisted, because of the millions of customers a few have been sending spam through them. When you are using a DNSBL like Spamcop in Plesk, mails from such providers will be blocked. As normally only a limited number of spam is actually coming from these providers, it can be a good idea to add the dnswl.org whitelist to the DNSBL service in your mail service.

This has been a Plesk feature request for many years listed here:
However, due to a very low vote count it has never been considered for implementation.

Anyway, while testing I found that it is easily possible to add list.dnswl.org to /etc/postfix/main.cf. The entry is maintained even through updates of the corresponding setting in Plesk GUI. When you add the entry to Posfix, the IPs of well known and normally reliable senders are excluded from blacklist tests, so that all the legitimate mail will pass. To add, simply modify /etc/postfix/main.cf

For example it could look similar to this after modification:
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, permit_dnswl_client list.dnswl.org, reject_rbl_client sbl.spamhaus.org, reject_rbl_client xbl.someblacklist.org, reject_rbl_client someotherblacklist.org

Save the modification, then
# service postfix restart
and you are all set.
 
Last edited:
Back
Top