]> birchwood-abbey.net Git - Institute/commitdiff
Dovecot 2.4 cannot find 2.3 inboxes without mail_inbox_path.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 8 Jan 2026 22:34:00 +0000 (15:34 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 8 Jan 2026 22:34:00 +0000 (15:34 -0700)
README.org
roles_t/core/tasks/main.yml
roles_t/front/tasks/main.yml

index 87fe04d1196e6e7e6ee5a50653bb63d2cd44a440..1ed715d160818710e2733f500371798fca7fba7d 100644 (file)
@@ -295,6 +295,7 @@ In version 2.4 (Debian 13), this variable was split in two.
 #+BEGIN_SRC conf
 mail_driver = maildir
 mail_path = ~/Maildir
+mail_inbox_path = ~/Maildir
 #+END_SRC
 
 The complete Dovecot configurations for Front and Core use these
index 90c7247df42565fc69887a61f583175e2b439241..d283f34666624f9a51fe50ab309e3e9f190071e0 100644 (file)
       ssl_server_key_file = /etc/server.key
       mail_driver = maildir
       mail_path = ~/Maildir
+      mail_inbox_path = ~/Maildir
     dest: /etc/dovecot/local.conf
   when:
   - ansible_distribution == 'Debian'
index afa0415bb1aef5533a7df4ee233981f591e74356..3b08c80594eb61ec035d02b4da0ce7436bc8f30c 100644 (file)
       }
       mail_driver = maildir
       mail_path = ~/Maildir
+      mail_inbox_path = ~/Maildir
     dest: /etc/dovecot/local.conf
   when:
   - ansible_distribution == 'Debian'