• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Whitelist my backup MX from Greylisting

RealAbraCadaver

New Pleskian
I want to whitelist my backup MX servers so that I can run greylisting on them and my Plesk server. I don't want the backup to greylist and then my Plesk server to greylist the same messages. I could run it only on the Plesk server, however if the mail arrives at my backup then it takes some time to make it to my Plesk server, and then some time for the greylisting/retry.

In Plesk Server-Wide Mail Settings / White List I have added the following for my backup MX servers:

  • 208.79.240.2 / 32
  • 208.79.241.2 / 32

I restarted Postfix and Milter but still see this in my maillog, telling me it is still deferring mail from my backup MX server:

Feb 13 17:03:35 u17411632 postfix/smtpd[4159]: connect from mail2.rollernet.us[208.79.241.2]
Feb 13 17:03:36 u17411632 postfix/smtpd[4159]: 4F404242F8: client=mail2.rollernet.us[208.79.241.2]
Feb 13 17:03:36 u17411632 greylisting filter[4356]: Starting greylisting filter...
Feb 13 17:03:36 u17411632 /usr/lib64/plesk-9.0/psa-pc-remote[3874]: handlers_stderr: DEFER
Feb 13 17:03:36 u17411632 /usr/lib64/plesk-9.0/psa-pc-remote[3874]: DEFER during call 'grey' handler
Feb 13 17:03:36 u17411632 /usr/lib64/plesk-9.0/psa-pc-remote[3874]: Message aborted.
Feb 13 17:03:36 u17411632 postfix/smtpd[4159]: 4F404242F8: milter-reject: DATA from mail2.rollernet.us[208.79.241.2]: 451 4.7.1 Service unavailable - try again later; from=<x> to=<y> proto=ESMTP helo=<mail2.rollernet.us>
Feb 13 17:03:36 u17411632 postfix/smtpd[4159]: disconnect from mail2.rollernet.us[208.79.241.2]

How do I do this?
 
Last edited:
Hi,

have a look at the following command and see if it helps you:

# /usr/local/psa/admin/sbin/glmng --help

I'd think "glmng --disable-greylisting [--address=<address>]" might help.
If not try adding your DNS Names not IPs to the white list.

Regards,
Kristian
 
Back
Top