On Jan 22, 2008 4:25 PM, Agus <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> Just trying to make sendmail work locally only.....And by that i mean, i
> dont want sendmail to be able to relay or send mail to any other machine
> except for localhost....
>
> How can i do this? I mean is there a way on rc.conf or i need to touch the
> cf??
>
> Thanks in advance and cheers,
> Agustin

Search the file /etc/defaults/rc.conf for "sendmail"
It has a bunch of options and explains what they do.
NOTE: do not edit /etc/defaults/rc.conf - that's just the "Default
settings" file.
Make any changes in the /etc/rc.conf file instead.

Basically, you want
sendmail_enable="NO"
And the rest of the sendmail options enabled.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to