Page 1 of 1

New file "submission.psa" after 8.3 update?

Posted: Tue Jan 01, 2008 12:43 pm
by jwdick
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?

Posted: Tue Jan 01, 2008 4:02 pm
by exi1ed0ne
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:

Code: Select all

sudo yum remove qgreylist
sudo yum install qgreylist

Posted: Tue Jan 01, 2008 5:26 pm
by jwdick
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?

Posted: Tue Jan 01, 2008 5:37 pm
by exi1ed0ne
I'm not getting that myself, even with the additional file in xinetd.d. It looks like something else is open on port 25. Are there any other service files that have port 25? Does moving the "backup" files out of the xinetd.d directory help?

Posted: Tue Jan 01, 2008 5:55 pm
by jwdick
THANKS!

Never thought of moving the backup files out of the xinetd.d folder. Never mattered before BUT that worked this time....... No errors, per_source is back to "1" and greylisting is running again.

One more time THANKS ex1edOne!

Posted: Wed Jan 02, 2008 8:13 am
by breun
Yeah, it's a new feature in Plesk 8.3.0: Mail message submission