Re: [exim] Port ACL Condition

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Perkel
Fecha:  
A: Exim users mailing list
Asunto: Re: [exim] Port ACL Condition


Alexander Shikoff wrote:
> On Tue, Apr 03, 2007 at 07:44:06AM -0700, Marc Perkel wrote:
>
>> Is there and ACL condition that lets you do a condition based on the
>> port the message was received on?
>>
>
> You can combine 'condition' with expansion variable '$received_port'.
>
>


Yeah - I figured I could. But was looking to see if there was some kind
of condition built in like:
ports = 25 : 587

Would be nice if it were there.