[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Autenticación SASL con POSTFIX



Comprobadas las passwords y los usuarios, todo está aparentemente bien.

Añado las lineas de configuración de postfix y saslauthd por si hubiera algún 
error.

#######/etc/postfix/main.cf:
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = smassive.no-ip.org
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = 	permit_sasl_authenticated,
						permit_mynetworks,
						reject_unauth_destination

#######/etc/postfix/master.cf:
smtp      inet  n       -       -       -       -       smtpd
smtps    inet  n       -       -       -       -       smtpd
  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes

#######/etc/postfix/sasl/smtp.conf:
pwcheck_method: saslauthd

/var/spool/postfix/etc/sasldb2 -> /etc/sasldb2
/var/spool/postfix/var/run/saslauthd/ (vacío)

Si necesitais algún otro fichero pedidlo :P

Muchas gracias.



On Saturday 03 December 2005 20:26, Iñaki wrote:
> El Sábado, 3 de Diciembre de 2005 20:15, SmasSive escribió:
> || SASL authentication failure: Password
> || verification failed
>
> El error parece bastante localizado.
>
> Compruebas que están bien los usuarios de SASL:
>
>   #sasldblistusers2
>
> Y si acaso comprueba las contraseñas.



Reply to: