diff options
author | Prefetch | 2020-04-27 23:53:49 +0200 |
---|---|---|
committer | Prefetch | 2020-04-28 00:22:45 +0200 |
commit | 331ca51b7082d1837a584f8da75e5237c59c0b9e (patch) | |
tree | 4032f31c28b172d7769d32e67c63e7bfbbfc3959 /content/blog/2020/email-server.md | |
parent | e561a5832adf33297ce42144161c247b28c77679 (diff) |
Add email-server-extras page
Diffstat (limited to 'content/blog/2020/email-server.md')
-rw-r--r-- | content/blog/2020/email-server.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/content/blog/2020/email-server.md b/content/blog/2020/email-server.md index f089863..4eb043a 100644 --- a/content/blog/2020/email-server.md +++ b/content/blog/2020/email-server.md @@ -20,7 +20,11 @@ but your mileage may vary considerably. I hope you find it useful. This guide is aimed at people who are comfortable with the Linux/*BSD command line. -Last updated 2020-04-26. +When you're done, take a look at the +[sequel](/blog/2020/email-server-extras/) +for ideas to extend your setup. + +Last updated 2020-04-27. @@ -510,7 +514,7 @@ if it exists, which maps recipient addresses to system users. In our case, we're using `vmail` for everyone, and we'll let Dovecot manage the details by simply writing: ``` -@example.com vmail +@ vmail ``` Then create a new file `/etc/smtpd/passwds` and fill it in according to the following format: |