>doveconf -d >/tmp/default
>doveconf -n >/dmp/changed
>
>diff -urp /tmp/default /tmp/changed | less
>
>try :=)

Thanks for that! I know the options, but I was hoping that there was a simple, 
straightforward way to disable an option that the maintainers had enabled. If I 
had known what would come of the request, I would not have made it :)

In the future, after an update, I will simply look in the file or log to see if 
the option is activated again.

Thank you for your support!

-----Ursprüngliche Nachricht-----
Von: Benny Pedersen via dovecot <dovecot@dovecot.org> 
Gesendet: Montag, 14. Oktober 2024 16:03
An: dovecot@dovecot.org
Betreff: Re: How to deactivate "!include conf.d/auth-system.conf.ext" without 
touching "/etc/dovecot/conf.d/10-auth.conf"?

Narcis Garcia via dovecot skrev den 2024-10-14 07:49:
> 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

funny way of config protecting /etc/.....

please tell gentoo to a debian maintainer, debian is only as good as there 
maintainers, it shown on maillist many times that bad configs of dovecot and 
postfix is badly added as defaults when is not enabled by default from the 
programmers of dovecot and postfix, but debian maintainers still think its a 
simple task

dont allow anything to be overrided in doveconf config files

PS:

doveconf -d >/tmp/default
doveconf -n >/dmp/changed

diff -urp /tmp/default /tmp/changed | less

try :=)

you can remove lines not changed

also for postfix main.cf could be simple one single line, since postconf -d 
should be very good output with minimal settings to be changed

i just say it :)

_______________________________________________
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to 
dovecot-le...@dovecot.org

_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to