Use of /etc/mail/Makefile facilities to install sendmail.cf and restart

sendmail in SMTP auth. section.
This commit is contained in:
Marc Fonvieille 2003-04-08 08:55:05 +00:00
parent ebf3f618ca
commit 9574d9fae8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16495

View file

@ -1221,9 +1221,12 @@ define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl</programlisting>
<para>Finally, run &man.make.1; while in <filename>/etc/mail</filename>.
That will run your new <filename>.mc</filename> file and create a <filename>.cf</filename> file named
<filename>freebsd.cf</filename> (or whatever name you have used
for your <filename>.mc</filename> file). Copy that to <filename>sendmail.cf</filename>,
and send a <command>kill -HUP</command> signal to
<application>sendmail</application>.</para>
for your <filename>.mc</filename> file). Then use the
command <command>make install restart</command>, which will
copy the file to <filename>sendmail.cf</filename>, and will
properly restart <application>sendmail</application>.
For more information about this process, you should refer
to <filename>/etc/mail/Makefile</filename>.</para>
</step>
</procedure>