From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 18:58:55 2003 Return-Path: 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 61CB837B401 for ; Sat, 5 Jul 2003 18:58:55 -0700 (PDT) Received: from blacklamb.mykitchentable.net (65-37-69-83.bras01.elk.ca.frontiernet.net [65.37.69.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C506E43FF9 for ; Sat, 5 Jul 2003 18:58:54 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [192.168.1.28]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 35FC83BF417 for ; Sat, 5 Jul 2003 18:58:54 -0700 (PDT) Message-ID: <001401c34362$2739eef0$1c01a8c0@lc.ca.gov> From: "Drew Tomlinson" To: "FreeBSD Questions" Date: Sat, 5 Jul 2003 18:58:53 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Postfix With SASL Authentication? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2003 01:58:55 -0000 Can anyone point me to a HOW-TO to enable Postfix to relay for clients that provide a valid login? In other words, if I tell my IMAP client that my outgoing SMTP server requires authentication and provide an existing username/password combination that exists in /etc/passwd, I want Postfix to relay the message even if the client isn't defined in the "mynetworks" list. I've searched Google and found that SASL should be able to do this so I've installed it via the port. I've also installed the saslauthd port and recompiled Postfix with SASL support. Now I think I want to configure SASL to use PAM? Anyway, I've found various tidbits on Google and it seems that lots of people have problems with this. Is there any doc that helps one configure this on FBSD? Thanks, Drew