[postfix-es] Error de autenticacion sasl

jose jperezme en telefonica.net
Mie Abr 21 01:07:46 CEST 2004


Hola a todos.
Llevo varios dias compilando postfix 2.0.19 y me tiene loco.
Tengo instalado cyrus-sasl 2.1.18. en Aix 5.2 con gcc 3.3.2.
Compilo postfix con :
make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include/sasl" AUXLIBS="-L/usr/local/lib -L/usr/lib -lsasl2"

Todo parece ir bien.
Pero al hacer telnet localhost 25 obtengo esto si tengo activado smtpd_sasl_auth_enable = yes

Apr 21 00:59:12 localhost postfix/smtpd[180378]: fatal: no SASL authentication mechanisms
Apr 21 00:59:12 localhost postfix/smtpd[180378]: fatal: no SASL authentication mechanisms
Apr 21 00:59:13 localhost postfix/master[155716]: warning: process /usr/libexec/postfix/smtpd pid 180378 exit status 1
Apr 21 00:59:13 localhost postfix/master[155716]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

Si no tengo activado smtpd_sasl_auth_enable.
Entonces veo:
220 localhost.aixpanish.com ESMTP Postfix/MJ-1.08 (2.0.19)
ehlo localhost
250-localhost.aixpanish.com
250-PIPELINING
250-SIZE 10485760
250-ETRN
250-XVERP
250 8BITMIME

Mi smtpd.conf es:
pwcheck_method: auxprop

Cyrus-sasl lo he compilado con las opciones:
./configure --with-openssl=/usr/local/ssl --disable-anon

Mi postconf -n es:
alias_database = dbm:/etc/aliases
alias_maps = dbm:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
default_destination_concurrency_limit = 10
disable_dns_lookups = no
disable_vrfy_command = yes
local_destination_concurrency_limit = 2
local_recipient_maps = $alias_maps unix:passwd.byname
mail_name = Postfix/MJ-1.08
mail_owner = postfix
mailbox_size_limit = 0
maximal_queue_lifetime = 5d
message_size_limit = 10485760
mydestination = $myhostname localhost.$mydomain $mydomain
mydomain = aixpanish.com
myhostname = localhost.aixpanish.com
mynetworks = 127.0.0.1 172.26.0.0/24
myorigin = $mydomain
queue_directory = /var/spool/postfix
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = aixpanish.com
smtpd_sasl_security_options = noanonymous
transport_maps = dbm:/etc/postfix/transport


Alguna idea ?
Gracias.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://lists.wl0.org/pipermail/postfix-es/attachments/20040421/ce43c2ac/attachment.htm


Más información sobre la lista de distribución Postfix-es