diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 12:42:47 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 12:42:47 +0000 |
commit | 382afc6ba69545d52398da6b437e487aa23f185d (patch) | |
tree | 5854c3f9832ebfd31191c10fdce85ab224359a7e /test/confs | |
parent | 30dba1e609d941013dc8421de5104dad387ac5b1 (diff) |
Add authenticated_sender_force to the smtp transport.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0001 | 1 | ||||
-rw-r--r-- | test/confs/0215 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/confs/0001 b/test/confs/0001 index 049cd1787..aa07ef053 100644 --- a/test/confs/0001 +++ b/test/confs/0001 @@ -574,6 +574,7 @@ appendfile4: smtp: driver = smtp authenticated_sender = abcde + authenticated_sender_force = true no_allow_localhost command_timeout = 5m connect_timeout = 0s diff --git a/test/confs/0215 b/test/confs/0215 index b513fcd6c..102fd0ada 100644 --- a/test/confs/0215 +++ b/test/confs/0215 @@ -1,6 +1,8 @@ # Exim test configuration 0215 IGNORE_QUOTA=false +AUTHS= +AUTHF= exim_path = EXIM_PATH host_lookup_order = bydns @@ -45,6 +47,8 @@ lmtp: port = PORT_S protocol = LMTP lmtp_ignore_quota = IGNORE_QUOTA + AUTHS + AUTHF # ----- Retry ----- |