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 63bdc74 commit 1fd378bCopy full SHA for 1fd378b
githubactions-dovecot/files/etc/dovecot/local.conf
@@ -1,13 +1,16 @@
1
-disable_plaintext_auth = no
2
-mail_location = maildir:/home/glpi/Maildir
+auth_allow_cleartext = no
+mail_driver = maildir
3
+mail_path = /home/glpi/Maildir
4
mail_max_userip_connections = 10000
5
-passdb {
6
+passdb password_file {
7
driver = passwd-file
- args = /etc/dovecot/passwd
8
+ passwd_file_path = /etc/dovecot/passwd
9
}
-userdb {
10
- driver = static
11
- # 1000 is uid/gid of glpi user
12
- args = uid=1000 gid=1000 home=/home/glpi
+userdb static {
+ fields {
+ uid = 1000
13
+ gid = 1000
14
+ home = /home/glpi
15
+ }
16
0 commit comments