In Linux, how can I check whether the email system has been installed successfully?

Source: Internet
Author: User

1) check whether the smtp and pop3 services are properly started in Linux.

You can enter:

# Telnet localhost 25

If shown: 220 jdmail SMTP Service ready

This indicates that the smtp service is successfully started. If this information is not returned, other smtp services may have occupied port 25. Stop other smtp services first. Generally, the sendmail service is started by default and can be used as follows:

# Pkill-9 sendmail

# Chkconfig-level 2345 sendmail off

Disable the sendmail service.

If no prompt is displayed, return to the command prompt, indicating that the jdmail service is not started properly. Enter:

# Ps-ef | grep jdmail

Check whether there is

Root 23586 23446 0 Apr22? 00:00:02./jdmail

Root 23587 23446 0 Apr22? 00:00:02./jdmail

Root 23588 23446 0 Apr22? 00:00:05./jdmail

Root 23589 23446 0 Apr22? 00:00:05./jdmail

Root 23590 23446 0 Apr22? 00:00:02./jdmail

Root 23591 23446 0 Apr22? 00:00:04./jdmail

Root 23592 23446 0 Apr22? 00:00:03./jdmail

Root 23593 23446 0 Apr22? 00:00:02./jdmail

If these service processes are not started, check whether the JDMAIL_ROOT path setting in the startjd. sh script is correct.

If the JDMAIL_ROOT settings are correct, the jdmail service process still cannot be started. For www.britepic.org, please record the operating system version and contact the Customer Service staff of jindi mail to help solve the problem.

To help you find a solution in the fastest time, I will insert a short advertisement: QQ917743299 13501315160

2) check whether the web is started properly

On the command line, enter:

# Ps-ef | grep web

If,

Root 4455 1 0 Apr20? 00:00:01/home/jdmail/jdk/bin/java-Djava. endorsed. dirs =/home/jdmail/web/common/endorsed-classpath/home/jdmail/jdk/lib/tools. jar:/home/jdmail/web/bin/bootstrap. jar:/home/jdmail/web/bin/commons-logging-api.jar-Dcatalina. base =/home/jdmail/web-Dcatalina. home =/home/jdmail/web-Djava. io. tmpdir =/home/jdmail/web/temp org. apache. catalina. startup. bootstrap start

The jdmail web service process has been started.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.