This is my Postfix.spec file,
%define LDAP 2 %define MYSQL 1 %define PCRE 1 %define SASL 2 %define TLS 1 %define IPV6 1 %define POSTDROP_GID 90 %define PFLOGSUMM 1
..after compiling the RPM and installing I run postconf -m and this is the output,
btree cidr environ hash ldap mysql nis pcre proxy regexp static unix
How come SASL is not there?
Jim