Muy buenas,
Estoy intentando instalar un servidor SMTP+POP3+IMAP que utilice cuentas de correo en MySQL y que tenga la posibilidad de utilizar varios dominios.
Me estoy basando en
este manual
Aparentemente los dos servidores arrancan sin problemas, sin embargo no puedo conectarme desde otro servidor y tratar de enviar y recibir email, me da error de login todo el rato.
Los logs me escupen esto cuando llamo al SMTP/Postfix para enviar mail
Código:
Sep 7 12:15:50 localhost postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/sbin/postqu
eue
Sep 7 12:15:50 localhost postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/sbin/postdr
op
Sep 7 12:15:50 localhost postfix/postfix-script: starting the Postfix mail system
Sep 7 12:15:50 localhost postfix/master[1527]: daemon started -- version 2.1.5
Sep 7 12:15:56 localhost postfix/smtpd[1531]: connect from unknown[192.168.0.23]
Sep 7 12:15:59 localhost postfix/smtpd[1531]: warning: SASL authentication failure: no secret in database
Sep 7 12:15:59 localhost postfix/smtpd[1531]: warning: unknown[192.168.0.23]: SASL CRAM-MD5 authentication failed
Sep 7 12:15:59 localhost postfix/smtpd[1531]: warning: SASL authentication failure: Password verification failed
Sep 7 12:15:59 localhost postfix/smtpd[1531]: warning: unknown[192.168.0.23]: SASL PLAIN authentication failed
Sep 7 12:15:59 localhost postfix/smtpd[1531]: warning: unknown[192.168.0.23]: SASL LOGIN authentication failed
Sep 7 12:16:01 localhost postfix/smtpd[1531]: disconnect from unknown[192.168.0.23]
Y esto cuando intento recoger mi mail con Courier/POP3
Código:
Sep 7 12:23:46 localhost authdaemond.mysql: restarting authdaemond children
Sep 7 12:23:46 localhost authdaemond.mysql: modules="authmysql authpam", daemons=5
Sep 7 12:23:46 localhost authdaemond.mysql: modules="authmysql authpam", daemons=5
Sep 7 12:24:18 localhost courierpop3login: Connection, ip=[::ffff:192.168.0.23]
Sep 7 12:24:27 localhost courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.0.23]
Algo de ayuda por favor?