On Tue, 17 May 2005, G W wrote:

> accept hosts = *
> accept authenticated = *
> 
> does the above means (any hosts && authenticate) or  (any hosts ||
> authenticated ) ?

||

If you want &&, write

  accept hosts = *
         authenticated = * 

-- 
Philip Hazel            University of Cambridge Computing Service,
[EMAIL PROTECTED]      Cambridge, England. Phone: +44 1223 334714.
Get the Exim 4 book:    http://www.uit.co.uk/exim-book

-- 
## 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/

Reply via email to