sets up docker compose

This commit is contained in:
2025-08-04 10:05:23 -07:00
parent 31088cf112
commit e1b7da3dbe
12 changed files with 400 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
# Mailbox configuration
namespace {
separator = /
prefix =
location = maildir:/srv/mail/%d/%n
inbox = yes
# Auto-create and subscribe mailboxes
mailbox INBOX {
auto = subscribe
}
mailbox Pending {
auto = subscribe
}
mailbox Work {
auto = subscribe
}
mailbox Personal {
auto = subscribe
}
mailbox Receipts {
auto = subscribe
}
mailbox Marketing {
auto = subscribe
}
mailbox Archived {
auto = subscribe
}
}