On Tue, Aug 05, 2003 at 08:45:49PM +0000, Kirk R. Wythers wrote:
> On Tue, 2003-08-05 at 20:32, Jonathan Chen wrote:
> 
> > 
> > It is *NOT* 'hostname.mc'. It is `hostname`.mc (note the back-tick).
> > `hostname`.mc should expand to host.name.of.machine.mc.
> 
> So are you saying that that I should type litterally:
> 
> cp freebsd.mc `hostname`.mc  (I had used neighborsunited.net.mc)

Yes. And then you should edit the host.name.of.machine.mc file, eg

    # vi `hostname`.mc

> and then in my favorite editor, add the lines:
> 
> MASQUERADE_AS(`neighborsunited.net')dnl
> FEATURE(masquerade_envelope)dnl
> 
> then litterally:

> make
> make install-cf CF=neighborsunited.net
> sh /etc/rc.sendmail restart

I would use:

    # make
    # make install
    # sh /etc/rc.sendmail restart

The CF= stuff is for really odd tweaks.

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
----------------------------------------------------------------------
                                                 Vini, vidi, velcro...
                                         I came, I saw, I stuck around
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to