We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96afa51 commit df065e8Copy full SHA for df065e8
docs/installation/upgrade/2.3-to-2.4.md
@@ -137,6 +137,8 @@ https://github.com/dovecot/tools/blob/main/dovecot-2.4.0-example-config.tar.gz
137
138
<!-- @include: include/2.4-doveadm.inc -->
139
140
+<!-- @include: include/2.4-lda.inc -->
141
+
142
<!-- @include: include/2.4-exim.inc -->
143
144
<!-- @include: include/2.4-other.inc -->
docs/installation/upgrade/include/2.4-lda.inc
@@ -0,0 +1,5 @@
1
+### LDA
2
3
+`HOME` environment is no longer used. (It was previously used when `-d`
4
+parameter was not given.) You can now use it by explicitly giving
5
+`-o mail_home=$HOME` parameter.
0 commit comments