summaryrefslogtreecommitdiff
path: root/etc/dovecot
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-04 15:16:05 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-04 15:16:05 +0800
commit8ce2d46747834f1b06f2c250f0d0fa055799a767 (patch)
treedb63091d1597c0981d8324ae6758653bc1428461 /etc/dovecot
parent673c18cbf2c80de0aa5aa03b24cd026cf742412b (diff)
init xyzru VPS
Diffstat (limited to 'etc/dovecot')
-rw-r--r--etc/dovecot/dovecot.conf48
1 files changed, 0 insertions, 48 deletions
diff --git a/etc/dovecot/dovecot.conf b/etc/dovecot/dovecot.conf
deleted file mode 100644
index e7d11a07..00000000
--- a/etc/dovecot/dovecot.conf
+++ /dev/null
@@ -1,48 +0,0 @@
-# Edited from `doveconf -nP`, see https://doc.dovecot.org/2.3/configuration_manual/quick_configuration/#split-configuration-files
-mail_location = maildir:~/Mail:INBOX=~/Mail/Inbox:LAYOUT=fs
-namespace inbox {
- inbox = yes
- location =
- mailbox Archive {
- auto = subscribe
- special_use = \Archive
- }
- mailbox Drafts {
- auto = subscribe
- special_use = \Drafts
- }
- mailbox Junk {
- auto = subscribe
- special_use = \Junk
- }
- mailbox Sent {
- auto = subscribe
- special_use = \Sent
- }
- mailbox Trash {
- auto = subscribe
- # https://doc.dovecot.org/configuration_manual/namespace/#core_setting-namespace/mailbox/autoexpunge
- # https://github.com/LukeSmithxyz/emailwiz/blob/558c4de108a472eca70abca20888de2981ff17ca/emailwiz.sh#L259
- # https://doc.dovecot.org/settings/types/#time
- autoexpunge = 30 days
- special_use = \Trash
- }
- prefix =
-}
-passdb {
- driver = pam
-}
-service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0666
- user = postfix
- }
-}
-ssl = required
-ssl_cert = </etc/postfix/flylightning.pem
-ssl_dh = </etc/dovecot/dh.pem
-ssl_key = </etc/postfix/flylightning.key
-userdb {
- driver = passwd
-}