I am no real network administrator, so please bear with me.
In a small company we run a router that acts as a firewall and mail recipient. It forwards the mails to a Lotus Domino server in the NAT. We use the Lotus server for normal mail communication.
Now, for sending out newsletters, and since Lotus doesn't do that very well, we set up a small Ubuntu server running exim4. phplist is used to send the mails from this machine.
However, when sending mails, some providers seem to block us:
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: xxxxxxx@gmx.at SMTP error from remote mail server after RCPT TO:: host mx0.gmx.net [213.165.64.100]: 550-5.7.1 {mx072} Sorry, your helo has been denied. 550 5.7.1 ( http://portal.gmx.net/serverrules )
Here's the exim4 configuration:
dc_eximconfig_configtype='internet'
dc_other_hostnames='mail.ourdomain.co.at'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='192.168.1.1'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
Other mails seem to get delivered just fine. How would you go about solving this issue? Feel free to ask questions if details are missing. Thanks.
Update:
My /etc/mailname
is: mail.ourdomain.co.at
When I reconfigure exim4:
root@mail01:~# sudo update-exim4.conf
sudo: unable to resolve host mail01