• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Port 25 closed after reboot

Webroy

Regular Pleskian
Hi All,

I have Centos 6 and plesk 11 on several servers running.. When i reboot my server the port 25 is not open.

I have te stop and start plesk before it works again.

This problem is on more then 6 servers...

Anyone else got this problem or a solution?
 
Make sure that postfix is started on necessary runlevel with

# chkconfig --list

command. Check with

# /etc/init.d/postfix status

that postfix is started after reboot.
 
checklist gives

postfix
0 off
1 off
2 on
3 on
4 on
5 on
6 off

p.s. all servers are clean installations..
 
checklist gives

postfix
0 off
1 off
2 on
3 on
4 on
5 on
6 off

p.s. all servers are clean installations..

Looks good. And what sort of output

# /etc/init.d/postfix status

after reboot? Also any related errors in logs?
 
Hi Igor:

PORT STATE SERVICE

22/tcp filtered ssh
53/tcp open domain
80/tcp open http

As you can see not port 25....

I have to stop and start plesk to open it.. postfix is running but no port is open

Nmap done: 1 IP address (1 host up) scanned in 1.29 seconds
[root@server]/etc/rc.d/init.d/postfix status
master (pid 1915) is running...


What i do before shutdown:

psa stopall
reboot
 
What sort of output

# lsof -i tcp:25

after reboot?
 
Back
Top