On 20.02.19 15:34, Ski Kacoroski wrote:
I have installed the sasl packages and configured sasl so testsaslauthd
works perfectly with the ldap backend.  I then set up postfix to have
this on port 465 in master.cf:

smtps     inet  n       -       n       -       -       smtpd -v
 -o syslog_name=postfix/smtps
 -o smtpd_sasl_auth_enable=yes

port 465 should be implicitly encrypted. The defailt master.cf contains "-o smtpd_tls_wrappermode=yes" option to
achieve this.
testing should be done by calling

openssl s_client -connect localhost:465 -crlf

instead of telnet.

note that port 465 default options contain also another options:
"-o smtpd_client_restrictions=permit_sasl_authenticated,reject"

that should be used there.


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
LSD will make your ECS screen display 16.7 million colors

Reply via email to