• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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