Mailing List Archive

[Bug 680] New: No target port number in debugging output
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=680
Summary: No target port number in debugging output
Product: Exim
Version: 4.69
Platform: Other
OS/Version: Linux
Status: NEW
Severity: wishlist
Priority: low
Component: Mail Receipt
AssignedTo: nigel@exim.org
ReportedBy: mh+exim-bugzilla@zugschlus.de
CC: exim-dev@exim.org


Hi,

when a client connects to a daemon running with -d, the target port number is
not logged in the debug output:

9686 Connection request from 127.0.0.1 port 48655
9686 search_tidyup called
9688 host in rfc1413_hosts? yes (matched "*")
9688 doing ident callback
9688 waiting for data on socket
9688 sender_ident = mh
9688 sender_fullhost = [127.0.0.1]
9688 sender_rcvhost = [127.0.0.1] (ident=mh)
9688 Process 9688 is handling incoming connection from [127.0.0.1]
9688 host in host_lookup? yes (matched "*")
9688 looking up host name for 127.0.0.1
9686 1 SMTP accept process running
9686 Listening...
9688 DNS lookup of 1.0.0.127.in-addr.arpa (PTR) succeeded
9688 IP address lookup yielded localhost
9688 gethostbyname2(af=inet6) returned 1 (HOST_NOT_FOUND)
9688 gethostbyname2 looked up these IP addresses:
9688 name=scyw00225.scy001.de address=127.0.0.1
9688 checking addresses for localhost
9688 127.0.0.1 OK
9688 sender_fullhost = localhost [127.0.0.1]
9688 sender_rcvhost = localhost ([127.0.0.1] ident=mh)
9688 set_process_info: 9688 handling incoming connection from localhost
[127.0.0.1] U=mh

this might, however, be important information just in case exim is configured
to behave differently on different ports (tls_on_connect_ports, for example).

Please consider having exim log like this:

9686 Connection request from 127.0.0.1 port 48655 to 127.0.0.1 port 25


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##