Re: [exim] Helo Rules Help

Etusivu
Poista viesti
Vastaa
Lähettäjä: Wil
Päiväys:  
Vastaanottaja: Wakko Warner, Wil
Kopio: exim-users
Aihe: 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