This is a discussion on local domains trying to send through remote relay within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; I have some a local domain setup, it is set to receive mail, and is defined properly int the rcpthosts ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have some a local domain setup, it is set to receive mail, and is
defined properly int the rcpthosts and virtualdomains files, but it seems its still trying to send to it as a remote domain. Sep 24 22:53:27 DesignByDani qmail: 1159163607.708091 starting delivery 1243: msg 10461156 to remote user@domain.com Sep 24 22:53:27 DesignByDani qmail: 1159163607.708208 status: local 0/10 remote 1/20 Sep 24 22:53:27 DesignByDani qmail: 1159163607.716261 delivery 1243: deferral: Connected_to_64.202.189.86_but_connection_died._(# 4.4.2)/ Sep 24 22:53:27 DesignByDani qmail: 1159163607.716365 status: local 0/10 remote 0/20 domain.com (obviously masked) is configured as a local domain, yet its trying to relay it through the server that I have to relay through. This is causing no end of headache... Any ideas? P.S. I know the relay connection dies, that is another issue. These are local domains though, so it shouldnt be trying to send through the relay. |
|
|||
|
Rick Mogstad wrote:
> I have some a local domain setup, it is set to receive mail, and is > defined properly int the rcpthosts and virtualdomains files, but it seems > its still trying to send to it as a remote domain. > > Sep 24 22:53:27 DesignByDani qmail: 1159163607.708091 starting delivery > 1243: msg 10461156 to remote user@domain.com > > Sep 24 22:53:27 DesignByDani qmail: 1159163607.708208 status: local 0/10 > remote 1/20 > > Sep 24 22:53:27 DesignByDani qmail: 1159163607.716261 delivery 1243: > deferral: Connected_to_64.202.189.86_but_connection_died._(# 4.4.2)/ > > Sep 24 22:53:27 DesignByDani qmail: 1159163607.716365 status: local 0/10 > remote 0/20 > > > domain.com (obviously masked) is configured as a local domain, yet its > trying to relay it through the server that I have to relay through. This is > causing no end of headache... > > Any ideas? > > > P.S. I know the relay connection dies, that is another issue. These are > local domains though, so it shouldnt be trying to send through the relay. > > In order to answer, we would actually need to see the qmail-showctl. Has this domain been added recently? If so, did you restart/hup qmail-send? rcpthosts gets read everytime qmail-smtpd is spawn. The delivery mechanism needs to be "told" that there is a change. svc -h /service/qmail-send. AK |
|
|||
|
"AK" <aktrader2@excite.com> wrote in message news:jpmdndSzfomWVIrYnZ2dnUVZ_vmdnZ2d@comcast.com. .. > Rick Mogstad wrote: > >> I have some a local domain setup, it is set to receive mail, and is >> defined properly int the rcpthosts and virtualdomains files, but it seems >> its still trying to send to it as a remote domain. >> >> Sep 24 22:53:27 DesignByDani qmail: 1159163607.708091 starting delivery >> 1243: msg 10461156 to remote user@domain.com >> >> Sep 24 22:53:27 DesignByDani qmail: 1159163607.708208 status: local 0/10 >> remote 1/20 >> >> Sep 24 22:53:27 DesignByDani qmail: 1159163607.716261 delivery 1243: >> deferral: Connected_to_64.202.189.86_but_connection_died._(# 4.4.2)/ >> >> Sep 24 22:53:27 DesignByDani qmail: 1159163607.716365 status: local 0/10 >> remote 0/20 >> >> >> domain.com (obviously masked) is configured as a local domain, yet its >> trying to relay it through the server that I have to relay through. This >> is >> causing no end of headache... >> >> Any ideas? >> >> >> P.S. I know the relay connection dies, that is another issue. These are >> local domains though, so it shouldnt be trying to send through the relay. > > In order to answer, we would actually need to see the qmail-showctl. > Has this domain been added recently? If so, did you restart/hup > qmail-send? > rcpthosts gets read everytime qmail-smtpd is spawn. The delivery > mechanism needs to be "told" that there is a change. svc -h > /service/qmail-send. > > AK I had not restarted the service since I migrated the domains, but the issue seemed to be related to a licensing issue with the antivirus software. For some reason it was putting it in the outgoing queue when the virus software would fail due to licensing. Seems to be working OK now. Thanks for the help |