diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-10 14:48:07 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-05-10 14:48:07 +0000 |
commit | a4e3111f2b200abc53c4a23133698d765e201600 (patch) | |
tree | 194cfc2a60f7ea9354095574346abc4d0b2c69ca /src | |
parent | 22907b39ade6b33cf2f7bca0c376505b3261ab0b (diff) |
Add commented-out example of CSA check to the default configuration.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/configure.default | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/src/configure.default b/src/src/configure.default index 5671746d6..da3f99601 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/configure.default,v 1.2 2005/03/29 09:49:49 ph10 Exp $ +# $Cambridge: exim/src/src/configure.default,v 1.3 2005/05/10 14:48:07 ph10 Exp $ ###################################################################### # Runtime configuration file for Exim # @@ -324,6 +324,17 @@ acl_check_rcpt: # dnslists = black.list.example ############################################################################# + ############################################################################# + # This check is commented out because it is recognized that not every + # sysadmin will want to do it. If you enable it, the check performs + # Client SMTP Authorization (csa) checks on the sending host. These checks + # do DNS lookups for SRV records. The CSA proposal is currently (May 2005) + # an Internet draft. You can, of course, add additional conditions to this + # ACL statement to restrict the CSA checks to certain hosts only. + # + # require verify = csa + ############################################################################# + # Accept if the address is in a local domain, but only if the recipient can # be verified. Otherwise deny. The "endpass" line is the border between # passing on to the next ACL statement (if tests above it fail) or denying |