This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

my vps provider block port 25
#1
my vps provider block port 25
Hello, my vps provider blocks port 25, I was reading on the internet and is something common, I say change the port to 26 but roundcube not find the server when trying to send email from that port. I can help you solve the problem? Thanks ...
Reply
Thanks given by:
#2
RE: my vps provider block port 25
Try this command . You have to unblock port in iptable .
iptables -I INPUT -p tcp -m tcp --dport 25 -j ACCEPT
Reply
Thanks given by:
#3
RE: my vps provider block port 25
Remember to change the port in roundcube config and add the port in postfix ??

Roundcube edit
Code:
nano /etc/sentora/panel/apps/webmail/config/config.inc.php
look after
// ----------------------------------
// SMTP
// ----------------------------------
and add $config['smtp_port'] = You new SMTP port¨;

Postfix edit

Code:
nano /etc/postfix/marster.cf
after smtp inet n - n - - smtpd
add new_port inet n - n - - smtpd

save and close

run service postfix restart

and now you can send mails via the new port
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Having both HTTP & HTTPS (Port 443 and Port 80) sites on a server dsmarter 14 42 ,472 08-22-2020, 02:49 PM
Last Post: kenzopoker1
Port 80 Redirect to 443 Not working condell 1 4 ,531 03-04-2019, 07:51 PM
Last Post: fearworks
Sentora Err : You are speaking plain HTTP to an SSL-enabled server port rockford 2 7 ,461 01-17-2019, 01:51 AM
Last Post: rockford

Forum Jump:


Users browsing this thread: 1 Guest(s)