T
Traged1
Guest
After the upgrade from PLESK 8.01 to 8.10 I noticed that we are getting a ton more spam, this is becuase our MAPS is no longer working. I had a look in /etc/xinetd.d/smtp_psa file and I see this:
This was inserted by PLESK upon the upgrade and causes the MAPS to not get checked! This is not the proper syntax for this file.
It should look like this:
Everyone should manually check this file is you are using maps and also the smtps_psa
server_args = /usr/sbin/rblsmtpd -r cbl.abuseat.org;sbl-xbl.spamhaus.org;relays.ordb.org;bl.spamcop.net /var/qmail/bin/relaylock /var/qmail/bin/greylist /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
This was inserted by PLESK upon the upgrade and causes the MAPS to not get checked! This is not the proper syntax for this file.
It should look like this:
server_args = /usr/sbin/rblsmtpd -r cbl.abuseat.org -r sbl-xbl.spamhaus.org -r relays.ordb.org -r bl.spamcop.net /var/qmail/bin/relaylock /var/qmail/bin/greylist /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
Everyone should manually check this file is you are using maps and also the smtps_psa