Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 22:20:14 -0500 (EST)
From:      "Ryan Masse" <rmasse@mastery.ca>
To:        freebsd-questions@freebsd.org
Subject:   sendmail smtpauth
Message-ID:  <200012120320.eBC3KEP43161@comp1.mastery.ca>

next in thread | raw e-mail | index | archive | help

i've been at this for 3 days trying to get sendmail to authentificate 
stmp relaying using sasl. i've been trying to compile sendmail with:

Add to your site.config.m4 (or OS specific) file in devtools/Site:
    APPENDDEF(`confENVDEF', `-DSASL')
    APPENDDEF(`conf_sendmail_LIBS', `-lsasl')

If sasl isn't installed in a location where the Build tool looks for 
include and library files, set:
    APPENDDEF(`confLIBDIRS', `-L/PATH/TO/SASL/lib')
    APPENDDEF(`confINCDIRS', `-I/PATH/TO/SASL/include')
replacing /PATH/TO/SASL/ with the path on your system.

but its not working.. i have sasl installed and have just about had it 
tryin to get this to work. can someone lend a helping hand with a 
document or possible a copy of their sendmail.cf?

any help you be greatly appreciated.

thanks in advance,
Ryan


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012120320.eBC3KEP43161>