Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 19:06:59 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>, <ports@FreeBSD.ORG>
Subject:   Re: SASL SMTP_AUTH
Message-ID:  <004401c01ea8$df37f7e0$8dfee0d1@westbend.net>
References:  <0c3001c01e9a$6c33b9e0$931576d8@inethouston.net>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "David W. Chapman Jr." <dwcjr@inethouston.net>
> 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 <user>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004401c01ea8$df37f7e0$8dfee0d1>