From owner-freebsd-questions Sat Apr 11 08:01:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10204 for freebsd-questions-outgoing; Sat, 11 Apr 1998 08:01:54 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from minotaur.labyrinth.net.au (minotaur.labyrinth.net.au [203.9.148.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10199 for ; Sat, 11 Apr 1998 08:01:50 -0700 (PDT) (envelope-from ashley@labyrinth.net.au) Received: (from uucp@localhost) by minotaur.labyrinth.net.au (8.8.6/8.8.6) id BAA28429 for questions@freebsd.org; Sun, 12 Apr 1998 01:01:48 +1000 (EST) Received: from minerva-as18.labyrinth.net.au(203.23.74.18), claiming to be "labyrinth.net.au" via SMTP by minotaur.labyrinth.net.au, id smtpdAAAa28425; Sun Apr 12 01:01:41 1998 Received: (from ashley@localhost) by labyrinth.net.au (8.8.8/8.8.8) id BAA00850 for questions@freebsd.org; Sun, 12 Apr 1998 01:01:40 +1000 (EST) (envelope-from ashley) From: ashley Message-Id: <199804111501.BAA00850@labyrinth.net.au> Subject: sendmail question To: questions@FreeBSD.ORG Date: Sun, 12 Apr 1998 01:01:39 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi! following FAQ109.html in the FreeBSD FAQ i have configued sendmail so that it will use my isp's hostname instead of my local box in the from: when sending email. i use this in an mc file to make the sendmail.cf VERSIONID(`insomnia.mc version 1.3') OSTYPE(bsd4.4)dnl FEATURE(nouucp)dnl MAILER(local)dnl MAILER(smtp)dnl Cwinsomnia.home.bsd Cwlabyrinth.net.au MASQUERADE_AS(`labyrinth.net.au')dnl FEATURE(allmasquerade)dnl FEATURE(masquerade_envelope)dnl FEATURE(nocanonify)dnl FEATURE(nodns)dnl define(SMART_HOST, `mail.labyrinth.net.au') Dmlabyrinth.net.au define(`confDOMAIN_NAME',`labyrinth.net.au')dnl however, there is a problem with this. my isp's domain is labyrinth.net.au. i can send email to people just fine. EXCEPT for people who are also subscribers to my isp. so if i send email to foo@labyrinth.net.au sendmail tried to deliver it to my local machine (i assume because of the masquerading), instead of to user foo on my isp. any help and advice is greatly appreciated. Ciao. Ashley. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message