[Postfix-es] Problemas con SMTP-AUTH

Cesar Aros Provoste cesar.aros en gmail.com
Jue Abr 24 22:55:26 CEST 2008


Hola lista.
Tengo un problema con SMTP-AUTH, llevo 10 horas y no e encontrado el problema.
Tengo con figurado SASL y mi servidor requiere autentificacion para
enviar correos, en
la aplicacion cliente (evolution, opera o thunderbird) marco la opcion
"Servidor requiere
autentificacion" y todo bien, me pide la passwd y envia el correo.
Ahora si no marco la opcion, no me pide la passwd pero igual envia el
correo, por lo tanto
los spammer esta usando mi servidor para enviar sus spam y no e
logrado hacer que el
servidor fuerze el uso de SMTP-AUTH.
Ya no se que podria esta mal.
Saludos.

postconf -n
root en mail:# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
default_destination_concurrency_limit = 30
header_checks = regexp:/etc/postfix/header_checks
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = ipv4
local_destination_concurrency_limit = 25
mail_spool_directory = /var/spool/mail/
mailbox_size_limit = 104857600
message_size_limit = 104857600
mydestination = $myhostname, localhost.$myhostname
mydomain = walbusch.cl
myhostname = walbusch.cl
mynetworks = 127.0.0.0/8  10.0.0.0/24  190.54.99.66
mynetworks_style = subnet
myorigin = $myhostname
recipient_delimiter = +
relay_domains_reject_code = 554
smtpd_banner = $myhostname ESMTP $mail_name (X)
smtpd_client_restrictions = permit_mynetworks

smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination,
check_relay_domains,
reject_rbl_client list.dsbl.org,
reject_rbl_client sbl.spamhaus.org,
permit

smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = permit_mynetworks,
reject_rbl_client list.dsbl.org,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_unknown_sender_domain

virtual_mailbox_limit = 104857600
#EOF

/etc/default/saslauthd

START=yes
MECHANISMS="sasldb"
OPTIONS="-m /var/spool/postfix/var/run/saslauthd -r"
#EOF

/etc/postfix/sasl/smtpd.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN

Creo las usuarios con
adduser
y saslpasswd2 -c

Help Me!

-- 
Cesar Aros P.


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