From owner-freebsd-questions Tue Jul 22 11:28:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA16930 for questions-outgoing; Tue, 22 Jul 1997 11:28:00 -0700 (PDT) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA16925 for ; Tue, 22 Jul 1997 11:27:57 -0700 (PDT) Received: from luddite.org (host033.dialup.interactive.net [208.192.245.43]) by onyx.interactive.net (8.8.5/8.8.5) with ESMTP id OAA13533; Tue, 22 Jul 1997 14:27:39 -0400 (EDT) Received: (from sachs@localhost) by luddite.org (8.8.6/8.8.5) id OAA04712; Tue, 22 Jul 1997 14:43:00 -0400 (EDT) To: John-David Childs Cc: dkelly@HiWAAY.net, questions@FreeBSD.ORG Subject: Re: Sendmail and mail hub References: Mime-Version: 1.0 (generated by tm-edit 7.101) Content-Type: text/plain; charset=US-ASCII From: Jay Sachs Date: 22 Jul 1997 14:42:58 -0400 In-Reply-To: John-David Childs's message of "Sun, 20 Jul 1997 19:22:05 -0600 (MDT)" Message-ID: <87racrszbh.fsf@luddite.org> Lines: 42 X-Mailer: Gnus v5.4.64/XEmacs 19.15 X-Face: 6!-I&o^[[HP+0~O~}d2Zf@Pbof:|>j5^*W$QOR"&)JYcHT.@-"AhAXLg3vioV79Ri3JMp/a e3QD@Z$1Ot@'j1/A Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John-David Childs writes: > On Sun, 20 Jul 1997 dkelly@HiWAAY.net wrote: [ ... ] > Yes, but it's far easier to send mail directly via Sendmail as you've been > doing, but defining your email address to be whatever it would be if you > were using hiwaay.net's SMTP server (e.g. dkelley@hiwaay.net) > > > > So I've started hacking on /etc/sendmail.cf just to see what kind of > > trouble I can get into (I'm the only user of this system, so I can only > > hurt myself, right?). This looked interesting in /etc/sendmail.cf: > > > > # "Smart" relay host (may be null) > > DS > > > > So I changed it to: > > > > # "Smart" relay host (may be null) > > #DS > > DSmail.hiwaay.net > > That works too. > > > > > Elsewhere I did the same thing for: > > > > # who I masquerade as (null for no masquerading) (see also $=M) > > DMmail.hiwaay.net > > > > BAD! Your ISP will shoot you. You should not masquerade as another host > without permission. Why is this so evil? If I run a stand-alone machine connected only via dynamic PPP, I want things like Sender: to look like a valid hostname, which it won't unless I do some masquerading. I know this isn't The Right Thing To Do but this is a (IMO) reasonable response to the plethora of broken software (both autoresponders and clients) out there. If my ISP didn't charge so much for a static IP address or to host a domain name, I'd go with one of those (far superior) solutions. -Jay