<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/djbtestingsky" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/djbtestingsky" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 05 Jun 2009 19:35:00 GMT</lastBuildDate><title>大头针的专栏</title><description>大头针的测试行</description><link>http://blog.csdn.net/djbtestingsky/</link><item><title>浅谈QTP的数据库检查点Database checkpoint使用流程</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/06/05/4246023.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/4246023.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/4246023.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4246023</trackback:ping><description>测试空间旗下大头针出品
   QTP的检查点是基于录制回放机制的，只有你把要测试的软件录制到对象仓库里才能使用检查点。 QTP提供了标准检查点、文本检查点、图像检查点、数据库检查点。因为在开发的过程中，软件经常改变，所以对象仓库的管理非常不方便。检查点又是基于对象仓库的，所以使用起来也是极其不方便的。在QTP提供的检查点里面，本人认为最实用的就是数据库检查点（Database checkpoint）了，使用QTP数据库检查点技术含量要求最高。需要你懂数据库语句，懂得ODBC数据源的知识。

书籍上介绍的数据库检查点的使用总是有点差强人意。
&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/4246023.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236618896/djbtestingsky/csdn.net/s.gif?r=http://blog.csdn.net/djbtestingsky/archive/2009/06/05/4246023.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618896/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618896/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 06 Jun 2009 03:35:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/06/05/4246023.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/06/05/4246023.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/06/05/4246023.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618896/1338142</fs:itemid></item><item><title>浅谈QTP描述性编程(含实例)</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/06/03/4240031.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/4240031.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/4240031.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4240031</trackback:ping><description>qtp 描述性编程 对象仓库 《美女的烦恼》  

一开始接触QTP太强了，可以录制回放啊。可以像使用录音机一样，可以一遍又一遍的回放录音内容。有了QTP,我们就不用一遍又一遍的测试了。

但慢慢发现，QTP如果一遍又一遍的运行程序，需要一个对象仓库的东东。在录制的时候，QTP将测试过程中所使用到得软件对象都录制到对象仓库中。再我们使用的时候，只需要给出对象的名称，有这个名称就可以在对象仓库中找到该对象，自然而然可以操作这个对象。但有一个问题，就是对象仓库中的对象必须和正在运行的软件的对象一摸一样才行。

 

但实际在软件开发过程中，经常要添加新功能，完善已经实现的功能。在这个过程，新版本发布时软件功能变了，可能有的时候只是位置变了。这种情况下可恶的事情发生了，QTP就不认识新发布的软件。最坏的话，以前录制的脚本需要重新录制。太悲惨了。

 

&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/4240031.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236618897/djbtestingsky/csdn.net/s.gif?r=http://blog.csdn.net/djbtestingsky/archive/2009/06/03/4240031.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618897/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618897/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 04 Jun 2009 03:23:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/06/03/4240031.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/06/03/4240031.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/06/03/4240031.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618897/1338142</fs:itemid></item><item><title>浅谈:cookies和session</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/06/01/4233845.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/4233845.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/4233845.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4233845</trackback:ping><description>说了这么多，和cookies有什么关系呢？

什么是cookies呢？是网站（或称之为web服务器）用来表示用户的信息。通常是由服务器对象写到客户端的一个cookies文件中。以备下次再访问相应的网站（或称之为web服务器）的时候，网站能够非常快速的知道是谁在访问。

 

这个非常我们去医院看病，医院给你发放就诊卡、病历本，能够唯一标示你这个病号，如果下次你再生病的时候，你就要出示就诊卡和病历本。如果你把就诊卡和病历本给丢了，那么下次看病的时候还需要重新办理。如果把医院当成网站（或者web服务器）的话，那么就诊卡和病历本就可以看成是cookies.

