• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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