Hi.
While I am working on solving the delivery problem to Hotmail MXs, I
would like to set up postfix to connect directly to their servers to
deliver mail.
What should I put in transport_maps? I tried with:

hotmail.com:
live.com:

but the mail keeps going through $relayhost.

Thanks!

Andy


postconf -n:

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
content_filter = amavis:[10.0.1.15]:10024
data_directory = /var/lib/postfix
inet_interfaces = nnn.nnn.nnn.nnn
relayhost = [172.16.0.30]:587
maximal_queue_lifetime = 6d
message_size_limit = 0
mydestination = nnn.nnn.nnn, localhost.nnn.nnn, localhost
myhostname = nnn.nnn.nnn
mynetworks = 127.0.0.0/8, 172.16.0.0/24, 10.0.1.0/24
myorigin = nnn.nnn.nnn
recipient_delimiter = +
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = permit_mynetworks,        permit
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination,      permit
smtpd_reject_unlisted_sender = yes
smtpd_sender_restrictions = permit_mynetworks,        permit
smtpd_timeout = 60
strict_rfc821_envelopes = yes
transport_maps = hash:/etc/postfix/transport_maps
virtual_alias_maps = hash:/etc/postfix/canonical_map

Reply via email to