kenmiles
September 29th, 2007, 05:29 AM
Can anyone please help with this problem.
I am running Ubuntu 6.10 with the Postfix mail server, apache2 and my own web site.
I have no problems sending mail from postfix except if I try to send to a Hotmail account, i then get the following failure notice -
<someone@hotmail.com>: host mx4.hotmail.com[65.54.245.104] said: 550 Your
e-mail was rejected for policy reasons on this gateway. Reasons for
rejection may be related to content with spam-like characteristics or
IP/domain reputation problems. If you are not an e-mail/network admin
please contact your E-mail/Internet Service Provider for help. For e-mail
delivery information, please go to http://postmaster.live.com (in reply to
MAIL FROM command)
My Postfix main.cf file is -
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
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 = kmiles.co.uk
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = kmiles.co.uk, kenneth-desktop, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
My ip address is 86.133.44.177
Thanks in advance for any help, Kenneth.
I am running Ubuntu 6.10 with the Postfix mail server, apache2 and my own web site.
I have no problems sending mail from postfix except if I try to send to a Hotmail account, i then get the following failure notice -
<someone@hotmail.com>: host mx4.hotmail.com[65.54.245.104] said: 550 Your
e-mail was rejected for policy reasons on this gateway. Reasons for
rejection may be related to content with spam-like characteristics or
IP/domain reputation problems. If you are not an e-mail/network admin
please contact your E-mail/Internet Service Provider for help. For e-mail
delivery information, please go to http://postmaster.live.com (in reply to
MAIL FROM command)
My Postfix main.cf file is -
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
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 = kmiles.co.uk
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = kmiles.co.uk, kenneth-desktop, localhost.localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
My ip address is 86.133.44.177
Thanks in advance for any help, Kenneth.