~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/global/server_acl.ref

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
> mynetworks=168.100.189.0/27
 
2
> server_acl=permit_mynetworks,reject
 
3
> address=168.100.189.2
 
4
168.100.189.2: permit
 
5
> mynetworks=!168.100.189.2,168.100.189.0/27
 
6
> address=168.100.189.2
 
7
168.100.189.2: reject
 
8
> address=168.100.189.3
 
9
168.100.189.3: permit
 
10
> mynetworks=fail:1
 
11
> address=168.100.189.4
 
12
unknown: warning: fail:1: table lookup problem
 
13
unknown: warning: server_acl: permit_mynetworks: mynetworks lookup error -- ignoring the remainder of this access list
 
14
168.100.189.4: error
 
15
> server_acl=fail:1,reject
 
16
> address=168.100.189.2
 
17
unknown: warning: server_acl: fail:1: table lookup error -- ignoring the remainder of this access list
 
18
168.100.189.2: error