From owner-freebsd-stable@FreeBSD.ORG Mon Jun 2 06:40:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0511037B401 for ; Mon, 2 Jun 2003 06:40:02 -0700 (PDT) Received: from fmx3.freemail.hu (fmx3.freemail.hu [195.228.242.223]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C65343F75 for ; Mon, 2 Jun 2003 06:40:00 -0700 (PDT) (envelope-from kovacspeter2@freemail.hu) Received: (qmail 74270 invoked from network); 2 Jun 2003 15:34:41 +0200 Received: from fm3.freemail.hu (195.228.242.203) by fmx3.freemail.hu with SMTP; 2 Jun 2003 15:34:26 +0200 Received: (qmail 18749 invoked by uid 3421979); 2 Jun 2003 15:27:46 +0200 Date: Mon, 2 Jun 2003 15:27:44 +0200 (CEST) From: =?ISO-8859-2?Q?Kov=E1cs_P=E9ter?= To: freebsd-stable@freebsd.org Message-ID: X-Originating-IP: [81.182.49.19] X-HTTP-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-2 Subject: postfix X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 13:40:02 -0000 Hello, I have a system running Postfix. I would like to use it with SSL. It works fine, but I have one problem. At /usr/local/lib/sasl2/smtpd.conf there is a line: mech_list: plain login I think this means that when he sends the mail and logs in the login procedure is not secure. How can I make it secure. I tried mech_list: saslauthd login, but it didn't work out. Do you have a guess how can I make the login procedure secure as well? Nowdays I get this error message: postfix/smtpd[31997]: unable to dlopen /usr/local/lib/sasl2/libkerberos4.so: /usr/local/lib/sasl2/libkerberos4.so: Undefined symbol "des_pcbc_encrypt" Why is this? Thanks...