PDA

View Full Version : Question Regarding PostFix Howto


joelee
12th August 2007, 01:43
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)
tcp 0 0 mx1.MyDomainName.com:mysql *:* LISTEN 7488/mysqld
I was expecting to see:
tcp 0 0 localhost.localdo:mysql *:* 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

till
12th August 2007, 12:03
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.