From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 06:42:13 2004 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 9184616A4CE for ; Thu, 25 Mar 2004 06:42:13 -0800 (PST) Received: from mail.server-home.net (mail.server-home.net [195.137.212.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C72243D31 for ; Thu, 25 Mar 2004 06:42:12 -0800 (PST) (envelope-from ahuth@pinguintown.de) Received: from comsrv.pinguintown.local (unverified [195.137.212.10]) by mail.server-home.net for ; Thu, 25 Mar 2004 15:46:18 +0100 Received: from 217.185.195.145 [217.185.195.145] by mail.server-home.net (eWall 1.0.150); 2004-03-25 15:46:18 +0200 Received: from comsrv.pinguintown.local (comsrv.pinguintown.local [192.168.101.4]) by comsrv.pinguintown.local (Postfix) with ESMTP id 58BC86B83A for ; Thu, 25 Mar 2004 15:50:36 +0100 (CET) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Date: Thu, 25 Mar 2004 15:51:29 +0100 From: Alex Huth Message-Id: <200403251551.29345.ahuth@pinguintown.de> MIME-Version: 1.0 Received: from comsrv.pinguintown.local by comsrv.pinguintown.local (AvMailGate-6.12.0.0) id 40887-5E3A582A; Thu, 25 Mar 2004 15:49:55 +0100 Received: from hivi.pinguintown.local (hivi.pinguintown.local [192.168.100.51]) by comsrv.pinguintown.local (Postfix) with ESMTP id 3666F6B83A for ; Thu, 25 Mar 2004 15:49:55 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by hivi.pinguintown.local (Postfix) with ESMTP id 7E32B6033 for ; Thu, 25 Mar 2004 15:51:29 +0100 (CET) To: freebsd-questions@freebsd.org User-Agent: KMail/1.6.1 X-AntiVirus: OK! AvMailGate Version 6.12.1.1email. Subject: Postfix & SASL Authmethod 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: Thu, 25 Mar 2004 14:42:13 -0000 Hi guys! I've setup up Postfix & SASL on a 4.9 System. It does SMTP-Auth for delivering to the ISP Mailserver. It is working fine so far. Tehre is only one warning when connecting to the remote SMTP-Server: offered AUTH option multiple times How can i define which Option to use when my SMTP is connecting? The security_option in the main.cf is "anonymous" Is there a solution to handle this? Thanks Alex Huth