Bail out if a configuration file starts with a byte order mark
[exim.git] / test / stderr / 0362
CommitLineData
54c5ebb1
PH
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
50dc7409
JH
8DSN: r1 propagating DSN
9DSN: r2 propagating DSN
d8fe1c03
PH
10seeking password data for user "CALLER": cache not available
11getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
12originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
13sender address = CALLER@test.ex
14sender_fullhost = [V4NET.0.0.0]
15sender_rcvhost = [V4NET.0.0.0]
16host in hosts_connection_nolog? no (option unset)
17LOG: smtp_connection MAIN
18 SMTP connection from [V4NET.0.0.0]
19host in host_lookup? no (option unset)
20set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
21host in host_reject_connection? no (option unset)
22host in sender_unqualified_hosts? no (option unset)
23host in recipient_unqualified_hosts? no (option unset)
24host in helo_verify_hosts? no (option unset)
25host in helo_try_verify_hosts? no (option unset)
26host in helo_accept_junk_hosts? no (option unset)
898d150f 27SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
28smtp_setup_msg entered
29SMTP<< mail from:<x@y>
ddf1b11a 30spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
ad424056 31log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
898d150f 32SMTP>> 250 OK
54c5ebb1
PH
33SMTP<< rcpt to:<x@a.b.c>
34using ACL "check_rcpt"
35processing "accept"
36check domains = +local_domains
37a.b.c in "*.test.ex"? no (end of list)
38a.b.c in "+local_domains"? no (end of list)
6968512f 39accept: condition test failed in ACL "check_rcpt"
54c5ebb1
PH
40processing "accept"
41check domains = +relay_domains
42a.b.c in "a.b.c"? yes (matched "a.b.c")
43a.b.c in "+relay_domains"? yes (matched "+relay_domains")
44check verify = recipient
45>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
46Verifying x@a.b.c
cd5567b1 47address match test: subject=x@a.b.c pattern=x@a.b.c
54c5ebb1
PH
48a.b.c in "a.b.c"? yes (matched "a.b.c")
49x@a.b.c in "x@a.b.c"? yes (matched "x@a.b.c")
50LOG: address_rewrite MAIN
51 "x@a.b.c" from env-to rewritten as "x@x.test.ex" by rule 1
52>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
53Considering x@x.test.ex
54>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
55routing x@x.test.ex
56--------> r1 router <--------
57local_part=x domain=x.test.ex
58checking domains
59x.test.ex in "a.b.c"? no (end of list)
60x.test.ex in "+relay_domains"? no (end of list)
61r1 router skipped: domains mismatch
62--------> r2 router <--------
63local_part=x domain=x.test.ex
64checking domains
65x.test.ex in "*.test.ex"? yes (matched "*.test.ex")
66x.test.ex in "+local_domains"? yes (matched "+local_domains")
67calling r2 router
68r2 router called for x@x.test.ex
69 domain = x.test.ex
70set transport t2
71queued for t2 transport: local_part = x
72domain = x.test.ex
73 errors_to=NULL
74 domain_data=NULL localpart_data=NULL
75routed by r2 router
76 envelope to: x@x.test.ex
77 transport: t2
78----------- end verify ------------
6968512f 79accept: condition test succeeded in ACL "check_rcpt"
a7538db1 80end of ACL "check_rcpt": ACCEPT
898d150f 81SMTP>> 250 Accepted
50dc7409 82DSN: orcpt: NULL flags: 0
54c5ebb1 83SMTP<< quit
898d150f 84SMTP>> 221 the.local.host.name closing connection
54c5ebb1
PH
85LOG: smtp_connection MAIN
86 SMTP connection from [V4NET.0.0.0] closed by QUIT
87search_tidyup called
88>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>