Curtis Maurand wrote: > I'm interested. > > Bernard Johnson wrote: >> http://permalink.gmane.org/gmane.mail.imap.dbmail/6652 >> >> I only made modifications that work with MySQL though. >> >> Atet Sugiharto wrote: >> >>> I have 3 domain in my DBMail and every domain have it's own administrator >>> person. I would like each person could manage their own domain securely. >>> Is there any tools to do that ? I Try to use DBMail Administrator, but I >>> saw that it's only for managing whole domain with one administrator. >>> Could anyone give me some advice?
Sorry for my tardiness. I had a "power event" that kill some of my equipment (it was even on surge and UPS protection!). I've copied the patches that I'm currently using here: http://www.symetrix.com/~bjohnson/projects/postfix.admin-dbmail/. The R2.patch must be applied last. This must be applied against 2.1.0 (http://high5.net/page7_files/postfixadmin-2.1.0.tgz). It works very similar to the original postfix.admin except for these differences: 1) Users must have use their email addresses as their account. As is similar with dbmail, an account does not receive email until a corresponding alias is created. 2) Default transport (for postfix) can be created. Look in the configuration file for the dbmail default. 3) Look in the sql directory for the additional tables and columns required for dbmail. 4) The system administrator can create any entities. This login/password is in the htpasswd file in the /etc/postfixadmin directory and is enforced by apache. 5) Domain admins must first have an account (created by the system administrator), then add a domain administrator (select the domains this person can administrate). 6) Autoresponder (vacation) is done through inserting a sieve script. You must have sieve functionality for this. 7) Must use mysql. (This is all off the top of my head, so there are probably several errors - look around, it's not too hard to figure out how it's put together). _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
