Re: [qmailtoaster] Roundcube and Squirrelmail: relaying refused

2019-12-30 Thread Remo Mattei
And here is what I have for my config.inc.php $config['default_host'] = 'localhost'; 14 // For example %n = mail.domain.tld, %t = domain.tld 15 $config['smtp_server'] = 'tls://localhost'; 16 17 // SMTP port (default is 25; use 587 for STARTTLS or 465 for the 18 // depre

Re: [qmailtoaster] Roundcube and Squirrelmail: relaying refused

2019-12-30 Thread Remo Mattei
Just in case here is what I have on mine xxx:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1",SENDER_NOCHECK=“1" > On Dec 30, 2019, at 16:19, Eric Broch wrote: > > This is taken care of by rule in tcp.smtp (which works for squirrelmail) : > > 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0F

Re: [qmailtoaster] Roundcube and Squirrelmail: relaying refused

2019-12-30 Thread Eric Broch
This is taken care of by rule in tcp.smtp (which works for squirrelmail) : 127.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1" On 12/30/2019 3:03 PM, Angus McIntyre wrote: I'm still trying to set up an Ansible role for creating a qmailtoaster install, and I've run into some issues with Roundcu

[qmailtoaster] Roundcube and Squirrelmail: relaying refused

2019-12-30 Thread Angus McIntyre
I'm still trying to set up an Ansible role for creating a qmailtoaster install, and I've run into some issues with Roundcube and Squirrelmail (Rainloop works fine). Following Eric's advice, I'm using local SMTP for submission, so the Roundcube '/etc/roundcubemail/config.inc.php' file contains: