Issue: Please server with postfix and roundcube
Pots changed for SMTP mail.
Edit the roundcube config:
/usr/share/psa-roundcube/config
Check that the config is correct:
SMTP server host
// SMTP server host (for sending mails). // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// // If left blank, the PHP mail() function is used // Supported replacement variables: // %h - user's IMAP hostname // %n - hostname ($_SERVER['SERVER_NAME']) // %t - hostname without the first part // %d - domain (http hostname $_SERVER['HTTP_HOST'] without the first part) // %z - IMAP domain (IMAP hostname without the first part) // For example %n = mail.domain.tld, %t = domain.tld $rcmail_config['smtp_server'] = 'smtp.domain.com';
Port
// SMTP port (default is 25; use 587 for STARTTLS or 465 for the // deprecated SSL over SMTP (aka SMTPS)) $rcmail_config['smtp_port'] = 9025;