I'm running 8.x, fully up to date, my domain, fixed IP, local mail service per the distro. I am not receiving incoming mail since having just switched ISP from a DSL provider to a broadband provider.
I believe my ISP is not routing mail to me, even though the domain and MX records look good on the ISP's configuration page and DNS lookups return appropriate MX information. My system had been working perfectly for several years, and I don't believe there is anything wrong with it now, so I am looking for debugging options to establish and then demonstrate to myself and my ISP that my side of the link is working.
Other facts:
The server runs in "single server" mode, on a local subnet through NAT to the outside world. The only thing I have changed at the server to support the change is the gateway IP address (I had both incoming connections feeding my LAN for a while, so the new connection needed a different GW address).
My local (LAN) email works perfectly: I can send outbound mail using the built-in transport, I can receive mail via fetchmail, and my users can view their mail (we use IMAP).
I have performed a port check using
www.grc.com's "shieldsup!" port checker service. With the server down I get all ports reporting "stealth", and with the server up the service reports responses on ports 25, 80, 465, and 993, just as I would expect.
I want to be able to see any inbound, WAN-side SMTP attempts to verify that the server is not rejecting connections. My question, then is "what debug options do I have to log incoming SMTP transactions ?"