Solved
Sitesscope smtp configuration error
Posted on 2008-06-12
When i configure sitescope for smtp (port 25) i am getting error .
But when i used netstat -na | grep 25
its giving below :
netstat -na |grep 25
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 127.0.0.1:39995 ESTABLISHED
tcp 0 0 127.0.0.1:39995 127.0.0.1:25 ESTABLISHED
unix 25 [ ] DGRAM 6121 /dev/log
unix 3 [ ] STREAM CONNECTED 1202554
unix 3 [ ] STREAM CONNECTED 1202553
unix 3 [ ] STREAM CONNECTED 1202552
unix 3 [ ] STREAM CONNECTED 1202551
unix 3 [ ] STREAM CONNECTED 950258
unix 3 [ ] STREAM CONNECTED 950257
unix 3 [ ] STREAM CONNECTED 950256
unix 3 [ ] STREAM CONNECTED 950255
when i used iptable i got below:
[root@server ~]# iptables -t nat -nL
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@server ~]#
How to know smtp working?
how to configure smtp in sitescope ?