In Debian and derivatives yo can check if some installed package
provides a file, and the it can be upgradeable by package.
Example (yes):
$ dpkg -S /etc/sysctl.conf
Example (no):
$ dpkg -S /etc/dovecot/conf.d/10-auth.conf
El 14/10/24 a les 7:40, postfix_dovecot--- via dovecot ha escrit:
so
> so you edit something ?
Nope - not in the original files! I created a "local.conf" where I put in every
configuration. And there I want to overrule the "auth-system.conf.ext",
activated by default in the " conf.d/10-auth.conf".
> edit conf.d/10-auth.conf change line with auth-system.conf.ext s
Narcis Garcia via dovecot skrev den 2024-10-13 18:34:
I see in my Debian (Stable) setup this inclusion line in
/etc/dovecot/dovecot.conf :
!include conf.d/*.conf
+1
AFAIK this already should not include files with other extensions such
as *.ext
Otherwise you could rename auth-system.conf.ex
postfix_dovecot--- via dovecot skrev den 2024-10-13 14:50:
I want to deactivate the auth-system.conf.ext because it slows down the
system and makes no sense because I utilize passwdfile.conf.ext.
so you edit something ?
I have put all my configurations into the local.conf file, and all the
o
I see in my Debian (Stable) setup this inclusion line in
/etc/dovecot/dovecot.conf :
!include conf.d/*.conf
AFAIK this already should not include files with other extensions such
as *.ext
Otherwise you could rename auth-system.conf.ext to not have the ".conf"
string.
El 13/10/24 a les 14:
Hello,
I want to deactivate the auth-system.conf.ext because it slows down the system
and makes no sense because I utilize passwdfile.conf.ext.
I have put all my configurations into the local.conf file, and all the original
configuration files remain untouched. I want to stay on this path be