• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk close port 25 after Reboot

Webroy

Regular Pleskian
I have a problem with all of my Plesk servers,

The OS system is Centos 5.5 and The Plesk is 9.5

The problem only appears after a reboot within the following steps:

Whein i want te do a reboot of the server i do:

/etc/rc.d/init.d/psa stop all
Reboot

When i do this and plesk is up he do not open poort 25... When i do a plesk restart, he opens it...

He is only doing this when i do a psa stop all and then reboot... When i use init 6 he does not close them after reboot.

Any one any ideas?

Thx
 
Check with

chkconfig --list

that you have enabled smtp server for starting on corresponding runlevel.
 
qmail 0 off 1 off 2 off 3 on 4 on 5 on 6 off.
xinetd 0 off 1 off 2 off 3 on 4 on 5 on 6 off

Beste Regards,
 
Back
Top