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

Qmail,PLESK 8.1 and ISP blocking port 25

F

fatcat

Guest
Any idea how to cofigure qmail to listen on 2nd port ie: 2525?

i found a tons of guides how to do it, however none of them
does work for me.

I have FC5 + PLESK 8.1
 
It is really easy.

Search for smtp port 587 on this forum.

(essentially you make a copy of smtp_psa, change one line in the new copy, restart xinetd, and open your firewall to the necesary port and that's it)

Faris.
 
Thanks Faris,

this is first guide that actually does work for me.
Thanks again
 
Sometimes the simplest solution is best ;-)

The alternatives (e.g. fiddling with IPtables) are way too complex to bother with :)


PLease be aware that some customers will still have problems. Entourage for the mac, for example, has serious authentication problems.

And lets not talk about Office 2007!

In both cases the solution is to switch to a less troublesome mail client (e.g. Thunderbird) or use pop-before-relay authentication.

Faris.
 
Having trouble getting port 2525 to work

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