logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

edit_list.conf - Configuration of privileges to edit list configuration

Description

edit_list.conf defines privileges to edit list configuration. $SYSCONFDIR/edit_list.conf is main configuration. Several parameters defined in this file may be overridden by $SYSCONFDIR/<maildomainname>/edit_list.conf file for each mail domain, or by <listconfigdirectory>/edit_list.conf file for each mailing list. Format of edit_list.conf is as following: • Lines beginning with "#" and containing only spaces are ignored. • Each line has the form "parameternameroleprivilege". parametername is a list parameter name (e.g. "max_size"), paragraph name ("owner") or subparameter ("owner.email)"). It may be a name of template (e.g. "welcome.tt2") or list configuration file ("message.header") except main configuration file ("config"). role is any of "listmaster", "privileged_owner", "owner" or "editor". Multiple roles have to be separated by comma ("",""). privilege is "write", "read" or "hidden". Lines are checked in order, then matched line at the first time wins. Default privilege may be specified with special parameter name "default".

Files

$DEFAULTDIR/edit_list.conf Distribution default. This file should not be edited. $SYSCONFDIR/edit_list.conf$SYSCONFDIR/<maildomainname>/edit_list.conf$EXPLDIR/<listname>/edit_list.conf or $EXPLDIR/<maildomainname>/<listname>/edit_list.conf Configuration files for site-wide default, by each domain or each list.

History

This document was initially written by IKEDA Soji <ikeda@conversion.co.jp>. 6.2.76 2025-02-12 EDIT_LIST.CONF(5)

Name

edit_list.conf - Configuration of privileges to edit list configuration

See Also

wwsympa(8).

See Also