Hola a todos, estoy implementando sasl2 con postfix usando como backend mysql , pero no logro enviar correos por que la autentificacion no se podruce y me arroja un error de lo mas extraño :
-----------------Error----------------------------- warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory Jun 1 08:55:20 pe12-119 postfix/smtpd[11725]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory Jun 1 08:55:20 pe12-119 postfix/smtpd[11725]: warning: SASL authentication failure: Password verification failed Jun 1 08:55:20 pe12-119 postfix/smtpd[11725]: warning: unknown[200.72.65.219]: SASL PLAIN authentication failed --------------Fin error -------------------- lo extraño es que configure sasl2 para usar mysql y trata de usar el fichero de password sasl2db, aqui esta mi smtpd.conf: ---------------- smtpd.conf ------------------------- pwcheck_method: auxprop mech_list: PLAIN CRAM-MD5 DIGEST-MD5 LOGIN allowanonymouslogin: no allowplaintext: no auxprop_plugin: sql sql_engine: mysql sql_hostnames: localhost sql_database:postfix sql_user: postfix sql_passwd:loquesea sql_select: SELECT password FROM mailbox WHERE username = '[EMAIL PROTECTED]' --------------------fin smtpd.conf ----------------------- Alguna sugerencia????????????? me salte algo ?????????

