
jgh at wizmail
Oct 22, 2005, 7:34 AM
Views: 162
Permalink
|
|
Re: require verify = sender/callout but if $interface_port is 587 require verify = sender
|
|
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 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
|