More debug in smtp transport
[exim.git] / test / stderr / 0396
... / ...
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@the.local.host.name
10set_process_info: pppp accepting a local SMTP message from <CALLER@the.local.host.name>
11 in hosts_connection_nolog? no (option unset)
12LOG: smtp_connection MAIN
13 SMTP connection from CALLER
14SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
15smtp_setup_msg entered
16SMTP<< mail from:<x@y>
17spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
18log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
19SMTP>> 250 OK
20SMTP<< rcpt to:<x@y>
21processing "accept"
22check domains = +fail
23expansion of "${if eq {x}{y}{}fail}" forced failure: assume not in this list
24y in "+fail"? no (end of list)
25accept: condition test failed in inline ACL
26end of inline ACL: implicit DENY
27SMTP>> 550 Administrative prohibition
28LOG: MAIN REJECT
29 U=CALLER F=<x@y> rejected RCPT <x@y>
30created log directory TESTSUITE/spool/log
31SMTP<< quit
32SMTP>> 221 the.local.host.name closing connection
33LOG: smtp_connection MAIN
34 SMTP connection from CALLER closed by QUIT
35search_tidyup called
36>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>