Hey guys, I was wondering, is there a web user admin that adds users and handles domains ? Having to do INSERT INTO `domains` (`domain`) VALUES ('example.com'); INSERT INTO `users` (`email`, `password`, `quota`) VALUES ('[email protected]', ENCRYPT('secret'), 10485760); manually everytime I need to insert a domain or an user is painful :s. Thank you for any suggestions
Also, how do I go setting up Mailman with this howto?, whenever I send email to a list, I get a Technical details of permanent failure: PERM_FAILURE: SMTP Error (state 9): 550 <xxxx@xxxx>: Recipient address rejected: User unknown in virtual mailbox table
I did what this tutorial said: http://www.debianhelp.co.uk/mailman.htm And instead of inserting hash:/var/lib/mailman/data/virtual-mailman in virtual_maps (because it wasn't working) I added it at the end of virtual_mailbox_maps. I also added hash:/var/lib/mailman/data/aliases in alias_maps. Everything goes fine, from postfix to mailman: Jun 9 23:14:05 server postfix/virtual[19953]: 7BF7E8EDE325: to=<xxxxx@xxxx>, relay=virtual, delay=1, status=sent (delivered to mailbox) But it's never actually delivered, still waiting on mailman to answer to the mail. Any ideas?