• 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.

Change outgoing port

L

Lindsay@

Guest
As i sent out massmail about maintaince on seeveral forums my port 25 is closed for the moment but it will be open again after i explained it

I used my ISP smtp server as i dont have reverse dns and cant get it.
How can i set up qmail or postfix to use 2525 as alternative port for outgoing mails?
 
I used the following article to add port 2525 to qmail:
http://wiki.mediatemple.net/w/(dv):Enable_alternate_SMTP_email_port
(also added the port to /etc/services tcp and udp)
It was working fine. I could telnet into qmail on port 2525 and get a response but suddenly it just stopped working.
Now when I try to telnet in on port 2525 it just hangs. I can see that xinetd is listening on 2525 and 25 but no joy connecting on 2525, 25 works though.
netstat output:
tcp 0 0 0.0.0.0:2525 0.0.0.0:* LISTEN 12253/xinetd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 12253/xinetd

Any ideas on how to address this or how to troubleshoot?
 
Back
Top