I have setup a server following this how to. Everything seems to be working fine with one exception. I am using Evolution as a client. When Evolution checks for email it doesn't download any mail from my server. When I force Evolution to "Send and Receive" I get the following message
Quote:
SSL Certificate check for crud-04.ccrudolphy.net
Issuer:
E=Postmaster@example.com CN=Localhost, OU=Automatically generated POP3 SSL key, O=Courier Mail Server,
|
Blah Blah....
Then Ends with:
This appears to be some sort of default certificate. If I accept it then as long as Evolution is open everything works fine. If I close Evolution then I have to force a "Send and Receive" so that I can get this error message and "Accept" this "BAD" certificate.
In following the How To - I did create the TLS certificates. In testing the server via Telnet I get the following:
Quote:
root@crud-04:/etc/postfix# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 crud-04.ccrudolphy.net ESMTP Postfix (Ubuntu)
ehlo localhost
250-crud-04.ccrudolphy.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH CRAM-MD5 NTLM DIGEST-MD5 LOGIN PLAIN
250-AUTH=CRAM-MD5 NTLM DIGEST-MD5 LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.
root@crud-04:/etc/postfix#
|
How do I create an proper SSL certificate or how do I direct Postfix to use the certificates created in the How To?
My /etc/postfix/main.cf is as follows:
Quote:
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
|
and with the following:
Quote:
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_create_maildirsize = yes
|
Any help would be much appreciated.
Chuck
Recent comments
1 day 4 hours ago
1 day 4 hours ago
1 day 9 hours ago
1 day 16 hours ago
1 day 16 hours ago
1 day 18 hours ago
1 day 22 hours ago
2 days 5 hours ago
2 days 9 hours ago
2 days 10 hours ago