Re: Multiple access lists

2010-04-08 Thread Wietse Venema
Dirk H. Schulz: > Does the same apply for header checks? Until now I had > > header_checks = regexp:/usr/pkg/etc/postfix-in/header_checks, > > regexp:/usr/pkg/etc/postfix-in/header_checks_virus > Thanks for your help, The postconf(5) manpage uses plural: header_checks (default: empty)

Re: Multiple access lists

2010-04-08 Thread Victor Duchovni
On Thu, Apr 08, 2010 at 04:56:49PM +0200, Dirk H. Schulz wrote: >> smtpd_whatever_restrictions = >> check_client_access hash:/usr/pkg/etc/postfix-in/list1, >> check_client_access hash:/usr/pkg/etc/postfix-in/list2 This is rather pointless, why not have the computer concatenate the source

Re: Multiple access lists

2010-04-08 Thread Dirk H. Schulz
On Thu, April 8, 2010 12:32 pm, Dirk H. Schulz said: > I have configured my Postfix to use multiple access lists like that: >> check_client_access hash:/usr/pkg/etc/postfix-in/list1, >> hash:/usr/pkg/etc/postfix-in/list2 > I think this has worked some time, but it does not now - list2 seems

Re: Multiple access lists

2010-04-08 Thread Magnus Bäck
On Thu, April 8, 2010 12:32 pm, Dirk H. Schulz said: > I have configured my Postfix to use multiple access lists like that: >> check_client_access hash:/usr/pkg/etc/postfix-in/list1, >> hash:/usr/pkg/etc/postfix-in/list2 > I think this has worked some time, but it does not now - list2 seems not >

Re: Multiple access lists

2010-04-08 Thread Ralf Hildebrandt
* Dirk H. Schulz : > Hi all, > > I have configured my Postfix to use multiple access lists like that: > >check_client_access hash:/usr/pkg/etc/postfix-in/list1, > >hash:/usr/pkg/etc/postfix-in/list2 > I think this has worked some time, but it does not now - list2 seems > not to be used. Use: che