Re: [exim] relaying woes

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users @ exim. org
Asunto: Re: [exim] relaying woes
Oren Mazor wrote:
> nexus is a webserver, and mx1 is a mailserver. i set up exim on nexus
> to use mx1 as its smarthost, which i presume means it'll use it as an
> smtp gateway.
>
> unfortunately, both machines keep logging stuff like:
>
> 2005-09-19 13:49:15 refused relay (host) to <oren.mazor@???> from
> <> H=nexus.carleton.ca (nexus) [134.117.76.10]


That was presumably a line from your mx1 machine?

Go through the exim.conf on that machine and find the acl line
with "refused relay". It's probably part of the RCPT acl.
Work out what list of machines it would have permitted to relay,
and work out how to add your "nexus" machine to that list.

Exim docs are at http://exim.org

- Jeremy