Because of e-mail provider change I had to modify Sendmail configuration, but it is not as easy as I expected due to needed TLS and SASL support. First I realized, that /usr/sbin/sendmail has no support for TLS or SASL. So I tried /usr/sbin/sendmail_ssl - it supports TLS, but not SASL. Finally I installed sendmail from AIX Toolbox, but /opt/freeware/sbin/sendmail supports SASL, not TLS.
I was not able to find any sendmail binary with TLS and SASL support, so it seems that I have to compile it myself. Or is there any other possibility to solve this problem?
------------------------------
Petr Kišš
------------------------------
#AIXOpenSource