I have a question refering to smtp listening.
When I successfully start postfix and type the netstat command below,
the output below will be returned.
Why are there 3 listeners?
I'd expected only 1 listener.
[root@dc4 root]# netstat -a | grep smtp
tcp 0 0 *:smtp *:* LISTE=
N
unix 2 [ ACC ] STREAM H=D6RT 2360 private/smtp
unix 2 [ ACC ] STREAM H=D6RT 2408 private/bsmtp
--=20
Best regards
Roland Schmid
pos...@net-service-24.de
There's ONE TCP listener
> unix 2 [ ACC ] STREAM H=D6RT 2360 private/smtp
> unix 2 [ ACC ] STREAM H=D6RT 2408 private/bsmt=
p
And two sockets.
Rather use:=20
netstat -an | grep 25 | grep -i tcp
--=20
Ralf Hildebrandt Ralf.Hildebrandt@charite=
.de
my current spamtrap partmap...@charite.de
http://www.arschkrebs.de/postfix/ Tel. +49 (0)30-450 570-1=
55
The more I C, the less I see.
Devdas Bhagat