Verdinho
(usa Debian)
Enviado em 13/03/2009 - 19:42h
Tenho um servidor de email Slackware com postfix instalado, ele esta recebendo mensagens normal mais nao esta enviando isso pelo outlook, mais quando eu envio email pelo webmail ou pelo browser, envia normal, mais pelo ....... do outlook nao algue poderia me ajudar?
esse e o erro que aparece no outlook quando tento enviar: erro 0x80040607
vou postar minha main.cf
bounce_queue_lifetime = 3h
maximal_queue_lifetime = 3h
delay_warning_time = 2h
queue_run_delay = 600s
minimal_backoff_time = 600s
maximal_backoff_time = 900s
bounce_queue_lifetime = 0
maximal_queue_lifetime = 1800s
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
mail_owner = postfix
default_privs=nobody
default_transport=smtp
sender_bcc_maps=hash:/etc/postfix/sender_bcc
#always_bcc=backup@tabajara.com.br
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = ns.tabajara.com.br
mydomain = tabajara.com.br
myorigin = $mydomain
inet_interfaces = all
mydestination = $mydomain, $myhostname, $transport_maps, localhost.$mydomain, localhost
#unknown_local_recipient_reject_code = 550
mynetworks_style = subnet
#mynetworks = 10.0.0.0/8, 127.0.0.1, 200.213.178.0/26, 201.0.0.0/8, 200.0.0.0/8
mynetworks = 10.0.0.0/8, 127.0.0.0/8, 201.90.97.48/28, 200.246.186.0/26, 200.213.178.0/26, 200.249.161.0/26, 200.209.45.0/26, 200.174.99.48, 200.217.198.130, 65.0.0.0
relay_domains = $mydestination
home_mailbox = Maildir/
mail_spool_directory = /var/spool/mail
smtpd_banner = $myhostname SMTP Server (Tabajara)
#debug_peer_level = 2
#debugger_command =
# PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
# xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = no
#mailbox_size_limit = 51200000
#message_size_limit = 10240000
message_size_limit = 15728640
#smtpd_recipient_limit = 100
#strict_rfc821_envelopes = yes
smtpd_helo_required = yes
disable_vrfy_command = yes
maps_rbl_domains = bl.spamcop.net, rbl-plus.mail-abuse.org, relays.ordb.org, list.dsbl.org,dun.dnsrbl.net, spam.dnsrbl.net
smtpd_client_restrictions = permit_mynetworks, reject_unknown_client, check_client_access hash:/etc/postfix/client_access, reject_unauth_pipelining, reject_rbl_client maps_rbl_domains
smtpd_sender_restrictions = permit_mynetworks, reject_unknown_sender_domain, reject_unknown_client, reject_non_fqdn_sender, reject_unauth_pipelining
smtpd_recipient_restrictions =
permit_mynetworks,
reject_non_fqdn_sender,
check_client_access hash:/etc/postfix/pop-before-smtp,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_pipelining,
reject_invalid_hostname,
reject_unknown_hostname,
reject_non_fqdn_hostname,
reject_unauth_destination,
reject_unknown_client,
reject_unauth_destination
permit
smtpd_helo_restrictions =
# Permite "mynetwork"
permit_mynetworks,
# Quando não é informado o hostname
reject_invalid_hostname,
# Quando não existe entrada DNS A ou MX
reject_unknown_hostname,
# Quando o hostname não apresenta hostname válido
reject_non_fqdn_hostname,
# Bloqueio comando para forçar entrega
reject_unauth_pipelining,
# Bloqueia IP's listados em RBL
reject_rbl_client maps_rbl_domains,
permit
header_checks = pcre:/etc/postfix/header_checks
mime_header_checks = $header_checks
nested_header_checks = $header_checks
body_checks = pcre:/etc/postfix/body_checks
body_checks_size_limit = 51200
#fast_flush_refresh_time = 12h
#fast_flush_purge_time = 1d
alias_maps = mysql:/etc/postfix/mysql.aliases.cf
local_recipient_maps = $virtual_mailbox_maps
transport_maps = mysql:/etc/postfix/transport.cf
virtual_gid_maps = mysql:/etc/postfix/gids.cf
virtual_mailbox_base = /home
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual.cf
virtual_maps = mysql:/etc/postfix/mysql.aliases.cf
virtual_alias_maps = mysql:/etc/postfix/mysql.aliases.cf
virtual_uid_maps = mysql:/etc/postfix/uids.cf
#smtpd_restriction_classes = MYSENDERS,MYLISTS
#MYSENDERS = permit_mynetworks
#MYLISTS = permit_mynetworks