<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>可可熊的窝 &#187; sendmail</title>
	<atom:link href="http://cocobear.info/blog/tag/sendmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sat, 10 Dec 2011 16:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>局域网邮件服务器配置</title>
		<link>http://cocobear.info/blog/2009/03/16/use-sendmail-and-dovecot-in-company/</link>
		<comments>http://cocobear.info/blog/2009/03/16/use-sendmail-and-dovecot-in-company/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 05:02:56 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=566</guid>
		<description><![CDATA[首先安装必要的软件：sendmail,dovecot sendmail只支持SMTP发信，dovecot可以支持POP3，IMAP等。 把自己的机器名改为一个你想使用的域名，例如coco.com（vi /etc/sysconfig/network）。配置sendmail，修改以/etc/mail/sendmail.mc下一行： -O DaemonPortOptions=Port=smtp,Addr=127.0.0.1 , Name=MTA +O DaemonPortOptions=Port=smtp,Addr=192.168.1.112 , Name=MTA 同时修改/etc/mail/access,添加： Connect:192.168.1 RELAY 编辑/etc/mail/local-host-names文件，添加你想在内部使用的一个域名，如： coco.com 这样局域网内的用户就可以使用你的SMTP了，别人在发邮件时在SMTP服务器地址中填写你的IP地址，或者域名(需要改更hosts中coco.com的指向)。帐户就直接使用Linux系统的用户，因为在一个公司使用，所以安全问题就不需要考虑了。 安装好后先测试sendmail，可以使用 mail -s ‘your subject&#8217; somebody@coco.com命令来发邮件。也可以使用claws-mail等客户端来发邮件。 dovecot安装好后也很简单，启动后就可以使用POP3收邮件了。]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/03/16/use-sendmail-and-dovecot-in-company/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>关于发邮件的一些事</title>
		<link>http://cocobear.info/blog/2009/02/27/something-about-mail/</link>
		<comments>http://cocobear.info/blog/2009/02/27/something-about-mail/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 08:50:47 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=561</guid>
		<description><![CDATA[今天配置一个Bug跟踪的工具，使用Sendmail发邮件时一直出错，先没仔细看，后来仔细看了下，在/var/log/maillog里面有出错提示： 451 DT:SPM mx4, 7lcQrLDL7iJgl6dJktVcJQ&#8211;.7531S2, please try again 1235720034 http://mail.163.com/help/help_spam_16.htm?ip=1038939298&#038;hostid=mx4&#038;time=1235720034 在上面的链接中会有详细的提示，这个错误451： 发信人短期内发送了大量信件，超过了网易的限制，该发件人被临时禁止发信。请检查是否有用户发送病毒或者垃圾邮件，并降低该用户发信频率。 郁闷啊，我才手动连着发了几封而已。还有不少地方需要注意。 还有如果直接使用sendmail向gmail发邮件会提示： http://mail.google.cn/support/bin/answer.py?hl=en&#038;answer=10336 &#8216;The IP you&#8217;re using to send email is not authorized&#8230;&#8217; In order to prevent spam, Gmail refuses mail when the sending IP address does not match the sending domain. To send mail from your server to Gmail, we suggest using [...]]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/02/27/something-about-mail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

