Hi,
My server dont send email.
How can i configuration in Firewall for Smtp 25 port allow.
25 TCP In out or
25 Udp in out
Regards,
Hi,
My server dont send email.
How can i configuration in Firewall for Smtp 25 port allow.
25 TCP In out or
25 Udp in out
Regards,
Last edited by Tymsah; 09-06-2007 at 01:54 PM.
Can you be more precise? Is it that you are connecting from a email client to your server and are unable to send mail? If so, it is likely that port 25 is blocked by your ISP (it's fairly common practice nowadays). Instead, set up Exim to also listen on port 26 and try connecting on port 26 instead.
i am asking ISP and allow for 25 port.
i think iptables block 25 port.
csf (ConfigServer Security & Firewall ) install and running on server.
WHM - Service Manager - Exim on another port - enable 26 and save
Change the port from 25 to 26 on your email client and then check again.
Agreed, many administrators have Exim set up to listen on port 25 (since that's the standard port mail servers expect to connect to) AND port 26 (merely because it's not blocked by end-users' ISPs).
Last edited by cPanelDavidG; 09-07-2007 at 08:44 AM. Reason: Grammatical error.
Hi,
I was on a shared server where the server admin didn't want to figure out why I couldn't send mail, but I'm sure this is why. My ISP (rogers) blocks port 25, which is dumb because EVERYONE uses port 25 for email. Anyways, I have to use port 26, which means that unless Exim is looking at port 26 for emails then I won't be able to send any. I'm now on a VPS with WHM and I love that I can fix things like this myself with very little experience and knowledge.
Thank you for posting this info,
Sean.
some isp providers in argentina work with por 26...
How can I make available both port 25 and 26 port on cpanel?