What is the most scalable way to add new users in postfix
? I don't necessarily want to create a new user in /etc/shadow
just for email. I know I can use aliases but this does not solve the issue of creating an entirely new user that has email.
Asked
Active
Viewed 2,063 times
4
1 Answers
5
Youre looking to set up a postfix virtual server. This is extremely common, and if you google 'postfix virtual server' plus your distribution name, you'll likely come up with a guide.
But if you want to figure out everything yourself, the setting you want to start with is virtual_mailbox_maps.

phemmer
- 5,909
- 2
- 27
- 36