From owner-freebsd-questions Mon Dec 11 19:19:12 2000 From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 19:19:09 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from comp1.mastery.ca (lan12.dzyn.win.mnsi.net [208.28.54.140]) by hub.freebsd.org (Postfix) with ESMTP id 8458E37B400 for ; Mon, 11 Dec 2000 19:19:08 -0800 (PST) Received: (from nobody@localhost) by comp1.mastery.ca (8.11.1/8.11.1) id eBC3KEP43161; Mon, 11 Dec 2000 22:20:14 -0500 (EST) (envelope-from rmasse@mastery.ca) Date: Mon, 11 Dec 2000 22:20:14 -0500 (EST) Message-Id: <200012120320.eBC3KEP43161@comp1.mastery.ca> X-Authentication-Warning: comp1.mastery.ca: nobody set sender to rmasse@mastery.ca using -f From: "Ryan Masse" To: freebsd-questions@freebsd.org Reply-To: rmasse@mastery.ca Subject: sendmail smtpauth X-Mailer: NeoMail 1.14 X-IPAddress: 206.48.125.196 MIME-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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