El jue, 06-03-2008 a las 08:40 -0200, Maximo Mosalvo escribió:
Graciela Urquieta wrote:
2008/3/5, Maximo Mosalvo maxnux@yahoo.com.ar:
podes mandar el postconf -n
este es el postconf -n:
alias_database = hash:/etc/aliases, hash:/etc/mailman/aliases alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 html_directory = no inet_interfaces = all mail_owner = postfix mailbox_command = mailbox_size_limit = 0 mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = localhost, localhost.localdomain, $myhostname, localhost.$mydomain, listas.xxx.yyy.zz mydomain = xxx.yyy.zz myhostname = svrmail.xxx.yyy.zz mynetworks = 127.0.0.0/8 myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES recipient_delimiter = + relay_domains = $mydestination relayhost = sample_directory = /usr/share/doc/postfix-2.3.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_banner = $myhostname ESMTP $mail_name smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination permit smtpd_sasl_auth_enable = yes smtpd_sasl_exceptions_networks = $mynetworks
Creo que aquí está tu problema.
Revisando la documentación, dice esto sobre esta opción:
---- http://www.postfix.org/smtpd.8.html ----
smtpd_sasl_exceptions_networks (empty) What remote SMTP clients the Postfix SMTP server will not offer AUTH support to.
Available in Postfix version 2.1 and 2.2: ----------------------------------------------
Añade en $mynetworks tu red local 192.168.10.0/24
O quita esta opción smtpd_sasl_exceptions_networks.
Prueba y nos comentas
Saludos