Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Dec 1999 01:54:00 +0000
From:      Aleksandar Simic <alex@clara.co.uk>
To:        freebsd-questions@freebsd.org
Subject:   Yo .mc Sendmail in the house ?
Message-ID:  <19991223015400.A384@frustum.clara.co.uk>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991223015400.A384>