1SYMPA_NEWALIASES(1) sympa 6.2.48 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 "-f", "--config="file
24 Force sympa_newaliases to use an alternative configuration file
25 instead of /etc/sympa/sympa.conf.
26
27 "-h", "--help"
28 Print this help message.
29
31 Following site configuration parameters in /etc/sympa/sympa.conf will
32 be referred. They may be overridden by robot.conf of each virtual
33 robot.
34
35 sendmail_aliases
36 Source text of alias database.
37
38 Default value is $SENDMAIL_ALIASES.
39
40 aliases_program
41 System command to update alias database. Possible values are:
42
43 "makemap"
44 Sendmail makemap utility.
45
46 "newaliases"
47 newaliases(1) or compatible utility.
48
49 "postalias"
50 Postfix postalias(1) utility.
51
52 "postmap"
53 Postfix postmap(1) utility.
54
55 Full path
56 Full path to executable file. File will be invoked with the
57 value of "sendmail_aliases" as an argument.
58
59 Default value is "newaliases".
60
61 aliases_db_type
62 Type of alias database. This is meaningful when value of
63 "aliases_program" parameter is "makemap", "postalias" or "postmap".
64
65 Possible values will be vary by system commands. For example,
66 "postalias" and "postmap" can support any of "btree", "cdb", "dbm",
67 "hash" and "sdbm".
68
69 Default value is "hash".
70
72 Returns with exit code 0. If invoked system command failed, returns
73 with its exit code. On other failures, returns with 1.
74
76 /etc/sympa/sympa.conf
77 Sympa site configuration.
78
79 $LIBEXECDIR/sympa_newaliases-wrapper
80 Set UID wrapper for sympa_newaliases.pl.
81
83 sympa_newaliases.pl appeared on Sympa 6.1.18. It was initially written
84 by IKEDA Soji <ikeda@conversion.co.jp>.
85
87 Sympa::Aliases::Template.
88
89
90
916.2.48 2019-11-29 SYMPA_NEWALIASES(1)