5

I have a group called users. It has many users.

Now I want every user in this group to have their own mailbox. So, for example, if john is such a user, then john@myserver.com is an e-mail address.

How can I accomplish this?

belacqua
  • 23,540

1 Answers1

1

In a default postfix setup every mail to $USER@$HOSTNAME will be delivered to $USER. You don't need to set that up explicitly.

For a basic postfix setup this looks like a decent howto: https://help.ubuntu.com/community/PostfixBasicSetupHowto

nem75
  • 1,669