1 # SMTP incoming timeout + receive_timeout
3 # stdin-smtp, no cmds, smtp command timeout 2s
8 # stdin-smtp, cmds then pause in dataphase, smtp command timeout 2s
12 mail from: userx@test.ex
13 rcpt to: userx@test.ex
17 # stdin-smtp, no cmds, smtp command timeout 2s
19 3 exim -bh V4NET.0.0.1
22 # stdin-smtp, cmds then pause in dataphase, smtp command timeout 2s
24 3 exim -bh V4NET.0.0.1
26 mail from:userx@test.ex
32 # stdin-smtp, cmds then pause in dataphase, smtp command timeout 2s
33 # late-expansion of smtp_receive_timeout
35 3 exim -d+expand '-DOPT=${if eq {V4NET.0.0.1} {$sender_host_address} {2} {30}}s' -bh V4NET.0.0.1
37 mail from:userx@test.ex
43 # cmdline mail, no stdin, receive_timeout 2s
48 # cmdline mail, some data then pause, receive_timeout 2s
52 jumps over the lazy dog.
55 # stdin-smtp, cmds then pause before dataphase, smtp command timeout 2s
57 3 exim -bh V4NET.0.0.1
59 mail from: userx@test.ex
60 rcpt to: verify@test.ex
63 # stdin-bsmtp, no stdin, smtp command timeout 2s
68 # stdin-bsmtp, some data then pause, smtp command timeout 2s
71 mail from: userx@test.ex
72 rcpt to: userx@test.ex
76 # stdin-smtp, no cmds, smtp command timeout 2s set by cmdline
78 3 exim -DCOM=y -bs -os 2s
81 3 exim -DCOM=y -os 2s -bs
84 # cmdline mail, no stdin, receive_timeout 2s set by cmdline
86 3 exim -DCOM=y -or 2s userx@test.ex
89 # stdin-bsmtp, no stdin, receive_timeout 2s set by cmdline
91 3 exim -DCOM=y -bS -or 2s