From: mbrugo on
Hi, firstable i'm very newbie
so i try to configure sendmail with m4 (as readme say :) ).
in /usr/lib/mail/cf i've only:

-r--r--r-- 1 root mail 38538 Apr 4 2003 main.cf
-r--r--r-- 1 root mail 2364 Apr 7 2002 main.mc
-r--r--r-- 1 root mail 3092 Apr 7 2002 Makefile
drwxr-xr-x 2 root other 512 Nov 10 15:32 SAVE
-r--r--r-- 1 root mail 38998 Apr 4 2003 submit.cf
-r--r--r-- 1 root mail 843 Apr 4 2003 submit.mc
-r--r--r-- 1 root mail 38835 Nov 10 15:47 subsidiary.cf
-r--r--r-- 1 root mail 1316 Nov 10 15:46 subsidiary.mc

is it right ?

if not, where i can find it and Why i've not ?

OS is solaris 5.9 sendmail 8.12.9

Thanks

Mike

From: J.O. Aho on
mbrugo(a)gmail.com wrote:
> Hi, firstable i'm very newbie
> so i try to configure sendmail with m4 (as readme say :) ).
> in /usr/lib/mail/cf i've only:
>
> -r--r--r-- 1 root mail 38538 Apr 4 2003 main.cf
> -r--r--r-- 1 root mail 2364 Apr 7 2002 main.mc
> -r--r--r-- 1 root mail 3092 Apr 7 2002 Makefile
> drwxr-xr-x 2 root other 512 Nov 10 15:32 SAVE
> -r--r--r-- 1 root mail 38998 Apr 4 2003 submit.cf
> -r--r--r-- 1 root mail 843 Apr 4 2003 submit.mc
> -r--r--r-- 1 root mail 38835 Nov 10 15:47 subsidiary.cf
> -r--r--r-- 1 root mail 1316 Nov 10 15:46 subsidiary.mc
>
> is it right ?
>
> if not, where i can find it and Why i've not ?
>
> OS is solaris 5.9 sendmail 8.12.9

take a look in your /etc/mail, I think thats the location you usually find
semndmail.mc.


//Aho
From: gerryt on

mbrugo(a)gmail.com wrote:
> Hi, firstable i'm very newbie
> so i try to configure sendmail with m4 (as readme say :) ).

Well done

> in /usr/lib/mail/cf i've only:
> -r--r--r-- 1 root mail 38538 Apr 4 2003 main.cf
> -r--r--r-- 1 root mail 2364 Apr 7 2002 main.mc
> -r--r--r-- 1 root mail 3092 Apr 7 2002 Makefile
> drwxr-xr-x 2 root other 512 Nov 10 15:32 SAVE
> -r--r--r-- 1 root mail 38998 Apr 4 2003 submit.cf
> -r--r--r-- 1 root mail 843 Apr 4 2003 submit.mc
> -r--r--r-- 1 root mail 38835 Nov 10 15:47 subsidiary.cf
> -r--r--r-- 1 root mail 1316 Nov 10 15:46 subsidiary.mc

> is it right ?
Yes except for the SAVE directory...

> if not, where i can find it and Why i've not ?

Solaris 9 or less calls sendmail.mc "main.mc"
Solaris 10 has a link like so:
main.mc -> sendmail.mc

I suggest you copy main.mc to sendmail.mc, change sendmail.mc
however you want it to be, then run :
make sendmail.cf
This will create a sendmail.cf which you can test with sendmail -C
Then mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.FCS
cp sendmail.cf /etc/mail/sendmail.cf
You'll need /usr/ccs/bin/make installed

Ciao

From: Mike on
On 10 Nov 2005 07:49:13 -0800, gerryt(a)vcn.bc.ca wrote:


>I suggest you copy main.mc to sendmail.mc, change sendmail.mc
>however you want it to be, then run :
>make sendmail.cf
>This will create a sendmail.cf which you can test with sendmail -C
>Then mv /etc/mail/sendmail.cf /etc/mail/sendmail.cf.FCS
>cp sendmail.cf /etc/mail/sendmail.cf
>You'll need /usr/ccs/bin/make installed
>
>Ciao

Thanks Gerry for your hints.

Ciao

Mike