1ALIAS_MANAGER(8) sympa 6.2.72 ALIAS_MANAGER(8)
2
3
4
6 alias_manager, alias_manager.pl - Manage Sympa aliases (Obsoleted)
7
9 alias_manager.pl was obsoleted as of Sympa 6.2.24, and will be removed
10 in the future. To manage aliases based on template, setting
11 ""alias_manager Template"" in sympa.conf or robot.conf is recommended.
12
14 "alias_manager.pl" "add" listname domain [ file ]
15
16 "alias_manager.pl" "del" listname domain [ file ]
17
19 Alias_manager is a program that helps in installing aliases for newly
20 created lists and deleting aliases for closed lists.
21
22 Alias management is performed only if it was setup in
23 /etc/sympa/sympa.conf ("sendmail_aliases" configuration parameter).
24
25 Administrators using MTA functionalities to manage aliases (i.e.
26 virtual_regexp and transport_regexp with postfix) can disable alias
27 management by setting "sendmail_aliases" configuration parameter to
28 "none".
29
31 "add" listname domain [ file ]
32 Add the set of aliases for the mailing list listname in the domain
33 domain.
34
35 "del" listname domain [ file ]
36 Remove the set of aliases for the mailing list listname in the
37 domain domain.
38
40 $SENDMAIL_ALIASES sendmail aliases file.
41
43 The full documentation in HTML formats can be found in
44 <https://www.sympa.community/manual/>.
45
46 The mailing lists (with web archives) can be accessed at
47 <https://www.sympa.community/community/lists.html>.
48
50 This program was originally written by:
51
52 Serge Aumont
53 Comité Réseau des Universités
54
55 Olivier Salaün
56 Comité Réseau des Universités
57
58 This manual page was initially written by Jérôme Marant
59 <jerome.marant@IDEALX.org> for the Debian GNU/Linux system.
60
62 You may distribute this software under the terms of the GNU General
63 Public License Version 2. For more details see README file.
64
65 Permission is granted to copy, distribute and/or modify this document
66 under the terms of the GNU Free Documentation License, Version 1.1 or
67 any later version published by the Free Software Foundation; with no
68 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A
69 copy of the license can be found under
70 <http://www.gnu.org/licenses/fdl.html>.
71
73 Report bugs to Sympa bug tracker. See
74 <https://github.com/sympa-community/sympa/issues>.
75
77 Sympa::Aliases::Template.
78
79
80
816.2.72 2023-07-22 ALIAS_MANAGER(8)