Re: Can sendmail listen for SMTP on two prots at once?
- From: Steve Ames <steve@xxxxxxxxxxxxxx>
- Date: Wed, 17 May 2006 10:45:22 -0400
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"
- References:
- Re: Can sendmail listen for SMTP on two prots at once?
- From: User Ernie
- Re: Can sendmail listen for SMTP on two prots at once?
- From: Brian Candler
- Re: Can sendmail listen for SMTP on two prots at once?
- Prev by Date: Re: pptp server and "how many clients"
- Next by Date: Re: pptp server and "how many clients"
- Previous by thread: Re: Can sendmail listen for SMTP on two prots at once?
- Next by thread: saslauthd and ldap authentication
- Index(es):
Relevant Pages
|
|