Page 1 of 1

ISP Deny's Port 25

Posted: Wed Nov 04, 2015 2:31 am
by cdg
I had looked into my email log because my emails were not sending, and it turns out that my ISP blocks port 25 sending of emails. Can I use a different port and how, or can I set up a mail server on a different ISP that does not block port 25?

Re: ISP Deny's Port 25

Posted: Wed Nov 04, 2015 8:50 am
by tjebbeke
You can let your mails be process through Gmail or other email providers. (http://vestacp.com/docs/ -> DNS Gmail template). You might also be looking for a cheap vps where mail is allowed.

Re: ISP Deny's Port 25

Posted: Wed Nov 04, 2015 11:09 am
by abad
You can also use port 465, 587 and 2525. Make sure they are open in iptables. Or you can use any port you want, you do nat redirect in iptables.

Re: ISP Deny's Port 25

Posted: Wed Dec 02, 2015 1:10 am
by cdg
How do I process the mail through gmail? It is not shown in the documentation.