summaryrefslogtreecommitdiff
path: root/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-09-14 10:58:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-09-14 12:18:34 +0200
commite847b05ae3bae9cc4134a7b5f5f66f0771edfa9e (patch)
treeb2574aa4dce3e0dfe27995017ed1e007bbdef103 /_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
parent789639e4bdf6d304ef44359aeccd7b038a38e6bc (diff)
Update syntax highlighting configuration
Now both Markdown and AsciiDoc files will use pygments for their highlighting.
Diffstat (limited to '_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md')
-rw-r--r--_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
index 55ae23d..294161c 100644
--- a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
+++ b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
@@ -77,7 +77,7 @@ option is needed again. Bind it to `localhost`, so it can only be used
internally. In `/usr/local/etc/dovecont/conf.d/10-master.conf`, enable the
`imap` port again:
-{% highlight conf %}
+```
...
service imap-login {
inet_listener imap {
@@ -87,7 +87,7 @@ service imap-login {
...
}
...
-{% endhighlight %}
+```
## Configure nginx
To make using the service easier, you can setup [nginx][nginx] to act as a