Gentoo Archives: gentoo-user

From: Tanstaafl <tanstaafl@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Postfix question about auth and blocklists...
Date: Wed, 02 Jun 2010 18:41:40
Message-Id: 4C06A5D6.7020706@libertytrek.org
In Reply to: Re: [gentoo-user] Postfix question about auth and blocklists... by Brandon Vargo
1 On 2010-05-27 1:06 PM, Brandon Vargo wrote:
2 > You mentioned in your first mail that you use Dovecot. The easiest
3 > way to setup SASL for Postfix is to have Postfix authenticate
4 > against Dovecot,
5
6 +1, with one caveat - it doesn't work in client mode, only server mode...
7
8 > I also recommend adding the following option to main.cf if your
9 > clients support TLS encryption, which will not allow authentication
10 > over unencrypted connections:
11 >
12 > smtpd_tls_auth_only = yes
13
14 This is deprecated...
15
16 Ror the submission port you should use:
17
18 smtpd_tls_security_level = encrypt
19
20 and for opportunistic TLS on port 25:
21
22 smtpd_tls_security_level = may