postconf -A
not give anything

but I can see this:
[root@mail ~]# ls /usr/src/postfix*/src/*sasl*/
libxsasl.a   README          xsasl_cyrus_client.c  xsasl_cyrus.h
xsasl_cyrus_security.c  xsasl_cyrus_server.o    xsasl_dovecot_server.o
 xsasl_server.o
Makefile     xsasl_client.c  xsasl_cyrus_client.o  xsasl_cyrus_log.c
xsasl_cyrus_security.o  xsasl_dovecot.h         xsasl.h
Makefile.in  xsasl_client.o  xsasl_cyrus_common.h  xsasl_cyrus_log.o
xsasl_cyrus_server.c    xsasl_dovecot_server.c  xsasl_server.c
[root@mail ~]# readelf -a /usr/sbin/postfix | grep -i sasl
   641: 0000000000625c50     4 OBJECT  GLOBAL DEFAULT   25
var_cyrus_sasl_authzid


On 6/14/15, Markus Schönhaber <postfix-us...@list-post.mks-mail.de> wrote:
> Am 14.06.2015 um 11:33 basteon:
>
>> I have postfix server v3.0.1 and can't connect it with sasl cyrus.
>> Imap works wery well, but after I add
>> smtpd_sasl_auth_enable = yes
>> in configuration according http://www.postfix.org/SASL_README.html
>>
>> I can't get thsi work
>> # nc 127.0.0.1 25
>> 220 mail.domain.ru ESMTP Postfix
>> HELO test
>> 250 mail.domain.ru
>> AUTH PLAIN
>> 502 5.5.1 Error: command not implemented
>
> Is SASL really compiled into postfix? If so,
> postconf -A
> should print
> cyrus
>
> --
> Regards
>   mks
>
> P.S.: Sorry for the PM, basteon. Thick fingers problem on my side.
>

Reply via email to