动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息

本月文章推荐
.用orabm测试oracle服务器的TPS值.
.Siebel被Oracle收购CRM严冬之后将.
.Linux Shadow-Password-HOWTO.
.[转贴]如何正确利用Rownum来限制.
.8i数据成功移植到10g并解决修改机.
.dbms_job包的应用:在Oracle中实现.
.UNIX工作站对远程ORACLE FOR Net.
.Oracle 10G 最佳20位新特性:段管.
.OMF方式手动创建数据库.
.SQLPlus使用技巧点滴.
.ORACLE问题,每天10问(一).
.oracle系统紧急故障处理方法.
.使自己暂时脱离 root 的身份.
.sql loader的用法.
.关于Oracle数据库中的N层认证具体.
.对刚接触oracle的人比较有用的一.
.oracle同时向多表插入数据.
.如何禁止某些使用者执行 su?.
.Oracle的两个重要文件:TNSNAMES.
.如何实现取出文件中特定的列内容.

Linux 上的邮件网关(杀病毒)AntiVir MailGate

发表日期:2008-2-9 |



  Linux 上的邮件网关(杀病毒)AntiVir MailGate , 它有两种方法:
  
  1. 直接作 mail 网关,然后利用“ 管道 ”调用 smtp 程序。支持标准的 smtp 程序: sendmail、postfix、qmail。
  
  2. 也是作 mail 网关,在 /etc/sendmail.cf 里添加 avgatemail 选项 (这样 sendmail 在 825 端口监听),然后 再利用 825 端口转发邮件。意思是:25 即是 avmailgate 的 smtp 端口,然后它再利用 825(sendmail)端口转发邮件 !
  请注重:但是人家还是可以利用你的 825 端口 (就是利用原来的 senmail 来给你发送病毒邮件!但是,这种情况很少的。)。这时你可以用防火墙来阻止来自外部的对本机的 825 端口的连接。
  
  
  在 /etc/services 里面增加:
  smtp-backdoor 825/tcp
  
  修改 sendmail.cf 成:
  # SMTP daemon options
  
  #O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
  # 原来的。
  
  # -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- gugong -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  #
  # 红帽子 V7.x V8.0 所建立的本文件默认 “只” 对 localhost 即 127.0.0.1
  # 提供服务,根据以往本文件的内容,修改为:
  #
  # SMTP daemon options
  O DaemonPortOptions=Name=MTA, Port=smtp-backdoor
  
  O DaemonPortOptions=Port=587, Name=MSA, M=E
  
  # 若 不需要 avgatemail ,则应该是:
  #O DaemonPortOptions=Name=MTA
  
  #O DaemonPortOptions=Port=587, Name=MSA, M=E
  # 在端口 587 提供 submission 服务(MSA)。
  # -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- gugong -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  
  
  请看:
  邮件网关杀除病毒后返回的报告:
  
  一、
  
  *********************************************************************
  AntiVir Virus Alert
  *********************************************************************
  This version of AntiVir MailGate is licensed for private and non-commercial use.
  *********************************************************************
  
  AntiVir found these viruses in the following mail:
  
  Worm/Klez.E
  
  The mail was not delivered.
  
  You may force the delivery without further checking the mail using:
  
  avq --deliver=04347-536A3823
  
  but we would not advise to do so. You should delete it with:
  
  avq --remove=04347-536A3823
  
  For more information, please read the manual page avmailgate(8).
  
  
  ----------Mail-Info----------
  From: winson246
  To: webmaster@fruitron.com.cn
  Subject: Marginheight
  Mail-From: suscono@pub.dgnet.gd.cn
  Rcpt: webmaster@fruitron.com.cn
  Queue-Id: 04347-536A3823
  Status: The mail was not delivered!
  -----------------------------
  
  
  -----------Log-File----------
  info: extracting attachment 1 to /var/tmp/av-06051-U43SFi/av-0
  (encoding="quoted-printable", name="(no name)", filename="(no name)")
  info: extracting attachment 2 to /var/tmp/av-06051-U43SFi/av-1
  (encoding="base64", name="Vebnq.pif", filename="(no name)")
  info: extracting attachment 3 to /var/tmp/av-06051-U43SFi/av-2
  (encoding="base64", name="frame", filename="(no name)")
  checking file "/var/tmp/av-06051-U43SFi/av-0"
  checking file "/var/tmp/av-06051-U43SFi/av-1"
  checking file "/var/tmp/av-06051-U43SFi/av-2"
  -----------------------------
  *********************************************************************
  For more information on AntiVir please visit our web site
  http://www.antivir.de or http://www.hbedv.com
  mailto: info@antivir.de
  
  AntiVir is a registered trademark of
  H+BEDV Datentechnik GmbH
  *********************************************************************
  
  
  二、
  
  *********************************************************************
  AntiVir Virus Alert
  *********************************************************************
  This version of AntiVir MailGate is licensed for private and non-commercial use.
  *********************************************************************
  
  AntiVir found these viruses in a mail for you from winson246 :
  
  Worm/Klez.E
  
  The mail was not delivered.
  
  AntiVir MailGate prevented a virus delivery. But if you need to
  receive further email from winson246 ,
  you should ask him/her to buy a professional antivirus software sUCh
  as AntiVir from H+BEDV Datentechnik GmbH. He/She can contact
  mailto:sales@hbedv.com for further information.
  
  ----------Mail-Info----------
  From: winson246
  To: webmaster@fruitron.com.cn
  Subject: Marginheight
  -----------------------------
  
  *********************************************************************
  For more information on AntiVir please visit our web site
  http://www.antivir.de or http://www.hbedv.com
  mailto: info@antivir.de
  
  AntiVir is a registered trademark of
  H+BEDV Datentechnik GmbH
  *********************************************************************
  
  
  自动升级病毒库后的报告:
  
  AntiVir has successfully updated itself.
  
  --> /usr/lib/AntiVir/antivir.vdf
  
  Machine: gugonghcs.fruitron.com.cn
  Date: 09 May 2002
  Time: 10:39:18
  
  
  
  
  -----------------------------
  Copyright (C) 1994-2002 by H+BEDV Datentechnik GmbH.
  All rights reserved.
  
  For private (non-commercial) use only.
  
  
  请到 :
  
  http://www.hbedv.com
  
  下载 Linux 版本,并注册,Linux 的 版本可是免费的哟。

  
  由于附件的后缀名限制,附加的文档的 .txt 结尾是我增加附加档案时添加上去的。
