diff options
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: |