debian experimental exim-daemon-heavy config
[exim.git] / test / stderr / 0371
... / ...
CommitLineData
1Exim version x.yz ....
2changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4configuration file is TESTSUITE/test-config
5admin user
6changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9sender address = CALLER@test.ex
10sender_fullhost = [V4NET.0.0.0]
11sender_rcvhost = [V4NET.0.0.0]
12host in hosts_connection_nolog? no (option unset)
13LOG: smtp_connection MAIN
14 SMTP connection from [V4NET.0.0.0]
15host in host_lookup? no (option unset)
16set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
17host in host_reject_connection? no (option unset)
18host in sender_unqualified_hosts? no (option unset)
19host in recipient_unqualified_hosts? no (option unset)
20host in helo_verify_hosts? no (option unset)
21host in helo_try_verify_hosts? no (option unset)
22host in helo_accept_junk_hosts? no (option unset)
23using ACL "connect"
24processing "accept" (TESTSUITE/test-config 23)
25check set acl_c0 = $acl_c0; connect
26 = ; connect
27check set acl_c9 = $acl_c9; connect
28 = ; connect
29accept: condition test succeeded in ACL "connect"
30end of ACL "connect": ACCEPT
31SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
32smtp_setup_msg entered
33SMTP<< ehlo something
34something in helo_lookup_domains? no (end of list)
35sender_fullhost = (something) [V4NET.0.0.0]
36sender_rcvhost = [V4NET.0.0.0] (helo=something)
37set_process_info: pppp handling incoming connection from (something) [V4NET.0.0.0]
38host in dsn_advertise_hosts? no (option unset)
39host in pipelining_advertise_hosts? yes (matched "*")
40host in chunking_advertise_hosts? no (end of list)
41SMTP>> 250-mail.test.ex Hello something [V4NET.0.0.0]
42250-SIZE 52428800
43250-8BITMIME
44250-VRFY
45250-PIPELINING
46250 HELP
47SMTP<< mail from:<x@y>
48spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
49log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
50using ACL "mail"
51processing "accept" (TESTSUITE/test-config 27)
52check set acl_c0 = $acl_c0; mail
53 = ; connect; mail
54check set acl_c9 = $acl_c9; mail
55 = ; connect; mail
56check set acl_m0 = $acl_m0; mail
57 = ; mail
58accept: condition test succeeded in ACL "mail"
59end of ACL "mail": ACCEPT
60SMTP>> 250 OK
61SMTP<< rcpt to:<x@y>
62using ACL "rcpt"
63processing "accept" (TESTSUITE/test-config 32)
64check set acl_m0 = $acl_m0; rcpt
65 = ; mail; rcpt
66check set acl_m9 = $acl_m9; rcpt
67 = ; rcpt
68check set acl_c0 = $acl_c0; rcpt
69 = ; connect; mail; rcpt
70accept: condition test succeeded in ACL "rcpt"
71end of ACL "rcpt": ACCEPT
72SMTP>> 250 Accepted
73SMTP<< data
74SMTP>> 354 Enter message, ending with "." on a line by itself
75search_tidyup called
76>>Headers received:
77
78search_tidyup called
79>>Headers after rewriting and local additions:
80
81Data file name: TESTSUITE/spool//input//10HmaX-0005vi-00-D
82Data file written for message 10HmaX-0005vi-00
83>>Generated Received: header line
84P Received: from [V4NET.0.0.0] (helo=something)
85 by mail.test.ex with esmtp (Exim x.yz)
86 (envelope-from <x@y>)
87 id 10HmaX-0005vi-00
88 for x@y; Tue, 2 Mar 1999 09:44:33 +0000
89using ACL "data"
90processing "accept" (TESTSUITE/test-config 37)
91check set acl_m0 = $acl_m0; data
92 = ; mail; rcpt; data
93check set acl_m9 = $acl_m9; data
94 = ; rcpt; data
95accept: condition test succeeded in ACL "data"
96end of ACL "data": ACCEPT
97LOG: MAIN
98 <= x@y H=(something) [V4NET.0.0.0] P=esmtp S=sss
99SMTP>> 250 OK id=10HmaX-0005vi-00
100smtp_setup_msg entered
101SMTP<< vrfy x@y
102host in smtp_accept_max_nonmail_hosts? yes (matched "*")
103using ACL "vrfy"
104processing "accept" (TESTSUITE/test-config 41)
105check set acl_c0 = $acl_c0; vrfy
106 = ; connect; mail; rcpt; vrfy
107check set acl_c9 = $acl_c9; vrfy
108 = ; connect; mail; vrfy
109check set acl_m0 = $acl_m0; vrfy
110 = ; vrfy
111accept: condition test succeeded in ACL "vrfy"
112end of ACL "vrfy": ACCEPT
113>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
114Verifying x@y
115>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
116Considering x@y
117>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
118routing x@y
119no more routers
120LOG: MAIN
121 VRFY failed for x@y H=(something) [V4NET.0.0.0]
122SMTP>> 550 <x@y> Unrouteable address
123SMTP<< mail from:<x@y>
124spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
125log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
126using ACL "mail"
127processing "accept" (TESTSUITE/test-config 27)
128check set acl_c0 = $acl_c0; mail
129 = ; connect; mail; rcpt; vrfy; mail
130check set acl_c9 = $acl_c9; mail
131 = ; connect; mail; vrfy; mail
132check set acl_m0 = $acl_m0; mail
133 = ; mail
134accept: condition test succeeded in ACL "mail"
135end of ACL "mail": ACCEPT
136SMTP>> 250 OK
137SMTP<< quit
138SMTP>> 221 mail.test.ex closing connection
139LOG: smtp_connection MAIN
140 SMTP connection from (something) [V4NET.0.0.0] closed by QUIT
141search_tidyup called
142>>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>