Re: Why would dovecot not be answering

2022-01-24 Thread Joe Acquisto-j4
> On Sun, Jan 23, 2022 at 12:33:57PM -0500, Bill Cole wrote: >> On 2022-01-22 at 23:00:55 UTC-0500 (Sat, 22 Jan 2022 23:00:55 -0500) >> Ruben Safir >> is rumored to have said: >> >> >I am really lost as to why dovecot is not authenticating >> > >> >I have >> > >> >smtpd_sasl_type = dovecot >> > >

Re: Why would dovecot not be answering

2022-01-24 Thread Ruben Safir
On Sun, Jan 23, 2022 at 12:33:57PM -0500, Bill Cole wrote: > On 2022-01-22 at 23:00:55 UTC-0500 (Sat, 22 Jan 2022 23:00:55 -0500) > Ruben Safir > is rumored to have said: > > >I am really lost as to why dovecot is not authenticating > > > >I have > > > >smtpd_sasl_type = dovecot > > > >in main.cf

Re: Why would dovecot not be answering

2022-01-23 Thread Benny Pedersen
On 2022-01-23 18:33, Bill Cole wrote: I wish you good luck in figuring out your problem without that information, as you would certainly need it. so many bad guides on make it not work, and so few that works https://doc.dovecot.org/configuration_manual/howto/postfix_and_dovecot_sasl/ only fa

Re: Why would dovecot not be answering

2022-01-23 Thread Jaroslaw Rafa
Dnia 22.01.2022 o godz. 23:00:55 Ruben Safir pisze: > I am really lost as to why dovecot is not authenticating > > I have > > smtpd_sasl_type = dovecot > > in main.cf And what is the value of smtpd_sasl_path ? I have smtpd_sasl_path = private/auth in main.cf, and in Dovecot config I have s

Re: Why would dovecot not be answering

2022-01-23 Thread Bill Cole
On 2022-01-22 at 23:00:55 UTC-0500 (Sat, 22 Jan 2022 23:00:55 -0500) Ruben Safir is rumored to have said: I am really lost as to why dovecot is not authenticating I have smtpd_sasl_type = dovecot in main.cf and # Postfix smtp-auth unix_listener /var/spool/postfix/private/auth { mode = 066

Re: Why would dovecot not be answering

2022-01-23 Thread Matus UHLAR - fantomas
On 22.01.22 23:00, Ruben Safir wrote: I am really lost as to why dovecot is not authenticating I have smtpd_sasl_type = dovecot in main.cf and # Postfix smtp-auth unix_listener /var/spool/postfix/private/auth { mode = 0666 user = postfix group = postfix } in /etc/dovecot/conf.d/10-master.con

Why would dovecot not be answering

2022-01-22 Thread Ruben Safir
I am really lost as to why dovecot is not authenticating I have smtpd_sasl_type = dovecot in main.cf and # Postfix smtp-auth unix_listener /var/spool/postfix/private/auth { mode = 0666 user = postfix group = postfix } in /etc/dovecot/conf.d/10-master.conf I want it to authenticate on su