From owner-freebsd-questions Wed Nov 6 16: 2:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C37F37B401 for ; Wed, 6 Nov 2002 16:02:56 -0800 (PST) Received: from lakemtao03.cox.net (lakemtao03.cox.net [68.1.17.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF35A43E3B for ; Wed, 6 Nov 2002 16:02:55 -0800 (PST) (envelope-from ataraxia@cox.net) Received: from cox.net ([68.98.181.29]) by lakemtao03.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20021107000254.JYI16428.lakemtao03.cox.net@cox.net>; Wed, 6 Nov 2002 19:02:54 -0500 Message-ID: <3DC9ADAE.2000205@cox.net> Date: Wed, 06 Nov 2002 19:02:54 -0500 From: Ray Kohler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Kevin Kinsey, Minister of Music, CSBC" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail without (real) hostname? References: <3DC9A3B4.1030303@cox.net> <006e01c285ee$fbc61a90$fa00a8c0@DaleCoportable> In-Reply-To: <3DC9A3B4.1030303@cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Kevin Kinsey, Minister of Music, CSBC wrote: > ----- Original Message ----- > From: "Ray Kohler" > To: > Sent: Wednesday, November 06, 2002 5:20 PM > Subject: sendmail without (real) hostname? > > > > >Is there any way to get outgoing mail working on a system with a > > dynamic > > >IP and no DNS entries? Mail is sent as it is but of course no one > > will > > >relay it. > >All I really want is the ability to use send-pr so I can send > > patches > > >without having them mangled by line-wrapping. > > > >- @ > > > > > I believe I've had success with: > > $hostname someone.elses.fqdn > $send-pr, etc. > $hostname my.original.hostname > > or even: > > $hostname my.isps.mailserver > $send-pr, etc. > $hostname my.original.hostname > > / > > But you could probably make some people > real unhappy that way, and I think sendmail's > gotten past that, or at least some ISP's MTA's > will check... :-) Not to *even* mention any > questions of ethics :-| > > I guess you could: > > $hostname whatever.rev-ptr.says > $send-pr, etc. > $hostname my.original.hostname > > and see what happens?/ Ha, I never thought of that. I guess I'd have to restart sendmail when the hostname changes but it ought to work as long I use the actual reverse pointer name. I'd use that name permanently except that it's something like ipXXX-XXX-XXX-XXX.nv.nv.cox.net where the X's are the current IP, which changes every few hours. To make matters worse, that's actually the NAT router's IP and not this box's. - @ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message