Use the following procedure to define mail group member records.
- Edit the /usr/local/domain/named.abc.data file
on your domain name server.
- Add MG records for each mail group (MG). MG records function like
the /etc/aliases file, with the aliases maintained on
the name server. For example:
users IN HINFO users-request widget.com
users IN MG sam
users IN MG david
users IN MG judy
This example causes all mail addressed
to users@widget.com
to be delivered to sam
, david
,
and judy
. Enter each MG record on a line by itself.
Note: Users sam
, david
, and judy
must have MB records
defined.
- The serial number in the SOA Resource Record must be incremented,
because the database has been modified.
- Refresh the name server database by typing the
refresh
-s named
command.
- Type the
refresh -s sendmail
command to make the
changes take effect.