diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 19:27:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 20:34:28 +0100 |
commit | 2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 (patch) | |
tree | 317d43b87c1e1e9f4ca315e5680bd10a18e158a2 /test/stderr/0362 | |
parent | b9a2d0dd658cab56e0d1365e1c6a7c5ce9473bcf (diff) |
hosts_require_helo
Diffstat (limited to 'test/stderr/0362')
-rw-r--r-- | test/stderr/0362 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/stderr/0362 b/test/stderr/0362 index 3c6259bea..39fe09628 100644 --- a/test/stderr/0362 +++ b/test/stderr/0362 @@ -24,6 +24,12 @@ host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered +SMTP<< helo test +test in helo_lookup_domains? no (end of list) +sender_fullhost = (test) [V4NET.0.0.0] +sender_rcvhost = [V4NET.0.0.0] (helo=test) +set_process_info: pppp handling incoming connection from (test) [V4NET.0.0.0] +SMTP>> 250 the.local.host.name Hello test [V4NET.0.0.0] SMTP<< mail from:<x@y> spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 @@ -82,6 +88,6 @@ SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 the.local.host.name closing connection LOG: smtp_connection MAIN - SMTP connection from [V4NET.0.0.0] closed by QUIT + SMTP connection from (test) [V4NET.0.0.0] closed by QUIT search_tidyup called >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> |