diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-18 00:31:43 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-03-18 00:39:28 +0000 |
commit | 254f38d1c5ada5e4df0bccb385dc466549620c71 (patch) | |
tree | a6301dc59e7d7940d8f24fe042a0f9cb5a1582d4 /test | |
parent | 7c498df16cbb3d35eb8df3668ec426388f0dc974 (diff) |
Logging: fix initial listening-on log line
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0282 | 2 | ||||
-rw-r--r-- | test/log/0282 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/0282 b/test/confs/0282 index 2660c7f7d..7eeddd2c4 100644 --- a/test/confs/0282 +++ b/test/confs/0282 @@ -7,7 +7,7 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- acl_smtp_rcpt = accept -local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4 +local_interfaces = <; 127.0.0.1.PORT_D ; [127.0.0.1]:PORT_D2 ; HOSTIPV4 ; 127.0.0.1.PORT_D4 log_selector = +incoming_interface+incoming_port queue_only queue_run_in_order diff --git a/test/log/0282 b/test/log/0282 index 4316e8b59..93ea60ff8 100644 --- a/test/log/0282 +++ b/test/log/0282 @@ -6,6 +6,6 @@ 1999-03-02 09:44:33 End queue run: pid=pppp ******** SERVER ******** -1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on [127.0.0.1]:{1225,1226} [ip4.ip4.ip4.ip4]:PORT_D3 +1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on [127.0.0.1]:{1225,1226,1228} [ip4.ip4.ip4.ip4]:PORT_D3 1999-03-02 09:44:33 10HmaX-0005vi-00 <= userx@test.ex H=(rhu.barb) [127.0.0.1]:1111 I=[127.0.0.1]:PORT_D P=esmtp S=sss 1999-03-02 09:44:33 10HmaY-0005vi-00 <= userx@test.ex H=(rhu.barb) [127.0.0.1]:1112 I=[127.0.0.1]:PORT_D2 P=esmtp S=sss |