• 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.

Resolved Can´t stop greylisting

SalvadorS

Regular Pleskian
Hello,

Very strange problem:

root@xxx:/var/log# /etc/init.d/postgrey stop

[ ok ] Stopping postfix greylisting daemon: postgrey.

root@xxx:/var/log# service postgrey status

[FAIL] postgrey is not running ... failed!

root@xxx:/var/log# ps -ef|grep postgrey

postgrey 6790 1 0 ago24 ? 00:05:27 /usr/sbin/postgrey --pidfile=/var/run/postgrey.pid --daemonize --inet=10023 --delay=60 --max-age=20 --auto-whitelist-clients=10

root 28869 22856 0 11:13 pts/0 00:00:00 grep postgrey

So, there is a process that is there... why? Any Solution?
 
Hi SalvadorS,

"Greylisting" is part of your mail-handler and can be switched off over your Plesk Control Panel, or via CLI commands.


/usr/local/psa/bin/grey_listing --update-server -status off

Use the "--help" string for more CLI options for this Plesk Utility, or pls. see the Plesk documentation for it:

 
Back
Top