sendmail setup mail server error

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: OpenBSD Misc <misc@...>
Date: Tuesday, January 29, 2008 - 1:28 am

I'm trying to setup a mail server. But getting an error: "m4:
mydomain.mc at line 11: include(../domain/mydomain.com.m4): No such
file or directory"

This is what I did so far -

cd /usr/share/sendmail/cf

cp openbsd-proto.mc mydomain.mc

vi mydomain.mc

divert(0)dnl
VERSIONID(`@(#)mydomain.mc $Revision: 1.11 $')dnl
OSTYPE(openbsd)dnl
DOMAIN(mydomain.com)dnl
FEATURE(`virtusertable', `dbm /etc/mail/virtusertable')dnl
MAILER(local)dnl
MAILER(smtp)dnl

divert(-1)

I didn't change anything else in this file.

m4 ../m4/cf.m4 mydomain.mc > mydomain.cf

m4: mydomain.mc at line 11: include(../domain/mydomain.com.m4): No
such file or directory

Any help would be much appreciated. Thanks.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
sendmail setup mail server error, Chris, (Tue Jan 29, 1:28 am)
Re: sendmail setup mail server error, knitti, (Tue Jan 29, 8:05 am)
Re: sendmail setup mail server error, knitti, (Tue Jan 29, 8:14 am)