21 Apr
2010
21 Apr
'10
8:30 p.m.
Phil Howard escribió:
On Wed, Apr 21, 2010 at 10:47 AM, Patrick Nagel mail@patrick-nagel.netwrote:
I think /etc/passwd is as close as it gets to your requirements... why not just add the users as system users, and set their shell to /bin/false?
There would be conflicts in this, especially with multiple domain names (sorry, forgot to mention that ... there will be about 10 domain names).
Then I think MySQL will do the job. Both postfix and dovecot support MySQL, and you can use SASL to authenticate SMTP with Dovecot, so Dovecot would do all the auth work. Finally, you could use Postfix's VDA patch if you want to use Maildir++.
Hope this helps.