From: mouss (no email)
Date: Mon Oct 01 2007 - 00:19:18 EDT
Chris Arnold wrote:
> [snip]
> Sep 30 18:34:06 web postfix/qmgr[1477]: 9E7945FBBB: from=<>, size=1424, nrcpt=2 (queue active)
> Sep 30 18:34:36 web postfix/smtp[1479]: connect to domain.tld[169.254.254.123]: Connection timed out (port 25)
> Sep 30 18:35:06 web postfix/smtp[1479]: connect to domain.tld[169.254.1.129]: Connection timed out (port 25)
> Sep 30 18:35:06 web postfix/smtp[1479]: connect to domain.tld[192.168.x.x]: Connection refused (port 25)
> Sep 30 18:35:06 web postfix/smtp[1479]: 9E7945FBBB: to=<>, relay=none, delay=418801, status=deferred (connect to domain.tld[192.168.x.x]: Connection refused)
>
> Notice the first couple of lines try to connect to a bogus ip address; then it trys to connect to a ip address that belongs to our domain controller. This DC does not any email services on it.
> The only changes to the main.cf file are:
> recipient_delimiter = +
> and
> unknown_local_recipient_reject_code = 550
> and
> alias_maps = hash:/etc/postfix/aliases,
> hash:/usr/local/mailman/data/aliases
> and
> virtual_alias_maps = <your normal virtual alias files>,
> hash:/usr/local/mailman/data/virtual-mailman
>
> I hope someone can help with this. Thanks
>
output of 'postconf -n' would be a good start. Also post the results of
the following comands (executed on the web server):
# hostname
as well as
# host -t mx domain.tld
|
|
|