Hi all,
I've performed a fresh installation of grommunio and successfully set up the most important configurations, such as organization, domain, users from LDAP, SMTP relay host, and fetchmail.
Sending mail from Grommunio via the relay host (strato) works perfectly using SSL.
Fetchmail also retrieves the mails without any problems and attempts to deliver them to the mailboxes.
However, I am now encountering the problem that the postfix protocol gives me the message:
Cannot start TLS: handshake failure
and therefore cannot deliver the emails. The emails are set to
deferred .
I've made the following settings in smtp.cfg:
lda_listen_port=24
lda_listen_tls_port=465
default_domain=<domain>
smtp_certificate_path=/etc/grommunio-common/ssl/server-bundle.pem
smtp_private_key_path=/etc/grommunio-common/ssl/server.key
lda_log_level=6
smtp_support_starttls=true
When I try to access port 24 via openssl, I get an SSL response.
However, the following entry is also present in the postfix log
warning: TLS library problem: error:0A00010B:SSL routines::wrong version number:ssl/record/ssl3_record.c:355:
for the archive.
Are these two issues related, or should they be considered separately?
What settings do I need to configure so that emails can be delivered to the mailbox?
I would be grateful for any help.
Andreas