Question Regarding PostFix Howto

Discussion in 'HOWTO-Related Questions' started by joelee, Aug 12, 2007.

  1. joelee

    joelee New Member

    Hi All, I was installing the postfix as per how-to:
    http://howtoforge.com/virtual_users_and_domains_with_postfix_debian_etch

    On page2 of the how to it says to issue this command:
    netstat -tap
    which I get the following output: (Truncated)
    Code:
    tcp        0      0 [B]mx1.MyDomainName.com:mysql[/B]   *:*                     LISTEN     7488/mysqld   
    I was expecting to see:
    Code:
     tcp        0      0 [B]localhost.localdo:mysql [/B]*:*                     LISTEN     3003/mysqld
    I got the same thing for same command entered for page4 of how-to.

    Per above, I was wondering why my output does not show up as "locahost.locado:mysql" as in the how-to... Is there a concern/issue with this and how should I fix?


    Also, I was not able to get to download this file quota.txt as refered to on page5 of how-to:
    http://howtoforge.com/virtual_users_and_domains_with_postfix_debian_etch_p5

    Not able to connect to: wget http://puuhis.net/vhcs/quota.txt

    Any suggestions with where else I can get this file?

    Thanks for your help!
    Joe
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Your netstat output is fine. I guess you just have defined the IP 127.0.0.1 as mx1.MyDomainName.com in /etc/hosts

    I have no copy of the quota.txt file, but maybe Falko has one that he can post.
     

Share This Page