Make smtp_receive_timeout main option expanded. Bug 564
[exim.git] / test / stderr / 0092
1 >>> host in hosts_connection_nolog? no (option unset)
2 >>> host in host_lookup? no (option unset)
3 >>> host in host_reject_connection? no (option unset)
4 >>> host in sender_unqualified_hosts? no (option unset)
5 >>> host in recipient_unqualified_hosts? no (option unset)
6 >>> host in helo_verify_hosts? no (option unset)
7 >>> host in helo_try_verify_hosts? no (option unset)
8 >>> host in helo_accept_junk_hosts? no (option unset)
9 LOG: SMTP command timeout on connection from [V4NET.0.0.1]
10 >>> host in hosts_connection_nolog? no (option unset)
11 >>> host in host_lookup? no (option unset)
12 >>> host in host_reject_connection? no (option unset)
13 >>> host in sender_unqualified_hosts? no (option unset)
14 >>> host in recipient_unqualified_hosts? no (option unset)
15 >>> host in helo_verify_hosts? no (option unset)
16 >>> host in helo_try_verify_hosts? no (option unset)
17 >>> host in helo_accept_junk_hosts? no (option unset)
18 >>> using ACL "check_recipient"
19 >>> processing "accept"
20 >>> check hosts = :
21 >>> host in ":"? no (end of list)
22 >>> accept: condition test failed in ACL "check_recipient"
23 >>> processing "deny"
24 >>> message: unrouteable address
25 >>> check recipients = verify@test.ex
26 >>> userx@test.ex in "verify@test.ex"? no (end of list)
27 >>> deny: condition test failed in ACL "check_recipient"
28 >>> processing "accept"
29 >>> check domains = +local_domains
30 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
31 >>> test.ex in "+local_domains"? yes (matched "+local_domains")
32 >>> accept: condition test succeeded in ACL "check_recipient"
33 >>> end of ACL "check_recipient": ACCEPT
34 LOG: SMTP data timeout (message abandoned) on connection from [V4NET.0.0.1] F=<userx@test.ex>
35 Exim version x.yz ....
36 changed uid/gid: forcing real = effective
37 uid=uuuu gid=CALLER_GID pid=pppp
38 configuration file is TESTSUITE/test-config
39 admin user
40 changed uid/gid: privilege not needed
41 uid=EXIM_UID gid=EXIM_GID pid=pppp
42 DSN: fail_remote_domains propagating DSN
43 DSN: forward propagating DSN
44 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
45 sender address = CALLER@myhost.test.ex
46 sender_fullhost = [V4NET.0.0.1]
47 sender_rcvhost = [V4NET.0.0.1]
48 host in hosts_connection_nolog? no (option unset)
49 LOG: smtp_connection MAIN
50 SMTP connection from [V4NET.0.0.1]
51 host in host_lookup? no (option unset)
52 set_process_info: pppp handling incoming connection from [V4NET.0.0.1]
53 expanding: V4NET.0.0.1
54 result: V4NET.0.0.1
55 expanding: $sender_host_address
56 result: V4NET.0.0.1
57 condition: eq {V4NET.0.0.1} {$sender_host_address}
58 result: true
59 expanding: 2
60 result: 2
61 expanding: 30
62 result: 30
63 skipping: result is not used
64 expanding: ${if eq {V4NET.0.0.1} {$sender_host_address} {2} {30}}s
65 result: 2s
66 host in host_reject_connection? no (option unset)
67 host in sender_unqualified_hosts? no (option unset)
68 host in recipient_unqualified_hosts? no (option unset)
69 host in helo_verify_hosts? no (option unset)
70 host in helo_try_verify_hosts? no (option unset)
71 host in helo_accept_junk_hosts? no (option unset)
72 expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
73 result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
74 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
75 smtp_setup_msg entered
76 SMTP<< mail from:userx@test.ex
77 SMTP>> 250 OK
78 SMTP<< rcpt to:userx@test.ex
79 using ACL "check_recipient"
80 processing "accept"
81 check hosts = :
82 host in ":"? no (end of list)
83 accept: condition test failed in ACL "check_recipient"
84 processing "deny"
85 message: unrouteable address
86 check recipients = verify@test.ex
87 address match test: subject=userx@test.ex pattern=verify@test.ex
88 userx@test.ex in "verify@test.ex"? no (end of list)
89 deny: condition test failed in ACL "check_recipient"
90 processing "accept"
91 check domains = +local_domains
92 test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
93 test.ex in "+local_domains"? yes (matched "+local_domains")
94 accept: condition test succeeded in ACL "check_recipient"
95 end of ACL "check_recipient": ACCEPT
96 SMTP>> 250 Accepted
97 DSN: orcpt: NULL flags: 0
98 SMTP<< data
99 SMTP>> 354 Enter message, ending with "." on a line by itself
100 search_tidyup called
101 LOG: lost_incoming_connection MAIN
102 SMTP data timeout (message abandoned) on connection from [V4NET.0.0.1] F=<userx@test.ex>
103 SMTP>> 421 myhost.test.ex SMTP incoming data timeout - closing connection.
104 search_tidyup called
105 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=1 >>>>>>>>>>>>>>>>
106 exim: timed out while reading - message abandoned
107 exim: timed out while reading - message abandoned
108 >>> host in hosts_connection_nolog? no (option unset)
109 >>> host in host_lookup? no (option unset)
110 >>> host in host_reject_connection? no (option unset)
111 >>> host in sender_unqualified_hosts? no (option unset)
112 >>> host in recipient_unqualified_hosts? no (option unset)
113 >>> host in helo_verify_hosts? no (option unset)
114 >>> host in helo_try_verify_hosts? no (option unset)
115 >>> host in helo_accept_junk_hosts? no (option unset)
116 >>> using ACL "check_recipient"
117 >>> processing "accept"
118 >>> check hosts = :
119 >>> host in ":"? no (end of list)
120 >>> accept: condition test failed in ACL "check_recipient"
121 >>> processing "deny"
122 >>> message: unrouteable address
123 >>> check recipients = verify@test.ex
124 >>> test.ex in "test.ex"? yes (matched "test.ex")
125 >>> verify@test.ex in "verify@test.ex"? yes (matched "verify@test.ex")
126 >>> check !verify = recipient
127 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
128 >>> routing verify@test.ex
129 >>> test.ex in "test.ex : *.test.ex"? yes (matched "test.ex")
130 >>> test.ex in "! +local_domains"? no (matched "! +local_domains")
131 >>> calling forward router
132 >>> forward router declined for verify@test.ex
133 >>> no more routers
134 >>> ----------- end verify ------------
135 >>> deny: condition test succeeded in ACL "check_recipient"
136 >>> end of ACL "check_recipient": DENY
137 LOG: H=[V4NET.0.0.1] F=<userx@test.ex> rejected RCPT verify@test.ex: Unrouteable address
138 LOG: SMTP command timeout on connection from [V4NET.0.0.1]
139 An error was detected while processing a file of BSMTP input.
140 The error message was:
141
142 421 SMTP command timeout
143
144 The SMTP transaction started in line 0.
145 The error was detected in line 0.
146 0 previous messages were successfully processed.
147 The rest of the batch was abandoned.
148 An error was detected while processing a file of BSMTP input.
149 The error message was:
150
151 421 SMTP incoming data timeout - message abandoned
152
153 The SMTP transaction started in line 0.
154 The error was detected in line 3.
155 0 previous messages were successfully processed.
156 The rest of the batch was abandoned.