Re: [qmailtoaster] Roundcube and Squirrelmail: relaying refused

2019-12-31 Thread Angus McIntyre
Thank you, Eric and Remo. I ended up actually being able to get it to work two ways. The key to using port 25 was the tcp.smtp line that Eric suggested. Once that's in place, the following settings in '/etc/roundcubemail/config.inc.php' worked: $config['smtp_server'] = '127.0.0.1';

Re: [qmailtoaster] Roundcube and Squirrelmail: relaying refused

2019-12-31 Thread ChandranManikandan
Use 587 port in config.inc On Tue, Dec 31, 2019 at 6:04 AM 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 Roundcube and Squirrelmail > (Rainloop works fine). > > Following Eric's advice, I'm using local

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