Re: [exim] Helo Rules Help

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Wil
Data:  
Para: Wakko Warner, Wil
CC: exim-users
Asunto: Re: [exim] Helo Rules Help
> # Partial ${if expansion condition. True is returned if the port
> is the SMTP
> # MTA port (25).  NOTE: the port can also be -1 which indicates a
> fake SMTP
> # session (using -bh or -bhc)
> MTA = or{ \
>          {eq{$interface_port}{25}} \
>          {eq{$interface_port}{-1}} \
>         }


eq{$interface_port}{-1} would be what exactly? I am taking a guess at local
traffic with no real port value.


Wil