Exim: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
===all relevant MX records point to non-existent hosts=== | ===all relevant MX records point to non-existent hosts=== | ||
This may mean the MX IP is a private one, in that case remove that IP/network from ignore_target_hosts | This may mean the MX IP is a private one, in that case remove that IP/network from ignore_target_hosts | ||
===clear queue=== | |||
exim -bp | exiqgrep -i | xargs exim -Mrm |
Revision as of 09:50, 2 September 2015
Docs
FAQ
hostname --fqdn did not return a fully qualified name
fix /etc/hosts etc, but if hostname -f/--fqdn fails, run hostname mail.example.com and save yourself a lot of headache
Helo command rejected: need fully-qualified hostname
Make sure your FQDN/IP are ok in /etc/hosts
Message is frozen
Mail can't be delivered locally, check storage.
all relevant MX records point to non-existent hosts
This may mean the MX IP is a private one, in that case remove that IP/network from ignore_target_hosts
clear queue
exim -bp | exiqgrep -i | xargs exim -Mrm