Sendmail Aliases/Groups

From KlavoWiki
Jump to navigationJump to search

Aliases

To send an email to an alias edit:
/etc/aliases

name:          [email protected]

Groups

To send an email to a group of people:
/etc/aliases

groupname:     [email protected], [email protected], ....

Once the file has been updated we need to updated the aliases databse.

newaliases

Restart Sendmail

As a precaution so sendmail sees the changes you will need to restart the sendmail service. I have made changes to aliases without a sendmail restart which has successfully worked.

service sendmail restart