Re: [Exim] Allowing relaying from multiple networks

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: michael
Fecha:  
A: gyan, minfrin
Cc: exim-users
Asunto: Re: [Exim] Allowing relaying from multiple networks
> > As documented:
> >
> > host_accept_relay = "1.2.3.0/24:4.5.6.0/24"
>
> As documented where? I spent quite a bit of time on friday trying to
> hunt down a reference, but to no avail. Would it not make life easier
> for everyone if it were possible to specify multiple networks as being
> separated by commas, or spaces, or semi-colons, or colons. This way
> there would be significantly less confusion. It seems every config file
> you come across has a different way of doing things, it gets horribly
> confusing.


It may not be obvious, because most everything is encoded in strings,
but the string constants _are_ typed. The type of host_accept_relay is
host-list and the manual contains exact specifications of all types in
the chapter "The Exim configuration file".

That chapter could be more precise by either first giving a specification
of lists and then documenting the list elements, or by giving a complete
specification (list and element) for _all list types, but the needed
information is there.

Do the unthinkable and RTFM from its beginning. ;)

Michael