<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Notes on moving mail system to a new server</title>
		<description>Well I did this some time ago, I still think writing things done may help if I encounter this again.

To move the mail server to another server, and lost mails as less as possible, here is my steps:

- Set your DNS server so your domains get a lower TTL. Do ...</description>
		<link>http://dryice.name/blog/freebsd/notes-on-moving-mail-system-to-a-new-server/</link>
			</item>
	<item>
		<title>&#34;syntactically invalid argument&#34; of exim</title>
		<description>

	http://directadmin.com/forum/showthread.php?s=e9a9bcfca7acd05a6cc4169292e9ea9f&#38;threadid=2931
	http://www.nobaloney.net/downloads/spamblocker/DirectAdmin/exim.conf.spamblocked

# ALLOW UNDERSCORE IN EMAIL DOMAIN NAME # domains shouldn't use the underscore character "_" but some # may.  Because John Postel, one of the architects of the Internet, # said "Be liberal in what you accept and conservative in what you # transmit, we choose to allow underscore ...</description>
		<link>http://dryice.name/blog/freebsd/syntactically-invalid-argument-of-exim/</link>
			</item>
	<item>
		<title>to get spamassassin and fetchmail back</title>
		<description>Here is the how to

Install the /usr/ports/mail/p5-Mail-SpamAssassin and /usr/ports/mail/spamass-rules port

Put these in /etc/rc.conf


spamd_enable="YES"
spamd_flags="-d -m 1 -r ${spamd_pidfile}"

The "-m 1" said only folkone spamd instance. I don't have too much trafic so one instance is OK.

copy my local.cf to /usr/local/etc/mail/spamassassin and restart spamd to check the rules out.

There are two choices ...</description>
		<link>http://dryice.name/blog/freebsd/to-get-spamassassin-and-fetchmail-back/</link>
			</item>
	<item>
		<title>To install exim</title>
		<description>According to POST-INSTALL-NOTES:
1 Clear the sendmail queue and stop the sendmail daemon.
As this is a new machine, I just set sendmail_enable to 'NONE' and reboot the box
2 Adjust mailer.conf(5) as appropriate.
Here is the new one, with old sendmail settings comment out


# $FreeBSD: src/etc/mail/mailer.conf,v 1.3 2002/04/05 04:25:12 gshapiro Exp $
#
# Execute ...</description>
		<link>http://dryice.name/blog/freebsd/to-install-exim/</link>
			</item>
</channel>
</rss>

