从Solaris上移除Netscape Message Server
发布时间:
2006-10-14 8:47:28
收集提供:
gaoqian
原文来自Netscape说明
从
Solaris
上移除Message Server同移除其它相关的SuiteSpot Server不同,需参照下面的步骤进行:
1.以root用户身份登录;
2.进入/etc目录:
cd /etc
3.停止Netscape Message Server:
./NscpMail stop
4.移除下列文件:
rm netscape.mail.conf NscpMail mailbin nsmail.als
5.进入/usr/lib目录:
cd /usr/lib
6.移除下列文件:
rm libNSmail.so libNSmatch.so libldap*.so liblcache*.so
7.重命名sendmail.bak文件为sendmail:
mv sendmail.bak sendmail
8.进入/etc/init.d目录:
cd /etc/init.d
9.重新启动sendmail进程:
./sendmail start
10.进入/etc/inet目录:
cd /etc/inet
11.复制inetd.conf.bak到inetd.conf
cp inetd.conf.bak inetd.conf
12.获得inetd的进程号:
ps -ef |grep inetd
root 133 1 0 Oct 25 ? 0:00 /usr/sbin/inetd -s
13.读入更新的程序进入内存:
kill -1 <pid of inetd>
14.进入/var目录:
cd /var
15.改变mail目录的权限:
chmod g-s mail
16.进入你所安装的postoffice和mailbox目录
例:cd /var/spool
17.移除postoffice和mailbox目录:
rm -rf postoffice mailbox
18.如果你运行了Message Server SNMP subagent,通过管理服务器接口将其停止,并停止
master agent,查看进程表是否有“magt”进程,有则停止它。
|
网站空间
|
网络空间
|
域名注册
|
网站推广
|
虚拟主机
|
网通空间
|
电信空间
|
ftp空间
|
wap空间
|
|
asp空间
|
aspx空间
|
.net空间
|
php空间
|
数据库空间
|
html5空间
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50