Mail groups. Technical details (ISPmanager)
From ISPWiki
Sendmail / Postfix
To be able to use Mail groups add the record below into /etc/mail/virtusertables:
group-name@mail-domain group-name.mail-domain
Add the record into /etc/mail/aliases :
group-name.mail-domain: members-list
E-mail addresses on the member's list are comma separated.
Exim
To be able to use Mail groups add the record below into /etc/exim/aliases:
group-name@mail-domain:mebers-list:group
E-mail addresses on the member's list are comma separated.
