Commit | Line | Data |
---|---|---|
54c5ebb1 PH |
1 | Exim version x.yz .... |
2 | changed uid/gid: forcing real = effective | |
3 | uid=uuuu gid=CALLER_GID pid=pppp | |
4 | configuration file is TESTSUITE/test-config | |
5 | admin user | |
6 | changed uid/gid: privilege not needed | |
7 | uid=EXIM_UID gid=EXIM_GID pid=pppp | |
8 | originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME | |
9 | sender address = CALLER@the.local.host.name | |
10 | set_process_info: pppp accepting a local SMTP message from <CALLER@the.local.host.name> | |
11 | in hosts_connection_nolog? no (option unset) | |
12 | LOG: smtp_connection MAIN | |
13 | SMTP connection from CALLER | |
898d150f | 14 | SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 |
54c5ebb1 PH |
15 | smtp_setup_msg entered |
16 | SMTP<< mail from:<x@y> | |
898d150f | 17 | SMTP>> 250 OK |
54c5ebb1 PH |
18 | SMTP<< rcpt to:<x@y> |
19 | processing "accept" | |
20 | check domains = +fail | |
21 | expansion of "${if eq {x}{y}{}fail}" forced failure: assume not in this list | |
22 | y in "+fail"? no (end of list) | |
6968512f | 23 | accept: condition test failed in inline ACL |
54c5ebb1 | 24 | end of inline ACL: implicit DENY |
898d150f | 25 | SMTP>> 550 Administrative prohibition |
54c5ebb1 PH |
26 | LOG: MAIN REJECT |
27 | U=CALLER F=<x@y> rejected RCPT <x@y> | |
28 | created log directory TESTSUITE/spool/log | |
29 | SMTP<< quit | |
898d150f | 30 | SMTP>> 221 the.local.host.name closing connection |
54c5ebb1 PH |
31 | LOG: smtp_connection MAIN |
32 | SMTP connection from CALLER closed by QUIT | |
33 | search_tidyup called | |
34 | >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>> |