Mention the possibility that foo.cf might be found under /usr/obj/.
Submitted by: luzi@interface-business.de (Lutz Zientert) Í
This commit is contained in:
parent
9289461837
commit
46339846fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1583
1 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: mail.sgml,v 1.9 1997-02-22 12:58:49 peter Exp $
|
<!-- $Id: mail.sgml,v 1.10 1997-05-24 21:14:03 joerg Exp $
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
|
||||||
|
@ -203,9 +203,20 @@ If you plan on doing anything serious with <tt/sendmail/ you should install the
|
||||||
<verb>
|
<verb>
|
||||||
cd /usr/src/usr.sbin/sendmail/cf/cf
|
cd /usr/src/usr.sbin/sendmail/cf/cf
|
||||||
make foo.cf
|
make foo.cf
|
||||||
|
</verb>
|
||||||
|
|
||||||
|
If you don't have a <tt>/usr/obj</tt> hiearchy, then:
|
||||||
|
|
||||||
|
<verb>
|
||||||
cp foo.cf /etc/sendmail.cf
|
cp foo.cf /etc/sendmail.cf
|
||||||
</verb>
|
</verb>
|
||||||
|
|
||||||
|
Otherwise:
|
||||||
|
|
||||||
|
<verb>
|
||||||
|
cp /usr/obj/`pwd`/foo.cf /etc/sendmail.cf
|
||||||
|
</verb>
|
||||||
|
|
||||||
A typical <tt>.mc</tt> file might look like:
|
A typical <tt>.mc</tt> file might look like:
|
||||||
|
|
||||||
<verb>
|
<verb>
|
||||||
|
|
Loading…
Reference in a new issue