From owner-freebsd-ports Thu Sep 14 17: 7:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 40E7337B423 for ; Thu, 14 Sep 2000 17:07:08 -0700 (PDT) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id TAA28695; Thu, 14 Sep 2000 19:07:01 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <004401c01ea8$df37f7e0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "David W. Chapman Jr." , References: <0c3001c01e9a$6c33b9e0$931576d8@inethouston.net> Subject: Re: SASL SMTP_AUTH Date: Thu, 14 Sep 2000 19:06:59 -0500 Organization: West Bend Internet X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "David W. Chapman Jr." > I compiled SASL support into the postfix-current port and now what do I do > in the config file to enable authentication? I looked in the FAQ for > postfix with no luck. > On the SASL side, you need to create the sasldb.db: su -l cyrus saslpasswd -c Next create ${PREFIX}/lib/sasl/Postfix.conf file. Postfix.conf should contain: pwcheck_method: pwcheck then start the pwcheck daemon: ${PREFIX}/etc/rc.d/pwcheck.sh start Don't know what needs to be done with PostFix config files to enable SMTP_AUTH. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message