|
CfgAliases -- a tool to help change you email F settings |
CfgAliases -- a tool to help change you email /etc/aliases settings
This is a tool to help modify and keep your /etc/aliases file up to date.
The parameters are a broken down into three categories:
--user, --group
--add, --delete, --fetch, --join, --remove, --rename,
--set
--user=NAME--user NAME--group=NAME--group NAME
The following specify how to change various entries. Typically they can not be intermixed on the same command line. (Exceptions are noted.)
--add ADDRESS--add=ADDRESS--group option above.
--delete NAME--delete=NAMEalias(es) specified by NAME. It will also remove
from any mail alias(es) (or groups) any member(s) that matches NAME. NAME
may be a regular expression. (Can be used with --remove and --rename).
--fetch NAME--fetch=NAME--join--join GROUP--join=GROUP--join GROUP1,GROUP2,...--join=GROUP1,GROUP2,...--group option
above. Multiple --joins may be used on a command line.
--remove NAME--remove=NAMEdelete above, this will remove the mail group(s) specified by NAME.
NAME may be a regular expression. (Can be used with --delete and
--rename)
--rename NAME-NEW=NAME-OLD
s/NAME-OLD/NAME-NEW/
--set NAME=MEMBERS--delete and --remove).
/etc/aliases
the CfgTie::CfgArgs manpage for more information on the standard parameters aliases(5) sendmail(8)
Randall Maas (randym@acm.org)
|
CfgAliases -- a tool to help change you email F settings |