1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-06-18 03:57:47 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
3adb53eb12 Remove sed statement (#3715) 2023-12-20 13:43:32 +13:00
98a4c13ca9 Add ENV ENABLE_IMAP (#3703) 2023-12-18 12:26:28 +01:00
8bfe8424fc Change 'for' style (#3368) 2023-05-26 14:00:40 +02:00
37ca0f9ba9 Change 'function' style (#3364) 2023-05-26 01:01:41 +02:00
cf74127f78 change if style (#3361) 2023-05-24 09:06:59 +02:00
7453bc096b Dovecot: make home dir distinct from mail dir (#3335)
* add new home dir for Dovecot

I tried changing the mail dir, but this is a _very_ disruptive change,
so I took approach 3 on
<https://doc.dovecot.org/configuration_manual/home_directories_for_virtual_users/>,
whereby the home directory is now inside the mail directory.

The MDBOX/SDBOX formats are not touched by this change. The change
itself could be considered breaking though.

* adjust Sieve tests accordingly

* Update target/dovecot/10-mail.conf

* Update target/dovecot/auth-passwdfile.inc

---------

Co-authored-by: Casper <casperklein@users.noreply.github.com>
2023-05-15 20:10:29 +02:00
ea07bcdb4c scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265) 2023-04-18 23:38:46 +02:00
6fa06f4986 Fix: only chmod when there are files (#3203) 2023-03-26 20:30:34 +08:00
e58dd1b95b Rspamd: more features (#3159) 2023-03-18 23:32:48 +08:00
dab70709d9 scripts: improve panic helpers (#3155) 2023-03-06 10:06:50 +01:00
dfc2b39308 scripts: housekeeping & cleanup setup (2/2) (#3123) 2023-02-28 10:25:23 +01:00
f35b60042f scripts: split setup-stack.sh (#3115) 2023-02-26 11:42:14 +01:00