Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Debian Lenny

Discussion in 'HOWTO-Related Questions' started by warpengi, Apr 24, 2009.

  1. warpengi

    warpengi New Member

    install help please Virtual Users And Domains With Postfix,...(Debian Lenny

    In chapter 13 page 4 http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-debian-lenny-p4

    I'm stumped at the following:

    At least you have to create entries in the tables domains and users:

    INSERT INTO `domains` (`domain`) VALUES ('example.com');
    INSERT INTO `users` (`email`, `password`, `quota`) VALUES ('[email protected]', ENCRYPT('secret'), 10485760);


    It seems to me I should be replacing "example.com" with my own domain but there are no instructions saying that. Also, should I be replacing "[email protected]"?
     
    Last edited: Apr 25, 2009
  2. tebokkel

    tebokkel New Member

    Both: probably yes.

    But that also depends if you have your own domain and if it's (supposed to be) routed to the box you're getting ISPC to run on.

    Paul
     
  3. warpengi

    warpengi New Member

    answered my own question. It all fell into place after some time away from the keyboard including some sleep.

    It's an example that populates the database so I can have something to look at for to see how I should set up my own database.:eek:
     

Share This Page