Date: Wed, 17 May 2006 10:45:22 -0400 From: Steve Ames <steve@energistic.com> To: Brian Candler <B.Candler@pobox.com> Cc: freebsd-isp@freebsd.org, User Ernie <ernie@puremail.eis.net.au> Subject: Re: Can sendmail listen for SMTP on two prots at once? Message-ID: <20060517144522.GA6110@energistic.com> In-Reply-To: <20060517125414.GA5652@uk.tiscali.com> References: <20060510032848.GL69806@manor.msen.com> <200605170614.k4H6Eh2k042969@puremail.eis.net.au> <20060517125414.GA5652@uk.tiscali.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 17, 2006 at 01:54:14PM +0100, Brian Candler wrote: > On Wed, May 17, 2006 at 04:14:43PM +1000, User Ernie wrote: > > The other thing is I might be able to install some kind of SMTP AUTH setup, > > unfortunately I can't really user pop befor smtp because the pop servers are > > different machines than the outgoing SMTP server. > > > > What's the easiest way to do SMTP AUTH on FreeBSD? > > Install exim. Install cyrus-sasl from ports. Recompile sendmail linking it to the sasl port. You can modify /etc/make.conf to add the correct linking to sasl for sendmail so that the next time you 'buildworld' it'll do the right thing: (Assuming SASL2): SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 Modify Cyrus SASL settings to match your environment. -steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060517144522.GA6110>