接尾辞マニュアルから:
# man aliases
...
Aliases
Local Aliases
/etc/mail/aliases is formatted as a series of lines of the
form
aliasname:address[, address]
aliasname is the name of the alias or alias group, and
address is the address of a recipient in the group. Aliases
can be nested. That is, an address can be the name of
another alias group. Because of the way sendmail(1M) per-
forms mapping from upper-case to lower-case, an address that
is the name of another alias group must not contain any
upper-case letters.
Lines beginning with white space are treated as continuation
lines for the preceding alias. Lines beginning with # are
comments.
ホスト上のエイリアスファイル内のユーザーグループに各ユーザーを手動で追加する必要があります(そのエイリアスファイルの場所については、ディストリビューションのマニュアルを確認してください)。
だから、あなたの与えられた例のために:
# tail -1 /etc/mail/aliases
users: user1, user2
エイリアスファイルにこれらの変更を加えたら、次の手順を実行します。
# newaliases