From owner-freebsd-questions Thu Aug 16 16:21: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kulish.com (c155329-a.hedend1.ia.home.com [24.8.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 0068E37B408 for ; Thu, 16 Aug 2001 16:21:00 -0700 (PDT) (envelope-from noc@kulish.com) Received: from MIRKWOOD [10.1.1.1] by kulish.com (FTGate 2, 2, 4, 1); Thu, 16 Aug 2001 18:20:40 -0500 From: "NOC - KP^2" To: Subject: Another SMTP Auth Date: Thu, 16 Aug 2001 18:20:58 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2535.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As I was reading through the Exim port Makefile, I found this: # Disable built-in Exim support for the PAM, RFC 2195 and RFC 2595 # authentication mechanisms, used for SMTP AUTH. #WITHOUT_PAM= yes #WITHOUT_AUTH_CRAM_MD5= yes #WITHOUT_AUTH_PLAINTEXT= yes Now that tells me that when I build Exim, it should support SMTP AUTH, but when I telnet to it, its missing the 25-AUTH line. Is there a certain way I need to start Exim to enable this? Gawd, I love all this testing! Thanks! CK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message