Hi folk,s
I've following situation:
- Mailserver is not a real mailserver, it is only used internal
- smtp is a relayhost from ISP wiht port 465 (not starttls)
- Mailboxes are fetched with fetchmail-functionality
Problem:
- sending mails out is working as expected
- fetching mails is working as expected
- transfer incoming mails to usermailbox does not work (Cannot start TLS: handshake failure)
for each message following is logged by postfix:
SSL_connect error to ::1[::1]:24: -1
[2022-03-08 10:17:33.923908]: warning: TLS library problem: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:332:
where I've the missconfiguration? any hints oder tips what I can check?
main.cf:
relayhost = [host]:465
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = lmdb:/etc/postfix/sasl_passwd
#smtpd_sasl_auth_enable = yes
smtp_tls_wrappermode = yes
smtp_use_tls = yes
smtp_tls_security_level = encrypt
smtp_enforce_tls = no
smtpd_use_tls = yes
thanks