diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-16 22:17:33 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-01-16 23:20:24 +0000 |
commit | 4f6ae5c314e5c3e462313f3b53c917f36b131bf4 (patch) | |
tree | 1d46ff1a265a21c1a0ff3d795d95eb02b6989086 /test/confs/0041 | |
parent | fa01e4f81d44f68f0a92be34b687c05f2ddbc2e9 (diff) |
VRFY: Permit an ACL to override the default 252 response, to support
verify-by-ACL instead of the more usual verify-by-routers. Bug 1769
Diffstat (limited to 'test/confs/0041')
-rw-r--r-- | test/confs/0041 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/confs/0041 b/test/confs/0041 index 51cba04ac..ec1067584 100644 --- a/test/confs/0041 +++ b/test/confs/0041 @@ -12,6 +12,7 @@ tls_advertise_hosts = domainlist local_domains = test.ex +acl_smtp_vrfy = check_vrfy acl_smtp_expn = check_expn qualify_domain = test.ex no_write_rejectlog @@ -21,6 +22,10 @@ no_write_rejectlog begin acl +check_vrfy: + deny local_parts = hardfail + message = 599 custom reject + check_expn: accept hosts = 2.2.2.2 |