Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2015 19:00:17 +0000 (UTC)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Sendmail: SMTP auth and smart host?
Message-ID:  <slrnmp5pq1.2rfv.naddy@lorvorc.mips.inka.de>
References:  <slrnmp0mna.rg3.naddy@lorvorc.mips.inka.de> <20150629062540.GA1359@fbsdvm1.naber.dom>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2015-06-29, Björn Heidotting <b.heidotting@web.de> wrote:

> Do you have support for SMTP-AUTH compiled into sendmail?
>
> Check with: sendmail -d0.1 -bv postmaster | grep -i sasl

No, I'm using the stock FreeBSD 10 sendmail, so I don't have SASL
support compiled in.

I was under the impression that SASL support was only required for
server side SMTP authentication, but looking over
  src/contrib/sendmail/src/usersmtp.c
I see that I was mistaken.

Well, that explains it.  Pity that this requires a port.

> I also have the following in my .mc file:
>
> FEATURE(`authinfo', `hash /etc/mail/auth/client-info')dnl

As far as I can tell, FEATURE(authinfo) only splits out the client
side authentication information into a separate map.  Otherwise,
you can just put it into the access database, assuming you have
FEATURE(access_db).

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?slrnmp5pq1.2rfv.naddy>