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