I updated to Plesk 8.3 today. after update, qgreylist is no longer being called, per_source limit is not longer working. I saved to old smtp_psa before the update to compare to the new smtp_psa. I added "per_source" and greylisting back into the script. restarted xinetd. Still does not work. Error message when restarting xinetd:
xinetd startup succeeded
xinetd[19888]: bind failed (Address already in use (errno = 98)). service = smtp
xinetd[19888]: Service smtp failed to start and is deactivated.
xinetd[19888]: bind failed (Address already in use (errno = 98)). service = smtps
xinetd[19888]: Service smtps failed to start and is deactivated.
xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
xinetd[19888]: Started working: 4 available services
After doing some checking I now notice a new file called "submission.psa" which has the same info at smtp_psa with one exception:
original smtp_psa:
env = QS_SPAMASSASSIN="on"
new file has:
env = SUBMISSION=1 SMTPAUTH=1
NOTE: Email is being delivered and SA is working "catching spam" but I sure will miss greylisting...
Has anyone else noticed this?
New file "submission.psa" after 8.3 update?
-
- Forum Regular
- Posts: 190
- Joined: Sun Nov 20, 2005 4:16 pm
- Location: Right Behind You!
- Contact:
Yup I just fixed mine. It looks like Plesk regenerated the xinetd files back to the defaults. I really wish they left customizations alone and saved new as something else, but I guess thats what we get for being tweakers. 
The easiest way to get greylisting back is to:

The easiest way to get greylisting back is to:
Code: Select all
sudo yum remove qgreylist
sudo yum install qgreylist
I saved my modified smtp_psa file before the update (been burned before). After the update, I copied the modified over the defaults ( after saving the defaults as another name just to be sure ) When I get the error, I then copied the defaults back just to try them. Still got this error:
xinetd startup succeeded
xinetd[19888]: bind failed (Address already in use (errno = 9). service = smtp
xinetd[19888]: Service smtp failed to start and is deactivated.
Anything else I should try?
xinetd startup succeeded
xinetd[19888]: bind failed (Address already in use (errno = 9). service = smtp
xinetd[19888]: Service smtp failed to start and is deactivated.
Anything else I should try?
-
- Long Time Forum Regular
- Posts: 2813
- Joined: Sat Aug 20, 2005 9:30 am
- Location: The Netherlands
Yeah, it's a new feature in Plesk 8.3.0: Mail message submission
Lemonbit Internet Dedicated Server Management