Link to home
Start Free TrialLog in
Avatar of jaisonshereen
jaisonshereen

asked on

Sitesscope smtp configuration error

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 ?
ASKER CERTIFIED SOLUTION
Avatar of MicheleMarcon
MicheleMarcon
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jaisonshereen
jaisonshereen

ASKER

These docs need lots of info like username password ...amd smtp.companyname.com and all ...

where i ll get it ?
or is there any other way to configure?