How to map a user to a domain, with Usermin and Postfix?
- by HappyDeveloper
What I need is to create a couple of websites, each one with only one user, which is allowed to send mails from any address @ his own domain.
Example:
Site foo.com would have an user foo, which can send mails from [email protected].
Currently, when the user logins to Usermin, the default 'from' field is example-dns.net (editable)
I want it to show an editable field for the user part, and @foo.com (non editable)
So how can I do this? Is there some way to automate this?