lejeczek via Postfix-users: > Hi guys. > > I'm looking for help over at Ceph community but I thought, I > the meanwhile, in case there might be something to do at > postfix's end, I should ask here. > > With Ceph, I'm trying to set 'alerts' and with _ssl_ I get:
What does 'with ssl' mean: 1) Implicit TLS. The SMTP server expects a TLS HELLO from the client. This service is available on Postfix port 465. 2) Explicit TLS. The SMTP server greets with "220 my.hostname" and expects that the client sends EHLO and STARTTLS, and then sends the TLS HELLO. This service is available on Postfix port 578 and 25. > "ceph SSL: WRONG_VERSION_NUMBER] wrong version number > (_ssl.c:1147)" Likely, ceph expects service 1) but it is configured to connect to service 2). > and without _ssl_: > "ceph SMTP AUTH extension not supported by server." Passwords should not be sent in the clear. Wietse > Is there anything that can help to "fix" this, at mail > server's end? > many thanks, L. > _______________________________________________ > Postfix-users mailing list -- postfix-users@postfix.org > To unsubscribe send an email to postfix-users-le...@postfix.org _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org