当前位置:首页 > RHEL5.4 Postfix 邮件系统的安装
virus-7mnx1DHavOWC, Message-ID: <20070918153640.8C1681A609@mail.benet.org>, mail_id: 7mnx1DHavOWC, Hits: -, size: 83658, 4203 ms
Sep 18 23:36:45 mail postfix/smtp[29006]: 8C1681A609: to=
Sep 18 23:36:45 mail postfix/qmgr[28924]: 8C1681A609: removed
Sep 18 23:36:45 mail postfix/local[29014]: CDF9B1A602: to=
Sep 18 23:36:45 mail postfix/qmgr[28924]: CDF9B1A602: removed
说明:此附件中带有特洛伊病毒,请不要作为危害别人之用,而对于您的操作不慎而给您带来的后果,作者不负任何责任;病毒样本如下: 213887
14 垃圾邮件测试
登录extmail,新建一封邮件,拷贝以下内容作为邮件正文,并查看发送情况:
This is the GTUBE, the Generic Test for Unsolicited Bulk Email
If your spam filter supports it, the GTUBE provides a test by which you
can verify that the filter is installed correctly and is detecting incoming
spam. You can send yourself a test mail containing the following string of
characters (in upper case and with no white spaces and line breaks):
XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X
查看发送结果:
#tail -15 /var/log/maillog
Sep 19 00:04:07 mail spamd[29060]: logger: removing stderr method
Sep 19 00:04:11 mail spamd[29062]: rules: meta test FM_DDDD_TIMES_2 has dependency 'FH_HOST_EQ_D_D_D_D' with a zero score
Sep 19 00:04:11 mail spamd[29062]: rules: meta test FM_SEX_HOSTDDDD has dependency 'FH_HOST_EQ_D_D_D_D' with a zero score
Sep 19 00:04:11 mail spamd[29062]: rules: meta test HS_PHARMA_1 has dependency 'HS_SUBJ_ONLINE_PHARMACEUTICAL' with a zero score
Sep 19 00:04:11 mail spamd[29062]: spamd: server started on port 783/tcp (running version 3.2.3)
Sep 19 00:04:12 mail spamd[29062]: spamd: server pid: 29062
Sep 19 00:04:12 mail spamd[29062]: spamd: server successfully spawned child process, pid 29064
Sep 19 00:04:12 mail spamd[29062]: spamd: server successfully spawned child process, pid 29065
Sep 19 00:04:12 mail spamd[29062]: prefork: child states: II
Sep 19 00:06:44 mail postfix/pickup[28925]: E37651A60E: uid=1001 from=
Sep 19 00:06:45 mail postfix/qmgr[28924]: E37651A60E: from=
Sep 19 00:07:01 mail amavis[28502]: (28502-06) Blocked SPAM,
Sep 19 00:07:01 mail postfix/smtp[29079]: E37651A60E: to=
Sep 19 00:07:01 mail postfix/qmgr[28924]: E37651A60E: removed
第四篇:安装图形化日志 第二十三 安装图形化日志
1) 首先确认系统上是否安装gd,如果没有安装请安装gd
#tar xvf GD-2.45.tar.gz.gz # cd GD-2.45 #./configure #make
#make install
2) 安装Time-HiRes
#tar xvf Time-HiRes-1.9721.tar.gz #cd Time-HiRes-1.9721 #perl Makefile.PL #make #make test #make install
3) 安装File-Tail
#tar xvf File-Tail-0.99.3.tar.gz #cd File-Tail-0.99.3 #perl Makefile.PL #make #make install
4) 安装rrdtools
#tar xvf rrdtool-1.4.4_.tar.gz
#cd rrdtool-1.4.4
#./configure --prefix=/usr/local/rrdtool #make
#make install
复制mailgraph_ext到/usr/local,并启动之
# cp -r /var/www/extsuite/extman/addon/mailgraph_ext /usr/local
5) 复制启动脚本,并把其加入到自动启动列队中
#cp /usr/local/mailgraph_ext/mailgraph-init /etc/rc.d/init.d/mailgraph #chmod 700 /etc/rc.d/init.d/mailgraph #chkconfig --add mailgraph #chkconfig mailgraph on
安装成功!
本篇文章来源于 Linux公社网站(www.linuxidc.com) http://www.linuxidc.com/Linux/2012-01/51851.htm
原文链接:
共分享92篇相关文档