Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Outgoing emails don't seem to be encrypted with TLS through
Date: Fri, 18 May 2012 17:56:13
Message-Id: 4FB68CBF.4020400@orlitzky.com
In Reply to: [gentoo-user] Outgoing emails don't seem to be encrypted with TLS through by napalm@squareownz.org
1 On 05/18/12 13:32, napalm@××××××××××.org wrote:
2 > postfix Reply-To:
3 >
4 > All of my incoming emails are coming through postfix, eg that last
5 > email left this beauty in the log: postfix/smtpd[13698]: Anonymous
6 > TLS connection established from pigeon.gentoo.org[208.92.234.80]:
7 > TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)
8 >
9 > I'm a bit lost as to how to get my mails to *send* encrypted though.
10 >
11 > Is there a setting in main.cf that I'm missing?
12 >
13 > Thank you!
14
15 The "smtp" one is for outgoing, while "smtpd" is incoming:
16
17 smtp_tls_security_level = may
18 smtpd_tls_security_level = may
19
20 But they'll only work with other servers that support it.

Replies