Zainstalowałem postfix i sasl'a. Dodałem do main.cf wpisy dotyczace sasl'a.
Po przeładowaniu postfixa, telnet xxx.xxx.xxx.xx 25, ehlo localhost otrzymuje:smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = $myhostname
a w logach mail.logehlo localhost
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250 8BITMIME
Może ktoś miał podobny problem i wie jak go rozwiązać, co źle skonfigurowałem lub o czymś zapomniałem.Feb 21 21:17:09 two postfix/smtpd[19539]: warning: smtpd_sasl_auth_enable is true, but SASL support is not compiled in
Feb 21 21:17:09 two postfix/smtpd[19539]: connect from localhost[127.0.0.1]
pozdrawiam
Mariusz