diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 16:01:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-13 11:02:02 +0000 |
commit | 1ad6489edabbfce85ee7362370cee4b34739c234 (patch) | |
tree | 8ad8fb24714607d286a4efe997156ccd33b5f4bf /test/confs | |
parent | 0ad2e0fcde2f23e3809687095bddb31f9af4896e (diff) |
Make smtp_receive_timeout main option expanded. Bug 564
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0092 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/0092 b/test/confs/0092 index 15f1f5d1c..62157cb33 100644 --- a/test/confs/0092 +++ b/test/confs/0092 @@ -17,7 +17,8 @@ gecos_name = CALLER_NAME # ----- Main settings ----- -smtp_receive_timeout = 2s +OPT = 2s +smtp_receive_timeout = OPT receive_timeout = 2s |