From owner-freebsd-questions Wed Dec 22 17:48:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from frustum.clara.co.uk (du-027-0423.claranet.co.uk [195.8.82.169]) by hub.freebsd.org (Postfix) with ESMTP id 5110F156CB for ; Wed, 22 Dec 1999 17:48:29 -0800 (PST) (envelope-from alex@frustum.clara.co.uk) Received: (from alex@localhost) by frustum.clara.co.uk (8.9.3/8.9.3) id BAA00411 for freebsd-questions@freebsd.org; Thu, 23 Dec 1999 01:54:00 GMT (envelope-from alex) Date: Thu, 23 Dec 1999 01:54:00 +0000 From: Aleksandar Simic To: freebsd-questions@freebsd.org Subject: Yo .mc Sendmail in the house ? Message-ID: <19991223015400.A384@frustum.clara.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to set up Sendmail's .mc file for Sendmail 8.9.3 on FreeBSD 3.3 for a machine with a dynamic IP. After successfully compiling the following file and palacing it in /etc/sendmail.cf - - - - - - - - - - - - - - - - - - - - - - - - - - - - VERSIONID(`myname.my.domain Sendmail 8.9.3') OSTYPE(bsd4.4)dnl FEATURE(nouucp)dnl MAILER(local)dnl MAILER(smtp)dnl Cwlocalhost Cwmyname.my.domain MASQUEARADE_AS(`clara.co.uk')dnl FEATURE(allmasquerade)dnl FEATURE(masquerade_envelope)dnl FEATURE(nocanonify)dnl FEATRUE(nodns)dnl define(SMART_HOST, `relay.clara.net') Dmmyname.my.domain define(`confDOMAIN_NAME',`myname.my.domain')dnl define(`confDELIVERY_MODE',`deferred')dnl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Following commands were issued to sendmail via /etc/rc.conf : sendmail_enable="YES" sendmail_flags="-bd -q5m" I then rebooted. Only to be greeted on boot up with the following messages: /etc/sendmail.cf: line 34: MASQUEARADE_AS(clara.co.uk): A= argument required /etc/sendmail.cf: line 40: fileclass: cannot open ATRUE(nodns): No such file or directory In /etc/senmail.cf line 34 looks like this: MASQUEARADE_AS(clara.co.uk) and line 40 looks like this: FEATRUE(nodns) This file's aim is to send my local mail to my ISP's machine to be relayed. Any helpful hints would be welcome. Thank you, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message