• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

open relaying

K

kerm1t

Guest
My Plesk machine is acting as an open relay for mail, but since the Plesk CP is broken (that's another story), I need to solve the problem manually.

Here's the command it's running for SMTP (all one line):

/var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true

I'm guessing that either an entry in list of hows allowed to relay it too lax, or that smtp_auth is not being required for relaying.

I've examined the smtp_locks table in the psa database:

+---------------+---------+-----------+
| ip_address | ip_mask | lock_time |
+---------------+---------+-----------+
| 127.0.0.1 | 8 | NULL |
+---------------+---------+-----------+


,but that looks correct, yes?
 
Back
Top