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 ...
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
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 // ---------------------------------- // SMTP // ---------------------------------- and add $config['smtp_port'] = You new SMTP port¨; Postfix edit Code: nano /etc/postfix/marster.cf add new_port inet n - n - - smtpd save and close run service postfix restart and now you can send mails via the new port |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Having both HTTP & HTTPS (Port 443 and Port 80) sites on a server | dsmarter | 14 | 46 ,289 |
08-22-2020, 02:49 PM Last Post: kenzopoker1 |
|
Port 80 Redirect to 443 Not working | condell | 1 | 5 ,050 |
03-04-2019, 07:51 PM Last Post: fearworks |
|
Sentora Err : You are speaking plain HTTP to an SSL-enabled server port | rockford | 2 | 8 ,191 |
01-17-2019, 01:51 AM Last Post: rockford |
Users browsing this thread: 1 Guest(s)