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
#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
#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


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

Forum Jump:


Users browsing this thread: 1 Guest(s)