上一篇:启动postfix的时候提示unsupported dictionary type: dbm,怎么办 人气:463
下一篇:用户磁盘空间的限制 人气:470
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-9-7 站长中国企业(公司)网站系统 v4.2
2008-9-7 PBDigg v2.0 Build 20080821
2008-9-7 玩玩小游戏FLASH系统 v2.1
2008-9-7 522QQ在线电视直播程序 v1.1
2008-9-7 Pcook cms 文章管理系统 (老Y CM
2008-9-7 仿代码小说小偷系统 v1.0
2008-9-7 百度一搜集成搜索管理系统
2008-9-7 小贤统计器 v1.0
2008-9-7 UCenter Home-中秋搏饼插件 v1.2
2008-9-7 iBlacklist通话黑名单汉化破解补
2008-9-7 EndlessWalls无尽壁纸 v1.0.4破解
2008-9-7 Dynolicious车载测量仪v1.1破解版
2008-9-7 iVoodoo巫毒娃娃1.0.1破解版
2008-9-7 iWallpape精品墙纸1.2破解版
2008-9-7 iChillout自然音效工具1.1破解版
2008-9-7 Todo计划提醒1.2破解版
2008-9-7 allRadio电台集合1.01破解版
2008-9-7 My Money个人理财1.0破解版
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | Html转换js | js/vbs加密 | md5加密 | 进制转换
实用工具:汉字翻译拼音 | 符号对照表 | 个税计算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号