Remember to change the port in roundcube config and add the port in postfix ??
Roundcube edit
look after
// ----------------------------------
// SMTP
// ----------------------------------
and add $config['smtp_port'] = You new SMTP port¨;
Postfix edit
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
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