Today on 4 servers, every hour I get this notification:
Configuration file /var/cpanel/templates/dovecot/main.local is invalid: Expire plugin is still present in configuration file!
I diffed files:
diff -u main.default main.local.broken.1636375895.1Jbd6dZqUTLIQM8a
--- main.default 2021-03-11 01:40:54.597082859 +0000
+++ main.local.broken.1636375895.1Jbd6dZqUTLIQM8a 2021-11-08 12:51:35.148828689 +0000
@@ -1144,16 +1144,16 @@
##
passdb {
- driver = dict
- args = /usr/local/cpanel/etc/dovecot/cpauthd-dict.conf
+ driver = pam
+ args = [% IF allow_domainowner_mail_pass %]dovecot_imunify_domainowner[% ELSE %]dovecot_imunify[% END %]
result_internalfail = continue
result_failure = [% IF allow_domainowner_mail_pass %]continue[% ELSE %]return-fail[% END %]
}
[% IF allow_domainowner_mail_pass %]
passdb {
- driver = dict
+ driver = pam
skip = authenticated
- args = /usr/local/cpanel/etc/dovecot/cpauthd-dict-domain_owner_mail_pass.conf
+ args = [% IF allow_domainowner_mail_pass %]dovecot_imunify_domainowner[% ELSE %]dovecot_imunify[% END %]
result_internalfail = continue
result_failure = return-fail
}
how to get rid of this warning?
Configuration file /var/cpanel/templates/dovecot/main.local is invalid: Expire plugin is still present in configuration file!
I diffed files:
diff -u main.default main.local.broken.1636375895.1Jbd6dZqUTLIQM8a
--- main.default 2021-03-11 01:40:54.597082859 +0000
+++ main.local.broken.1636375895.1Jbd6dZqUTLIQM8a 2021-11-08 12:51:35.148828689 +0000
@@ -1144,16 +1144,16 @@
##
passdb {
- driver = dict
- args = /usr/local/cpanel/etc/dovecot/cpauthd-dict.conf
+ driver = pam
+ args = [% IF allow_domainowner_mail_pass %]dovecot_imunify_domainowner[% ELSE %]dovecot_imunify[% END %]
result_internalfail = continue
result_failure = [% IF allow_domainowner_mail_pass %]continue[% ELSE %]return-fail[% END %]
}
[% IF allow_domainowner_mail_pass %]
passdb {
- driver = dict
+ driver = pam
skip = authenticated
- args = /usr/local/cpanel/etc/dovecot/cpauthd-dict-domain_owner_mail_pass.conf
+ args = [% IF allow_domainowner_mail_pass %]dovecot_imunify_domainowner[% ELSE %]dovecot_imunify[% END %]
result_internalfail = continue
result_failure = return-fail
}
how to get rid of this warning?