Hi all,
I've configured a TLS/SSL smtpd in a box as follows:
# postconf -n | grep -i tls
smtpd_tls_cert_file = /usr/local/home/example.com.crt
smtpd_tls_key_file = /usr/local/home/example.com.key
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:/usr
On Tue, Apr 20, 2010 at 05:58:23PM +0200, Jordi Espasa Clofent wrote:
> The cert is a wildcard certificate for *.example.com.
What SMTP server name is the MUA configured to use?
Does the MUA support wild-card certificates?
Which CA signed this certificate?
Does the MUA trust this CA?
> When the
On Tue, Apr 20, 2010 at 12:58 PM, Jordi Espasa Clofent
wrote:
> Hi all,
[...
>
> The cert is a wildcard certificate for *.example.com.
>
> When the MUA (tested in Microsoft Outlook and Mazilla Thunderbird) tries to
> send email using this box, it show a warning about the cert. It happens when
> it
Jordi Espasa Clofent:
> Hi all,
>
> I've configured a TLS/SSL smtpd in a box as follows:
>
> # postconf -n | grep -i tls
> smtpd_tls_cert_file = /usr/local/home/example.com.crt
> smtpd_tls_key_file = /usr/local/home/example.com.key
> smtpd_tls_loglevel = 2
> smtpd_tls_received_header = yes
> smtp
Hi all,
I've configured a TLS/SSL smtpd in a box as follows:
# postconf -n | grep -i tls
smtpd_tls_cert_file = /usr/local/home/example.com.crt
smtpd_tls_key_file = /usr/local/home/example.com.key
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:/usr