Hello,
my current problem is, that both emails collected by fetchmail and mail send from the command line, are not delivered to Grommunio:
Aug 10 18:56:09 grommunio postfix/qmgr[1699]: D218C1922: from=<grommunio@xxxx.de>, size=458, nrcpt=2 (queue active)
Aug 10 18:56:09 grommunio postfix/error[15078]: D218C1922: to=<archive@grommunio.xxx.de>, relay=none, delay=0.61, delays=0.41/0.01/0/0.19, dsn=4.7.5, status=deferred (delivery temporarily suspended: Cannot start TLS: handshake failure)
Aug 10 18:56:09 grommunio postfix/error[15078]: D218C1922: to=<fs@xxx.de>, relay=none, delay=0.79, delays=0.41/0.01/0/0.36, dsn=4.7.5, status=deferred (delivery temporarily suspended: Cannot start TLS: handshake failure)
My understanding of the Postfix configuration is, that it is trying to forward the email to the virtual_transport, which is configured in /etc/gromox/smtp.cfg.
Following a posting I found in this forum, I added "tls_min_proto=tls1.2" to this file and restarted all services - no success.
I tried "smtp_use_tls = no" and "smtp_tls_security_level = may" - no success.
All currently available updates are installed.
Does anyone have an idea how to fix this?
Thanks for any hints or suggestions,
Stefan