Virtual users... Ubuntu 8.04 - Problem after step 9 with Postfix - SOLVED
At the end of Step 9 in "Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS).pdf", when directed to type netstat -tap, I do not see the Postfix (master)
listening on 25 or 10025. I get:
root@server1:/etc/postfix# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:10024 *:* LISTEN 4697/amavisd (maste
tcp 0 0 localhost.localdo:mysql *:* LISTEN 4771/mysqld
tcp 0 0 *:webmin *:* LISTEN 5426/perl
tcp 0 0 *:www *:* LISTEN 5403/apache2
tcp6 0 0 [::]:imaps [::]:* LISTEN 5221/couriertcpd
tcp6 0 0 [::]:pop3s [::]:* LISTEN 5255/couriertcpd
tcp6 0 0 [::]:pop3 [::]:* LISTEN 5235/couriertcpd
tcp6 0 0 [::]:imap2 [::]:* LISTEN 5196/couriertcpd
tcp6 0 0 [::]:ssh [::]:* LISTEN 4662/sshd
tcp6 0 0 server1.ntexnw.com:ssh 192.168.0.200%8191:1541 ESTABLISHED 5434/sshd: administ
When testing with Telnet I get:
root@server1:/etc/postfix# telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
root@server1:/etc/postfix#
The computer is AMD 64X2 4800+ on an ECS 1600PM-M2 motherboard. The installation is per the pdf with
the exception that Webmin is also installed.
I have repeated this installation and always get the above results. As a newbie, I am stumped.
What should I try next to resolve this issue?
Thanks
Last edited by jdrews; 7th July 2008 at 06:22.
Reason: Issue resolved
|