encore du formattage

This commit is contained in:
Jérémy Lecour 2017-06-20 00:23:11 +02:00 committed by Jérémy Lecour
parent 2a66e40fb9
commit 95858a0a73

View file

@ -108,10 +108,10 @@ $ crontab -l
</section> </section>
<section> <section>
<section> <section>
<h2>ntpd</h2> <h2>ntpd</h2>
</section> </section>
<section> <section>
<pre> <pre>
<code data-trim class="hljs nohighlight"> <code data-trim class="hljs nohighlight">
$ date $ date
@ -124,7 +124,7 @@ $ date
</code> </code>
server ntp.evolix.net server ntp.evolix.net
</pre> </pre>
</section> </section>
<section> <section>
<pre> <pre>
@ -219,7 +219,7 @@ $ timedatectl
</section> </section>
<section> <section>
<pre> <pre>
<code># vim main.cf</code> <code># vim main.cf</code>
smtpd_banner = $myhostname ESMTP mail server smtpd_banner = $myhostname ESMTP mail server
biff = no biff = no
append_dot_mydomain = no append_dot_mydomain = no
@ -235,12 +235,12 @@ recipient_delimiter = +
inet_interfaces = all inet_interfaces = all
inet_protocols = ipv4 inet_protocols = ipv4
disable_vrfy_command = yes disable_vrfy_command = yes
</pre> </pre>
</section> </section>
<section> <section>
<pre> <pre>
<code class="hljs nohighlight" data-trim style="max-height: 500px"> <code class="hljs nohighlight" data-trim style="max-height: 500px">
# date | mail -s test jdoe@example.com # date | mail -s test jdoe@example.com
# mailq # mailq
# qshape deferred # qshape deferred
@ -253,7 +253,8 @@ disable_vrfy_command = yes
# mailq | tail -n +2 | \ # mailq | tail -n +2 | \
awk 'BEGIN { RS = "" } /example\.com$/ { print $1 }' | \ awk 'BEGIN { RS = "" } /example\.com$/ { print $1 }' | \
tr -d '*!' | postsuper -d - tr -d '*!' | postsuper -d -
</code></pre> </code></pre>
</section>
</section> </section>
</section> </section>