I have a group named users and users user1 and user2. I have postfix installed and I can get mail for user1@example.com and user2@example.com. Is it possible to send mail to users@examlpe.com, so group members are able to read it?
postfix is installed on ubuntu server and uses pretty much default config, just set the domains and networks and such. Users and groups are created with their home directories.
From the postfix manual:
You would need to manually add each user to the users group within the aliases file on your host (please check the manual for your distribution for that aliases file location).
So, for your given example:
Once you have made these changes to your aliases file, run the following: