• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Plesk 9.2.3 Major Email Issues

E

Eric Haskins

Guest
I am seeing a ton of
Jan 11 12:32:08 srv1 greylist[6983]: SMTP: EHLO: 250 hello
Jan 11 12:32:09 srv1 greylist[6983]: SMTP: MAIL: 250 Mail from <[email protected]>
Jan 11 12:32:10 srv1 greylist[6983]: SMTP: RCPT: 450 Rcpt to <[email protected]> - Temporary local problem - I said try later
Jan 11 12:32:24 srv1 /var/qmail/bin/relaylock[6926]: /var/qmail/bin/relaylock: mail from 78.29.129.246:2236 (not defined)
Jan 11 12:32:24 srv1 greylist[6926]: IP 78.29.129.246 new - temp error
 
As I remember it can be caused by third-party utility which is invoked upon connecting to the server's SMTP service. Try to check following:
# grep greylist /etc/xinetd.d/smtp_psa

There can be something like /var/qmail/bin/greylist
Make sure that it is third-party, but not Plesk package with following command, for example:

# rpm -qf /var/qmail/bin/greylist
qgreylist-0.3-3.el4.art

If it so, just remove /var/qmail/bin/greylist from /etc/xinetd.d/smtp_psa.
It should help.
 
Back
Top