Sub Zero wrote:
> require verify = sender/callout
> I want to add something like this: if the interface port is 587, don't use
> the callout function. Please help me to join the following stuff in the acl
> above.
>
> condition = ${if eq{$interface_port}{587}...
acl_sverify:
accept condition = ${if eq{$interface_port}{587}}
endpass
verify = sender
accept verify = sender/callout
deny
...
require acl = acl_sverify
Cheers,
Jeremy