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

Duvida - Postfix



Tenho um servidor rodando perfeitamente postfix, amavisnew, clamav e
spamassassin.
Para enviar e-mail e necessario abilitar su "OUTLOOK" para usar o mesmo
usuario e senha do servidor POP, ate ai tudo otimo,o problema e que se
eu nao abilitar isso ele nao manda e-mail para outros dominios, mas
envia para o meu. oque pode ser????
 
Segue o main.cf:
 
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
delay_warning_time = 4h
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
myhostname = mail.dominio.com.br
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = dominio.com.br, mail.dominio.com.br,
localhost.dominio.com.br, localhost
relayhost =
mynetworks = 127.0.0.0/8
home_mailbox = Maildir/
mailbox_command = /usr/bin/maildrop
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
content_filter = smtp-amavis:[127.0.0.1]:10024
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination, reject_rbl_client
bl.spamcop.net, reject_rhsbl_client rhsbl.sorbs.net, reject_rhsbl_sender
rhsbl.sorbs.net
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
header_checks = regexp:/etc/postfix/header_checks

message_size_limit = 15240000
smtpd_recipient_limit = 100
strict_rfc821_envelopes = yes
smtpd_helo_required = yes
smtpd_sender_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_non_fqdn_sender, reject_non_fqdn_recipient,
reject_unauth_destination, reject_unknown_recipient_domain,
reject_unknown_sender_domain, reject_invalid_hostname,
reject_non_fqdn_sender, reject_non_fqdn_recipient,
reject_unknown_sender_domain, reject_unauth_destination,
check_policy_service unix:private/policy, reject_unauth_pipelining



Reply to: