Common operations
Submitted by saurabh on Thu, 2007-11-15 19:12
Restart sendmail
Restart amavis
restart mfilter
restart ldap
restart apache2
reload apache2
This document describes the common operations which are carried out
during installation, debugging of services on a Mtracks/Merce system.
- Restart sendmail-rx
- # /etc/init.d/sendmail-rx restart
- # telnet localhost 25
- The output should be
Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 mail.azbpartners.com ESMTP Sendmail 8.13.4/8.13.4; Wed, 14 Nov 2007 19:02:33 +0530
where the fqdn of the server should replace mail.azbpartners.com.
- Type quit
- # /etc/init.d/sendmail restart
- # telnet localhost 10025
- The output should be
Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 mail.azbpartners.com ESMTP Sendmail 8.13.4/8.13.4; Wed, 14 Nov 2007 19:02:33 +0530
where the fqdn of the server should replace mail.azbpartners.com.
- Type quit
- # /etc/init.d/amavis restart
- If amavis gives error on startup escalate to Merce dev team.
- # telnet localhost 10024
- The output should be
Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 [127.0.0.1] ESMTP amavisd-new service ready 19:02:33 +0530
- Type quit
- # /etc/init.d/mfilter restart
- # telnet localhost 1234
- the output should be
trying 127.0.0.1... connected to localhost. escape character is '^]'.
- type quit
- # /etc/init.d/ldap restart
- # telnet localhost 389
- the output should be
trying 127.0.0.1... connected to localhost. escape character is '^]'.
- type quit
- On SLES10 # /etc/init.d/apache2 restart
- On RHEL4 update 5 #/etc/init.d/httpd restart
- # telnet localhost 80
- the output should be
trying 127.0.0.1... connected to localhost. escape character is '^]'.
- type quit
- On SLES10 # /etc/init.d/apache2 reload
- On RHEL4 update 5 #/etc/init.d/httpd reload
- # telnet localhost 80
- the output should be
trying 127.0.0.1... connected to localhost. escape character is '^]'.
- type quit
»
- Login to post comments
- Printer-friendly version
- Send to friend