diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-05 12:02:22 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-05 12:02:22 +0000 |
commit | 416a0ca8403db1d0b841b958ad4bc5e93990af5e (patch) | |
tree | 779ae5c0252bb92ebc8f4bfd03c63e7086838978 /etc/dovecot/conf.d/10-mail.conf | |
parent | 820ec977a50ffe92d59ad7a2434d9efeafe99a49 (diff) |
Add email server configs
References:
https://github.com/LukeSmithxyz/emailwiz
https://landchad.net/
https://wiki.archlinux.org/title/Postfix
https://wiki.archlinux.org/title/Dovecot
https://wiki.archlinux.org/title/OpenDKIM
https://wiki.archlinux.org/title/OpenDMARC
Maybe useful:
https://doc.dovecot.org/settings/core/#dovecot-core-settings
https://workaround.org
https://kyun.host/docs/guides/email
`man postconf.5`
More necessary commands notes see arch_install.md
Diffstat (limited to 'etc/dovecot/conf.d/10-mail.conf')
-rw-r--r-- | etc/dovecot/conf.d/10-mail.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dovecot/conf.d/10-mail.conf b/etc/dovecot/conf.d/10-mail.conf index de48f92d..49e70cb9 100644 --- a/etc/dovecot/conf.d/10-mail.conf +++ b/etc/dovecot/conf.d/10-mail.conf @@ -27,7 +27,7 @@ # # <doc/wiki/MailLocation.txt> # -#mail_location = +mail_location = maildir:~/Mail:INBOX=~/Mail/Inbox:LAYOUT=fs # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections. |