Paul Schmehl via Postfix-users skrev den 2024-06-17 06:49:
I’m hoping I have solved the problem. I have roundcube sending mail on
port 25 with no auth (all daemons are running on the same server), and
it is sending mail. Gmail rejects it, but I’ve altered my spf record to
include localhost. I hope once that propagates my problems with be
solved.
$config['imap_conn_options'] = array ( 'ssl' => array ( 'verify_peer' =>
false, 'verify_peer_name' => false, ), );
$config['imap_host'] = 'ssl://localhost:993';
$config['imap_vendor'] = 'dovecot';
$config['smtp_conn_options'] = array ( 'ssl' => array ( 'verify_peer' =>
false, 'verify_peer_name' => false, ), );
$config['smtp_helo_host'] = 'localhost.example.org';
$config['smtp_host'] = 'tls://localhost:587';
does not need port 25 at all
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org