From owner-freebsd-isp Tue Feb 13 5:25:56 2001 Delivered-To: freebsd-isp@freebsd.org Received: from 1-iron.tatnet.com (1-iron.tatnet.com [207.239.107.140]) by hub.freebsd.org (Postfix) with ESMTP id E4A9637B491 for ; Tue, 13 Feb 2001 05:25:50 -0800 (PST) Received: from dlfnew (davidf.int.tatnet.com [192.168.1.93]) by 1-iron.tatnet.com (8.9.3/8.9.3) with SMTP id IAA62960; Tue, 13 Feb 2001 08:25:48 -0500 (EST) (envelope-from dlf@tatnet.com) From: "David L. Fehrenbacher" To: "'Bryan Bunch'" , Subject: RE: Sendmail Question.. Date: Tue, 13 Feb 2001 08:22:22 -0500 Message-ID: <001c01c095c0$00229620$5d01a8c0@int.tatnet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello: I believe there is a setting in /etc/mail/sendmail.cf: #O DontProbeInterfaces -or- DontProbeInterfaces=True - not sure which one goes with which version, but uncommenting/setting this line will likely fix your problem. I remember struggling with this a while back. -David -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Bryan Bunch Sent: Monday, February 12, 2001 3:30 PM To: freebsd-isp@FreeBSD.ORG Subject: Sendmail Question.. Hello ALl, I have a quick question about sendmail. I have a machine that is running v 8.11.2 with the following features: FEATURE(access_db)dnl FEATURE(mailertable)dnl FEATURE(virtusertable)dnl FEATURE(domaintable)dnl This server is primarily a web server (web_server), but does outgoing email through the usage of cgi scripts, etc. I have one particular web site say xyz.com that is on this machine, but all of the email for the domain is handled by another machine (mail_server). There is an A record set up in DNS that points xyz.com to the (web_server) machine. This is so that if someone just types in xyz.com in their web browser, they will get the web site. I have a MX record that points to the (mail_server) machine. If a CGI script or if I try to send mail from the (web_server) machine, for some reason it thinks that it is local for the xyz.com domain, even though I do NOT have it listed in my local-host-names file. If am at any other machine mail works fine and gets routed to the proper machine. I'm assuming that this has something do to with the A record of xyz.com that points to (web_server). I have tried an entry in my mailertable: .xyz.com smtp:mail_server This does not work. The only way that I have worked around the problem is by putting an entry in my virtusertable that maps specific users to the correct user on the (mail_server) machine. There must be a simpler way. TIA.. Bryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message