I turned it off (wasn't aware that the "n" in the column meant it was still on), now there is no smtp listening and therefore Outlook cannot send mail out. from Outlook ClientTask 'Mail - Sending' reported error (0x80042109) : 'Outlook is unable to connect to your outgoing (SMTP) e-mail server. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).' netstat -auntActive Internet connections (servers and established)Proto Recv-Q Send-Q Local Address Foreign Address Statetcp 0 0 0.0.0.0:139 0.0.0.0:* LISTENtcp 0 0 192.168.2.247:427 0.0.0.0:* LISTENtcp 0 0 127.0.0.1:427 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:110 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:143 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:111 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTENtcp 0 0 127.0.0.1:2544 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:22 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:631 0.0.0.0:* LISTENtcp 0 0 0.0.0.0:445 0.0.0.0:* LISTENtcp 0 0 192.168.2.247:143 192.168.2.2:1720 ESTABLISHEDtcp 1 0 127.0.0.1:52355 127.0.0.1:427 CLOSE_WAITtcp 0 132 192.168.2.247:22 192.168.2.2:3469 ESTABLISHEDtcp 0 0 192.168.2.247:22 192.168.2.2:4916 ESTABLISHEDtcp 0 0 192.168.2.247:143 192.168.2.1:59172 TIME_WAITtcp 0 0 192.168.2.247:143 192.168.2.1:59173 TIME_WAITtcp 0 0 192.168.2.247:143 192.168.2.1:59171 ESTABLISHEDudp 0 0 192.168.2.247:137 0.0.0.0:*udp 0 0 0.0.0.0:137 0.0.0.0:*udp 0 0 192.168.2.247:138 0.0.0.0:*udp 0 0 0.0.0.0:138 0.0.0.0:*udp 0 0 255.255.255.255:427 0.0.0.0:*udp 0 0 192.168.2.247:427 0.0.0.0:*udp 0 0 224.0.1.22:427 0.0.0.0:*udp 0 0 239.255.255.253:427 0.0.0.0:*udp 0 0 0.0.0.0:111 0.0.0.0:*udp 0 0 0.0.0.0:631 0.0.0.0:*
> Subject: Re: Major issues with a new install of Postfix > To: jonl...@hotmail.com > Date: Fri, 24 Jun 2011 09:55:37 -0400 > CC: wie...@porcupine.org; postfix-users-dig...@cloud9.net > From: wie...@porcupine.org > > Jon Miller: > > It was already off. > > --master.cf-- > > smtp inet n - n - - smtpd > ... > > smtp unix - - - - - smtp > > CHROOT IS TURNED ON ABOVE. > > Wietse