summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-28 08:32:57 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-28 08:32:57 +0100
commit20628ce1f972324eb3b672f7bf228b5d0a573524 (patch)
tree11357379d61bee288151c42b02180743ba316a52
parent6967c864a5e43df80fe16b1120f5565b81e7a895 (diff)
Update URLs in old mailserver posts
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md4
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md6
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md5
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md2
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md8
-rw-r--r--_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md6
6 files changed, 8 insertions, 23 deletions
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md b/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md
index 4189e4a..85a8ef4 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part 1: Preparations"
date: 2016-10-31 07:57:50
tags: Tutorial FreeBSD Email Installation
layout: post
-authors:
- - ["Patrick Spek", "https://www.tyil.work"]
---
This tutorial is devised into multiple chapters to make it more manageable, and
@@ -136,5 +134,5 @@ Postfix.
[freebsd]: https://www.freebsd.org/
[letsencrypt]: https://letsencrypt.org/
[mysql]: https://www.mysql.com/
-[part-2]: https://www.tyil.work/tutorials/freebsd-mailserver-part-2-mailing-with-postfix/
+[part-2]: {{ "/post/2016/10/31/freebsd-mailserver-part-2-mailing-with-postfix/" | prepend: site.baseurl }}
[postgres]: https://www.postgresql.org/
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md b/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md
index 7229f30..dbbd0a2 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part 2: Mailing with Postfix"
date: 2016-10-31 07:57:50
tags: Tutorial FreeBSD Email Installation
layout: post
-authors:
- - ["Patrick Spek", "https://www.tyil.work"]
---
Welcome to the second part of my FreeBSD email server series. In this series, I
@@ -309,7 +307,7 @@ Dovecot, which will enable IMAP. It will also provide the SASL mechanism
defined in this part.
[freebsd-ports]: https://www.freebsd.org/ports/
-[home]: https://www.tyil.work/
-[part-1]: https://www.tyil.work/tutorials/freebsd-mailserver-part-1-preparations/
+[home]: {{ "/" | prepend: site.baseurl }}
+[part-1]: {{ "/post/2016/10/31/freebsd-mailserver-part-1-preparations/" | prepend: site.baseurl }}
[postfix]: http://www.postfix.org/
[sendmail]: http://www.sendmail.com/sm/open_source/
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md b/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md
index ca23432..5a99285 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part 3: Dovecot, IMAP and SASL"
date: 2016-10-31 07:57:50
tags: Tutorial FreeBSD Email Installation
layout: post
-authors:
- - ["Patrick Spek", "https://www.tyil.work"]
---
Welcome to the second part of my FreeBSD email server series. In this series, I
@@ -222,5 +220,4 @@ in the next part, we will deal with practices that "authenticate" your emails
as legit messages. Be sure to read up on it!
[dovecot]: http://dovecot.org/
-[home]: https://www.tyil.work/
-
+[home]: {{ "/" | prepend: site.baseurl }}
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md b/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md
index 3b7a78a..a0c8c9c 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part 4: Message authentication"
date: 2016-10-31 20:00:38
tags: Tutorial FreeBSD Email Installation
layout: post
-authors:
- - ["Patrick Spek", "https://www.tyil.work"]
---
Welcome to another part in the FreeBSD email server series. This time, we are
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md b/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md
index 09cc280..e1ac5fc 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part 5: Filtering mail"
date: 2016-10-31 20:02:19
tags: Tutorial FreeBSD Email Installation
layout: post
-authors:
- - ["Patrick Spek", "https://www.tyil.work"]
---
Being able to send mail and not be flagged as spam is pretty awesome on itself.
@@ -49,7 +47,7 @@ sa-update
{% endhighlight %}
You most likely want to run this once every while, so it is advised to setup a
-[cronjob][cronjob] for this purpose.
+cronjob for this purpose.
## Postfix
In order to have mails checked by SpamAssassin, Postfix must be instructed to
@@ -124,8 +122,6 @@ contact me via any of the methods detailed on [my home page][home].
Thanks for reading along, and enjoy your very own email server!
-[cronjob]: #
-[home]: https://www.tyil.work/
+[home]: {{ "/" | prepend: site.baseurl }}
[pigeonhole]: http://pigeonhole.dovecot.org/
[spamassassin]: https://spamassassin.apache.org/
-
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 294161c..bf8476b 100644
--- a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
+++ b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part +: Calendars and contacts"
date: 2016-11-24 08:26:09
tags: Tutorial FreeBSD Email CalDAV CardDAV Installation
layout: post
-authors:
- - ["Patrick Spek", "http://tyil.work"]
---
This guide is an addition to the [FreeBSD email server series][tutorial-email].
@@ -135,5 +133,5 @@ service radicale start
{% endhighlight %}
[nginx]: https://www.nginx.com/
-[tutorial-email]: https://www.tyil.work/tutorials/freebsd-mailserver-part-1-preparations/
-[tutorial-webserver]: https://www.tyil.work/tutorials/setup-nginx-with-lets-encrypt-ssl/
+[tutorial-email]: {{ "/post/2016/10/31/freebsd-mailserver-part-1-preparations/" | prepend: site.baseurl }}
+[tutorial-webserver]: {{ "/post/2016/10/25/setup-nginx-with-lets-encrypt-ssl/" | prepend: site.baseurl }}