Hi folks, I'm following; http://www.howtoforge.com/virtual_users_and_domains_with_postfix_debian_etch_p2 to build the mail server Coming to Configure Postfix # netstat -tap Code: # 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:mysql *:* LISTEN 1536/mysqld tcp 0 0 *:smtp *:* LISTEN 1308/master tcp6 0 0 *:imaps *:* LISTEN 1205/couriertcpd tcp6 0 0 *:pop3s *:* LISTEN 1243/couriertcpd tcp6 0 0 *:pop3 *:* LISTEN 1219/couriertcpd tcp6 0 0 *:imap2 *:* LISTEN 1193/couriertcpd tcp6 0 0 *:www *:* LISTEN 1376/apache2 tcp6 0 0 *:ssh *:* LISTEN 1330/sshd tcp6 0 144 xen02.satimis.com:ssh xen0.satimis.com:57087 ESTABLISHED1404/0 I found following 3 output missing compared to the howto; Code: tcp 0 0 *:sunrpc *:* LISTEN 1684/portmap tcp 0 0 *:auth *:* LISTEN 2036/inetd tcp 0 0 *:1522 *:* LISTEN 2077/rpc.statd Please help. TIA B.R. satimis
Hi marpada, I was wondering why my result differed from that on the howto. I followed all steps discribed there. The only difference is no "postfix-tls" on my testing. It is included in postfix-2.3.8 I'll continue B.R. satimis