1SYMPA_NEWALIASES(1) sympa 6.2.70 SYMPA_NEWALIASES(1)
2
3
4
6 sympa_newaliases, sympa_newaliases.pl - Alias database maintenance
7
9 sympa_newaliases.pl --domain=dom.ain
10
12 sympa_newaliases.pl is a program to maintain alias database.
13
14 It is typically invoked from Sympa::Aliases::Template module via
15 sympa_newaliases-wrapper, then updates alias database.
16
18 sympa_newaliases.pl may run with following options.
19
20 "--domain="domain
21 Name of virtual robot on which aliases will be updated.
22
23 "-h", "--help"
24 Print this help message.
25
27 Following site configuration parameters in /etc/sympa/sympa.conf will
28 be referred. They may be overridden by robot.conf of each virtual
29 robot.
30
31 sendmail_aliases
32 Source text of alias database.
33
34 Default value is $SENDMAIL_ALIASES.
35
36 aliases_program
37 System command to update alias database. Possible values are:
38
39 "makemap"
40 Sendmail makemap utility.
41
42 "newaliases"
43 newaliases(1) or compatible utility.
44
45 "postalias"
46 Postfix postalias(1) utility.
47
48 "postmap"
49 Postfix postmap(1) utility.
50
51 Full path
52 Full path to executable file. File will be invoked with the
53 value of "sendmail_aliases" as an argument.
54
55 Default value is "newaliases".
56
57 aliases_db_type
58 Type of alias database. This is meaningful when value of
59 "aliases_program" parameter is "makemap", "postalias" or "postmap".
60
61 Possible values will be vary by system commands. For example,
62 "postalias" and "postmap" can support any of "btree", "cdb", "dbm",
63 "hash" and "sdbm".
64
65 Default value is "hash".
66
68 Returns with exit code 0. If invoked system command failed, returns
69 with its exit code. On other failures, returns with 1.
70
72 /etc/sympa/sympa.conf
73 Sympa site configuration.
74
75 $LIBEXECDIR/sympa_newaliases-wrapper
76 Set UID wrapper for sympa_newaliases.pl.
77
79 sympa_newaliases.pl appeared on Sympa 6.1.18. It was initially written
80 by IKEDA Soji <ikeda@conversion.co.jp>.
81
83 Sympa::Aliases::Template.
84
85
86
876.2.70 2022-12-11 SYMPA_NEWALIASES(1)