Re: Can sendmail listen for SMTP on two prots at once?



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

_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"



Relevant Pages