Link to home
Start Free TrialLog in
Avatar of GEMCC
GEMCC

asked on

Xeams Smtp Server Status is Not Running and Smtp Proxy Server Status is Unknown

Hello,

I restarted my Linux server (running Ubuntu 12.10).  The Xeams web interface comes up fine, but am getting SMTP Server Status is Not Running and SMTP Proxy Server Status is Unknown.  I cannot figure out how to get them back online.

Please advise.

Have a great day,

Don
Avatar of Sandy
Sandy
Flag of India image

In ubuntu their are various options and i would suggest to check once with chkconfig,

sudo apt-get install chkconfig

It can be used via CLI chkconfig, showing list of On/Off jobs. Also we can view system services using chkconfig –list

Services can be turned on using

chkconfig <service> on

Services can be turned off using

chkconfig <service> off

And we can even add our own service, using a proper init script with proper headings.

chkconfig --add <service>

For further reference you can use below link

http://askubuntu.com/questions/19320/what-is-the-recommended-way-to-enable-disable-services

TY/SA
ASKER CERTIFIED SOLUTION
Avatar of GEMCC
GEMCC

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 GEMCC
GEMCC

ASKER

Resolved issue