This is no longer necessary now that mail_access_groups sets it.
{ "unix_listener/doveadm-server/type", "tcp" },
{ "unix_listener/doveadm-server/mode", "0600" },
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};
{ "unix_listener/"IMAP_URLAUTH_WORKER_SOCKET"/mode", "0600" },
{ "unix_listener/"IMAP_URLAUTH_WORKER_SOCKET"/user", "$SET:default_internal_user" },
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};
{ "unix_listener/srv.imap\\s%{pid}/type", "admin" },
{ "unix_listener/srv.imap\\s%{pid}/mode", "0600" },
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};
{ "unix_listener/srv.indexer-worker\\s%{pid}/type", "admin" },
{ "unix_listener/srv.indexer-worker\\s%{pid}/mode", "0600" },
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};
+default service/doveadm/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
+default service/imap/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
+default service/imap-urlauth-worker/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
+default service/indexer-worker/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
+default service/lmtp/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
+default service/pop3/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
+default service/submission/service_extra_groups $SET:default_internal_group 2.4.3 3.2.0
default mail_access_groups 2.4.3 3.2.0
default mail_attachment_detection_options 2.4.2 3.2.0
default @metric_defaults/proxy/metric auth_successes,auth_failures,login_aborted 2.4.2 3.2.0
{ "inet_listener/lmtp/port", "24" },
#endif
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};
{ "unix_listener/srv.pop3\\s%{pid}/type", "admin" },
{ "unix_listener/srv.pop3\\s%{pid}/mode", "0600" },
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};
{ "unix_listener/srv.submission\\s%{pid}/type", "admin" },
{ "unix_listener/srv.submission\\s%{pid}/mode", "0600" },
- { "service_extra_groups", "$SET:default_internal_group" },
+ /* This needs to be here explicitly until the backwards compatibility
+ is removed from settings-history-core.txt */
+ { "service_extra_groups", "" },
{ NULL, NULL }
};