• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Outgoing Mails issue via port 25

P

perag

Guest
My ISP seems to be blocking Port 25 which is needed for outgoing mails due to security concern. How can i assign another port. Plz could someone help with necessary steps for doing the change.
 
By default qmail already uses 2 ports :
Standard SMTP on port 25
and
SMTPS (SMTP/SSL) on port 465

Then you can try the port 465.

Or

you can also add a new port for SMTP.

Modify the file /etc/services
Add a line like this :

smtp your-port/tcp
smtp your-port/udp

ex:
smtp 26/tcp
smtp 26/udp

BUT DON'T REMOVE the lines
smtp 25/tcp
smtp 25/udp

Save and close the file /etc/services
Then restart the xinetd service with
service xinetd restart
That's all.
 
Back
Top