From owner-freebsd-questions Thu Oct 11 10: 3:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl2-116.citlink.net [207.173.226.116]) by hub.freebsd.org (Postfix) with ESMTP id E0D4337B40C for ; Thu, 11 Oct 2001 10:03:17 -0700 (PDT) Received: from tagalong (unknown [165.107.42.205]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 7BFB4EE64C for ; Thu, 11 Oct 2001 10:03:08 -0700 (PDT) Message-ID: <005601c15276$99f121e0$cd2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "FreeBSD Questions" Subject: "traceroute" For Sendmail? Date: Thu, 11 Oct 2001 10:03:08 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How can I turn on logging to see each step of a mail transfer? Something like traceroute but for mail. I've detailed my situation below but wanted to ask my question up front. Thanks, Drew ----------------- Details I'm attempting to resolve a mail problem. I have two FBSD 4.4 boxes. One is a firewall and the other a mail and web server. While building the firewall, my network looked like this: ISP | | IP is DHCP | ADSL Modem/Router | |192.168.1.1 | ----------------- | | Firewall Server 192.168.1.2 192.168.1.4 I setup an alias for root so that my mail would be forwarded to the server and everything worked fine. Once I completed building my firewall, I changed my network config to this: ISP | | IP is DHCP | ADSL Modem/Router |192.168.10.1 | |192.168.10.2 Firewall | |192.168.1.2 | Server 192.168.1.4 Now my messages from the firewall are not received by the server. The mail log on the firewall says that the connection was refused. The mail log on the server doesn't show any connection attempts from the firewall. I ran "tcpdump port 25" on the server but didn't see any traffic when running "sendmail -q". I was able to see traffic when I used telnet to connect to port 25 from the firewall to the server. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message