Rebuild for alpine

This commit is contained in:
2021-10-27 20:19:31 +00:00
parent 8a47cc4f5a
commit 0921f19701
1489 changed files with 240 additions and 310516 deletions

36
Configs/dovecot.conf Normal file
View File

@@ -0,0 +1,36 @@
auth_mechanisms = plain login
disable_plaintext_auth = no
mail_location = maildir:/mail/%u:INBOX=/mail/%u/.INBOX
mail_privileged_group = mail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
userdb {
driver = passwd
}
passdb {
driver = shadow
}
plugin {
sieve = file:~/sieve;active=~/.dovecot.sieve
}
ssl = no