&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/4233845.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236618898/djbtestingsky/csdn.net/s.gif?r=http://blog.csdn.net/djbtestingsky/archive/2009/06/01/4233845.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618898/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618898/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Jun 2009 02:48:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/06/01/4233845.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/06/01/4233845.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/06/01/4233845.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618898/1338142</fs:itemid></item><item><title>Linux下安装mantis配置指南(全)</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/05/05/4153176.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/4153176.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/4153176.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4153176</trackback:ping><description>作为缺陷管理工具，前一段时间bugzilla比较流行，但bugzilla配置比较繁琐，使用起来也是相当的繁琐。而且非常占系统资源。使用perl编写的CGI程序，所以很明显的一个缺点就是：每建立一个连接就会开启一个服务器进程。所以最近企业使用mantis的是越来越多了。使用非常方便简洁而且可以定制工作流等优点。发现网上关于在Linux下配置mantis的资料非常之少。所以经过两天的研究：成功搭建Linux下mantis，下面是简要的配置指南。不太清楚的地方，大家多多提出，我会进一步补充。&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/4153176.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618899/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618899/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 06 May 2009 07:31:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/05/05/4153176.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/05/05/4153176.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/05/05/4153176.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618899/1338142</fs:itemid></item><item><title>浅谈子网、子网掩码、保留地址</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/04/18/4088890.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/4088890.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/4088890.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4088890</trackback:ping><description>子网、子网掩码。&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/4088890.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618900/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618900/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 18 Apr 2009 15:27:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/04/18/4088890.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/04/18/4088890.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/04/18/4088890.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618900/1338142</fs:itemid></item><item><title>浅谈软件测试流程之测试用例的设计与测试执行流程</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/04/05/4050036.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/4050036.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/4050036.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4050036</trackback:ping><description>看到很多有关测试流程以及测试用例设计的书籍，只是零散的测试知识，但是没有可操作性。希望上面列出的测试用例设计以及测试执行每个阶段的工作的步骤，有利于你更快更有效的进行软件测试工作。&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/4050036.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618901/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618901/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 05 Apr 2009 22:37:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/04/05/4050036.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/04/05/4050036.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/04/05/4050036.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618901/1338142</fs:itemid></item><item><title>Linux面试题之shell编程详解（三）</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915617.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/3915617.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/3915617.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3915617</trackback:ping><description>设计一个Shell程序，在/userdata目录下建立50个目录，即user1～user50，并设置每个目录的权限，其中其他用户的权限为：读；文件所有者的权限为：读、写、执行；文件所有者所在组的权限为：读、执行。&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/3915617.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618902/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618902/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 21 Feb 2009 04:45:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915617.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915617.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915617.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618902/1338142</fs:itemid></item><item><title>Linux面试题之shell编程详解（一）</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915592.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/3915592.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/3915592.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3915592</trackback:ping><description>用Shell编程，判断一文件是不是字符设备文件，如果是将其拷贝到 /dev 目录下。#这个题目考察到了Shell的语法格式，以及read、if、test命令。特别test命令可以测试文件状态，可以测#试数值大小，也可以比较字符串。所以我们以后if、while、for、until所用到条件都会使用到test命令。#其实shell编程的面试不难，大家加油哈！&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/3915592.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618903/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618903/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 21 Feb 2009 04:32:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915592.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915592.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915592.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618903/1338142</fs:itemid></item><item><title>Linux面试题之shell编程详解（二）</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915281.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/3915281.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/3915281.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3915281</trackback:ping><description>编写shell程序，实现自动删除50个账号的功能。账号名为stud1至stud50。本题目考察到while、if语句、test命令等知识。难点在于要删除的用户是否存在我们需要自己判断。#其实只要我们对grep或正则表达式学过一点就能写出来。大家多练练，下次碰到类似的题目就没有问题#了。&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/3915281.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618904/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618904/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 21 Feb 2009 01:45:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915281.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915281.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/02/20/3915281.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618904/1338142</fs:itemid></item><item><title>Linux初学者Sendmail配置指南</title><link>http://blog.csdn.net/djbtestingsky/archive/2009/01/12/3757714.aspx</link><wfw:comment>http://blog.csdn.net/djbtestingsky/comments/3757714.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/djbtestingsky/comments/commentRss/3757714.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3757714</trackback:ping><description>一、安装sendmail1.1.rpm -qa grep sendmail插入Linux第一章光盘,cd /mnt/cdrom/RedHat/RPMSrpm -ivh sendmail- 8.12.8-4.i386.rpm1.2.启动sendmail服务系统  sendmail -bd -q12h后台以守护进程的方式运行，当无法成功发送邮件时，把邮件保存在队列里12小时。二、.配置Sendmail2.1修改sendmail.mc1. define(QUEUE_DIR,`/var/spool/mqueue/q*')2. TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl3. define(`confAUTH_MECHANISMS', `DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl4. DAEMON_OPTIONS(`Port=25,Name=MTA')dnl5. DAEMON_OPTIONS(`Port=587,Name=MSA,M=Ea')dnl&lt;img src =&quot;http://blog.csdn.net/djbtestingsky/aggbug/3757714.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/djbtestingsky/236618905/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/djbtestingsky/236618905/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Jan 2009 17:30:00 +0800</pubDate><author>大头针</author><comments>http://blog.csdn.net/djbtestingsky/archive/2009/01/12/3757714.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/djbtestingsky/archive/2009/01/12/3757714.aspx</guid><dc:creator>大头针</dc:creator><fs:srclink>http://blog.csdn.net/djbtestingsky/archive/2009/01/12/3757714.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/djbtestingsky/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/djbtestingsky/~1333442/236618905/1338142</fs:itemid></item></channel></rss>