Correct the indentation of the first example line of the
/etc/mail/mailer.conf to be aligned with the ones below. Note to translators: this affects the rendered output, although it is a whitespace fix. PR: docs/167608 Submitted by: Niclas Zeising ( zeising daemonic se)
This commit is contained in:
parent
901341e8f7
commit
63ee5081f0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38789
1 changed files with 2 additions and 2 deletions
|
@ -782,7 +782,7 @@ sendmail_msp_queue_enable="NO"</programlisting>
|
||||||
find something like the following
|
find something like the following
|
||||||
in <filename>/etc/mail/mailer.conf</filename>:</para>
|
in <filename>/etc/mail/mailer.conf</filename>:</para>
|
||||||
|
|
||||||
<programlisting>sendmail /usr/libexec/sendmail/sendmail
|
<programlisting>sendmail /usr/libexec/sendmail/sendmail
|
||||||
send-mail /usr/libexec/sendmail/sendmail
|
send-mail /usr/libexec/sendmail/sendmail
|
||||||
mailq /usr/libexec/sendmail/sendmail
|
mailq /usr/libexec/sendmail/sendmail
|
||||||
newaliases /usr/libexec/sendmail/sendmail
|
newaliases /usr/libexec/sendmail/sendmail
|
||||||
|
@ -803,7 +803,7 @@ purgestat /usr/libexec/sendmail/sendmail</programlisting>
|
||||||
to be run instead of <application>sendmail</application>, you could change
|
to be run instead of <application>sendmail</application>, you could change
|
||||||
<filename>/etc/mail/mailer.conf</filename> to read:</para>
|
<filename>/etc/mail/mailer.conf</filename> to read:</para>
|
||||||
|
|
||||||
<programlisting>sendmail /usr/local/supermailer/bin/sendmail-compat
|
<programlisting>sendmail /usr/local/supermailer/bin/sendmail-compat
|
||||||
send-mail /usr/local/supermailer/bin/sendmail-compat
|
send-mail /usr/local/supermailer/bin/sendmail-compat
|
||||||
mailq /usr/local/supermailer/bin/mailq-compat
|
mailq /usr/local/supermailer/bin/mailq-compat
|
||||||
newaliases /usr/local/supermailer/bin/newaliases-compat
|
newaliases /usr/local/supermailer/bin/newaliases-compat
|
||||||
|
|
Loading…
Reference in a new issue