Hola amigos
tratando de configurar mi servidor linux white box 4 con postfix + sasl +tls +mysql
realize lo siguiente:

make -f Makefile.init makefiles CCARGS='-DUSE_SASL_AUTH -I/usr/include/sasl
-DUSE_CYRUS_SASL -DUSE_TLS -DDEF_SERVER_SASL_TYPE=\"dovecot\" -DHAS_MYSQL
-I/usr/include/mysql' 'AUXLIBS = -lssl -lcrypto -L/usr/lib/mysql -L/usr/local/lib
 -L/usr/lib/sasl -lsasl -lpcre -lmysqlclient -lz -lm'

make
make install

Todo funcioan Ok pero cuando quiero habilitar sasl en mi postfix y agrego la siguiente linea

smtpd_sasl_auth_enable = yes

El puerto 25 me responde de la siguiente manera:

telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to xxxxxxxx (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

El maillog me muestra:

Sep 19 11:41:12 xxxxxxxxxxxx postfix/smtpd[803]: warning: SASL: Connect to smtpd failed: No such file or directory Sep 19 11:41:12 xxxxxxxxxxxx postfix/smtpd[803]: fatal: no SASL authentication mechanisms Sep 19 11:41:13 xxxxxxxxxxxx postfix/master[8889]: warning: process /usr/libexec/postfix/smtpd pid 803 exit status 1 Sep 19 11:41:13 xxxxxxxxxxxx postfix/master[8889]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

Mi testeo de sasl:

testsaslauthd -s smtpd -u kflynn -p asdfasdf
0: OK "Success."

#postconf -m
btree
cidr
environ
hash
mysql
nis
pcre
proxy
regexp
static
unix

Ya lei casi todo google y oprobado mil cosas pero no logro levantar la autenticacion plain login

Alguien con alguna experiencia en esto

Gracias adelantadas

_________________________________________________________________
MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/

_______________________________________________
Lista de correo Linux-plug
Temática: Discusión general sobre Linux
Peruvian Linux User Group (http://www.linux.org.pe)

Participa suscribiéndote y escribiendo a:  [email protected]
Para darte de alta, de baja  o hacer ajustes a tu suscripción visita:
http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug

IMPORTANTE: Reglas y recomendaciones
http://www.linux.org.pe/listas/reglas.php
http://www.linux.org.pe/listas/comportamiento.php
http://www.linux.org.pe/listas/recomendaciones.php

Responder a