Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: users
Re: require verify = sender/callout but if $interface_port is 587 require verify = sender
 

Index | Next | Previous | View Flat


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/

Subject User Time
Re: require verify = sender/callout but if $interface_port is 587 require verify = sender jgh at wizmail Oct 22, 2005, 7:34 AM
    RE: require verify = sender/callout but if $interface_port is 587 require verify = sender SubZero at subzero5 Oct 30, 2005, 4:50 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.