Re: dovecot sasl support - solved

2019-03-24 Thread Wojciech Puchar via dovecot
login_trusted_networks = 127.0.0.1 fixed the speed problem

Re: dovecot sasl support

2019-03-24 Thread Wojciech Puchar via dovecot
Why authenticating over imap takes so slow? my saslauthd runs like that /usr/local/sbin/saslauthd -a rimap -O 127.0.0.1 -n 0 -r imap server is handled by dovecot of course. to be sure it's not sendmail i've tried testsaslauthd testsaslauthd -u woj...@puchar.net -p mypassword works but takes

Re: dovecot sasl support

2019-03-24 Thread Wojciech Puchar via dovecot
but it seems sendmail strips domain name from entered login. No, it is saslauthd. Check the documention and see the "-r" parameter of saslauthd. found it a minute before reading this e-mail. thank you works fine. almost ;) Why authenticating over imap takes so slow? my saslauthd runs like

Re: dovecot sasl support

2019-03-24 Thread Alexander Dalloz via dovecot
Am 24.03.2019 um 10:01 schrieb Wojciech Puchar via dovecot: solved by setting saslauthd to authenticate over imap - through dovecot server. testsaslauthd shows it works fine. but it seems sendmail strips domain name from entered login. No, it is saslauthd. Check the documention and see the "-

Re: dovecot sasl support

2019-03-24 Thread Yassine Chaouche via dovecot
On 3/24/19 10:01 AM, Wojciech Puchar via dovecot wrote: so it will listen on the same socket. the effect with sendmail is as below Mar 23 21:23:29 <2.3> puchar dovecot: auth: Error: Authentication client not compatible with this server (mixed old and new binaries?) do i need to specify

Re: dovecot sasl support

2019-03-24 Thread Wojciech Puchar via dovecot
} so it will listen on the same socket. the effect with sendmail is as below Mar 23 21:23:29 <2.3> puchar dovecot: auth: Error: Authentication client not compatible with this server (mixed old and new binaries?) do i need to specify something while compiling sendmail to make it compatible