Mostre que o email esta sendo aceito para localhost.exemplo.com.br. Feche conexão a partir de outra máquina:
nc servidor.exemplo.com.br 25 EHLO hostname.exemplo.com.br MAIL FROM:<[email protected]> RCPT TO:<[email protected]> Envie para a lista todas as saídas. -- Reinaldo de Carvalho http://korreio.sf.net http://python-cyrus.sf.net "Don't try to adapt the software to the way you work, but rather yourself to the way the software works" (myself) On Thu, Jul 29, 2010 at 4:35 PM, Daniel Luchetta <[email protected]> wrote: > o meu postconf ta assim . > > [r...@venus ~]# postconf -n > alias_database = hash:/etc/aliases > alias_maps = hash:/etc/aliases > broken_sasl_auth_clients = yes > command_directory = /usr/sbin > config_directory = /etc/postfix > daemon_directory = /usr/libexec/postfix > debug_peer_level = 2 > home_mailbox = Maildir/ > html_directory = no > inet_interfaces = all > mail_owner = postfix > mailq_path = /usr/bin/mailq.postfix > manpage_directory = /usr/share/man > mydestination = $mydomain > mydomain = meudominio.com.br > mynetworks = 127.0.0.0/8 > newaliases_path = /usr/bin/newaliases.postfix > queue_directory = /var/spool/postfix > readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES > sample_directory = /usr/share/doc/postfix-2.3.3/samples > sendmail_path = /usr/sbin/sendmail.postfix > setgid_group = postdrop > smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, > reject_unauth_destination > smtpd_sasl_auth_enable = yes > smtpd_sasl_path = private/auth > smtpd_sasl_type = dovecot > unknown_local_recipient_reject_code = 550 > _______________________________________________ Postfix-BR mailing list [email protected] http://listas.softwarelivre.org/mailman/listinfo/postfix-br
