Virtual Users And Domains With Postfix, Courier... USER Web admin?

Discussion in 'HOWTO-Related Questions' started by Maquiavelo, Jun 9, 2006.

  1. Maquiavelo

    Maquiavelo New Member

    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 ;)
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can either use phpMyAdmin or write your own application which gives you full flexibility. :)
     
  3. Maquiavelo

    Maquiavelo New Member

    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
     
  4. Maquiavelo

    Maquiavelo New Member

    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?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Is it maybe delivered to mbox instead of Maildir or vice versa?
     

Share This Page