From owner-freebsd-questions Wed Mar 5 13:32:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 480DC37B41E for ; Wed, 5 Mar 2003 13:32:52 -0800 (PST) Received: from darkside.eemsd.wustl.edu (darkside.eemsd.wustl.edu [128.252.168.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A5F43FBD for ; Wed, 5 Mar 2003 13:32:51 -0800 (PST) (envelope-from dpd@darkside.eemsd.wustl.edu) Received: from [192.168.22.101] (localhost.localdomain [127.0.0.1]) (authenticated) by darkside.eemsd.wustl.edu (8.11.6/8.11.6) with ESMTP id h25LWlF12736 for ; Wed, 5 Mar 2003 15:32:47 -0600 User-Agent: Microsoft-Entourage/10.1.1.2418 Date: Wed, 05 Mar 2003 15:32:48 -0600 Subject: HELP: Exim - SMTP AUTH, STARTTLS, and PAM or pwcheck on FreeBSD From: "David P. Discher" To: Message-ID: In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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 --- Sorry if this gets posted twice, sigh, email issues ----- I've been playing with exim for a little bit now, my new server I'm going to roll out I would like to use exim instead of sendmail. So far, exim is much nicer to use, however, I am at a loss where to go now. I figure many would like to have the following ... SMTP standard receive on port 25 Relaying supported on 25 via STARTTLS + SMTP AUTH SSL Tunneled on port 485 + SMTP AUTH I've gotten the tunneled part to work. I got port 25 going. I can't get AUTH to work, and haven't tried STARTTLS yet. My authenticators section, I have so far: fixed_login: driver = plaintext public_name = LOGIN server_prompts = "Username:: : Password::" server_condition="${if pam{$1:$2}{1}{0}}" # server_condition = ${if pam{$1:${sg{$2}{:}{::}}}{yes}{no}} # server_condition = ${if pwcheck{$1:$2}{1}{0}} server_set_id = $1 Note, the commented sections I have tired each and still generate the errors below. > 2003-03-05 12:28:46 Authentication failed for ([192.168.22.101]) > [192.168.22.101]: 435 Unable to authenticate at present (set_id=dpd): cannot > connect to pwcheck daemon > 2003-03-05 12:58:00 Authentication failed for ([192.168.22.101]) > [192.168.22.101]: 535 Incorrect authentication data (set_id=dpd) I have not modified /etc/pam.conf yet. Anyone got some tips, help, advice where to go next - it seems like is a PAM/pwcheck issue, not exim at this point, or a draft at an HOWTO ? Specifics on exim and freebsd seem to be few right now. < random rant > Anyone know how to get your IPS out of SPEWS ? My ISP had some spammers they ditched a while back, but SPEWS has the whole dag IP range listed. The ISP has tried multiple times, but the WHOIS records still are pointed into the IP range (which they can't control), even though the co-los have been kicked out, but SPEWS wouldn't drop the blocks. < / random rant > -- *************************************************************** - | David P. Discher * * (314) 518-3795 | | * AIM: DavidDPD * ICQ:4222899 | -- *************************************************************** - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message