Re: lmtp authentication ignored with tls enabled

2015-07-20 Thread Dan White
On 07/20/15 19:15 +0200, Marcus Schopen wrote: >Hi Dan, > >Am Montag, den 20.07.2015, 08:33 -0500 schrieb Dan White: >> It appears you may be performing sasl EXTERNAL authentication. Your >> auth-facility syslog should confirm that. > >How do I do that? libsasl logs to the auth facility. Check you

Re: lmtp authentication ignored with tls enabled

2015-07-20 Thread Marcus Schopen
Hi Dan, Am Montag, den 20.07.2015, 08:33 -0500 schrieb Dan White: > It appears you may be performing sasl EXTERNAL authentication. Your > auth-facility syslog should confirm that. How do I do that? > Configuring a restricted mechanism list would prevent that from happening: > > lmtp_sasl_mech_l

Re: lmtp authentication ignored with tls enabled

2015-07-20 Thread Dan White
On 07/20/15 03:21 +0200, Marcus Schopen wrote: >sendmail.mc: >-- >AuthInfo:imap.domain.de "I:lmtp-admin" "P:pass" "M:DIGEST-MD5" >-- >Jul 20 02:19:01 mail sendmail[5368]: t6K0GIKP005234: >to=, delay=00:02:43, xdelay=00:00:03, >mailer=cyrusv2, pri=211679, relay=imap.domain.d

Re: lmtp authentication ignored with tls enabled

2015-07-20 Thread Marcus Schopen
Am Montag, den 20.07.2015, 03:21 +0200 schrieb Marcus Schopen: > Hi, > > I'm trying to deliver mails via lmtp/tcp from sendmail to cyrus running > on another machine. > > sendmail.mc: > -- > define(`confLOCAL_MAILER', `cyrusv2')dnl > define(`CYRUSV2_MAILER_ARGS', `TCP imap.domain.de 2

lmtp authentication ignored with tls enabled

2015-07-19 Thread Marcus Schopen
Hi, I'm trying to deliver mails via lmtp/tcp from sendmail to cyrus running on another machine. sendmail.mc: -- define(`confLOCAL_MAILER', `cyrusv2')dnl define(`CYRUSV2_MAILER_ARGS', `TCP imap.domain.de 2003')dnl -- Without an authentication line in /etc/mail/access