diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-21 15:10:39 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-21 15:10:39 +0000 |
commit | 2679d413f3f22e7bbc797f4403cc4333bee0073d (patch) | |
tree | 9e9cc16843c4d74c53ed84710e78faa6893e9b7b /test/confs | |
parent | ebeaf99687d0fd6545c95983f0d91e2ddee7fbb7 (diff) |
Add RCPT error text to unexpected DATA error.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0558 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/confs/0558 b/test/confs/0558 new file mode 100644 index 000000000..18fe64990 --- /dev/null +++ b/test/confs/0558 @@ -0,0 +1,26 @@ +# Exim test configuration 0558 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_rcpt = a1 + + +# ----- ACLs ----- + +begin acl + +a1: + deny message = Special deny message + local_parts = ^special + deny message = Default deny message\non two lines + +# End |