diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-02 12:25:48 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-03-02 12:25:48 +0000 |
commit | c46782effbf7f5ecde21a8d29cb22b42fda0fe8e (patch) | |
tree | 7cd9bc552c81f2c229dc53b6566dcfc052cb3e5e /test/confs/3400 | |
parent | 7d89b8caecf6abfddbd6a07597cacf615144cb13 (diff) |
Implemented control=allow_auth_unadvertised.
Diffstat (limited to 'test/confs/3400')
-rw-r--r-- | test/confs/3400 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/confs/3400 b/test/confs/3400 index b84ee56c4..e56756543 100644 --- a/test/confs/3400 +++ b/test/confs/3400 @@ -17,6 +17,7 @@ hostlist auth_hosts = 10.0.0.1 hostlist relay_hosts = 10.0.0.4 hostlist auth_relay_hosts = 10.0.0.3 : 10.0.0.4 +acl_smtp_connect = check_connect acl_smtp_etrn = check_etrn acl_smtp_expn = check_expn acl_smtp_rcpt = check_recipient @@ -32,6 +33,11 @@ trusted_users = CALLER begin acl +check_connect: + warn hosts = 10.0.0.6 + control = allow_auth_unadvertised + accept + check_recipient: warn hosts = 10.0.0.5 message = authentication-failed: $authentication_failed |