New file "submission.psa" after 8.3 update?

Forum for getting help with Project Gamera, Spamassassin, Clamav, qmail-scanner and other anti-spam tools.
jwdick
Forum User
Forum User
Posts: 55
Joined: Mon Jul 31, 2006 10:55 pm

New file "submission.psa" after 8.3 update?

Unread post 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?
exi1ed0ne
Forum Regular
Forum Regular
Posts: 190
Joined: Sun Nov 20, 2005 4:16 pm
Location: Right Behind You!
Contact:

Unread post 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
jwdick
Forum User
Forum User
Posts: 55
Joined: Mon Jul 31, 2006 10:55 pm

Unread post 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?
exi1ed0ne
Forum Regular
Forum Regular
Posts: 190
Joined: Sun Nov 20, 2005 4:16 pm
Location: Right Behind You!
Contact:

Unread post 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?
jwdick
Forum User
Forum User
Posts: 55
Joined: Mon Jul 31, 2006 10:55 pm

Unread post 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!
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

Yeah, it's a new feature in Plesk 8.3.0: Mail message submission
Lemonbit Internet Dedicated Server Management
Post Reply