<?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>HowtoLinux &#187; mail server</title>
	<atom:link href="http://www.debiandoctor.com/category/mail-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debiandoctor.com</link>
	<description>The best Unix/Linux Server Resources  Availabe on Internet.</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Postfix amavis mail server.</title>
		<link>http://www.debiandoctor.com/mail-server/postfix-amavis-mail-server.html</link>
		<comments>http://www.debiandoctor.com/mail-server/postfix-amavis-mail-server.html#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:03:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mail server]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=100</guid>
		<description><![CDATA[http://www.freespamfilter.org/FC4.html
]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/mail-server/postfix-amavis-mail-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sendmail Server Tips</title>
		<link>http://www.debiandoctor.com/mail-server/sendmail-server-tips.html</link>
		<comments>http://www.debiandoctor.com/mail-server/sendmail-server-tips.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 07:15:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mail server]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=75</guid>
		<description><![CDATA[PROCESS=13640
for i in `/sbin/fuser 25/tcp `
do
if [ "$i" -ne $PROCESS ]
then
kill -9 $i
fi &#38;&#62; /dev/null
done
back to top http://www.experts-exchange.com/OS/Linux/Q_21731285.html?eeSearch=true
# Cron job (crontab(5)) to clear /var/spool/clientmqueue.
*/30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q
#Â  Flush the queue. To clear the sendmail queue run the command
/usr/lib/sendmail -q
http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/041322.html
queue clearing
/usr/sbin/sendmail -q -v
/usr/sbin/sendmail -Ac -q -v
sendmail -v -qI {queue id substring}
or
sendmail -v -qS {sender address substring}
or
sendmail -v -qR {recipient address substring}
These variations will limit the processing to a sender address,
recipient, etc, in the queue.
1.Â  Delete ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/mail-server/sendmail-server-tips.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating QMail, Vpopmail, Courier-IMAP, Web Admin, and MySQL Database</title>
		<link>http://www.debiandoctor.com/mail-server/integrating-qmail-vpopmail-courier-imap-web-admin-and-mysql-database.html</link>
		<comments>http://www.debiandoctor.com/mail-server/integrating-qmail-vpopmail-courier-imap-web-admin-and-mysql-database.html#comments</comments>
		<pubDate>Fri, 20 Jul 2007 19:03:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mail server]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=47</guid>
		<description><![CDATA[Referance : Â http://www.patrickservices.com/software/guides/qmail_toaster_rpms.php

Make Sure RedHat 8.0 was setup fresh, in Server Mode, with PHP 4,
Apache 2, and Development tools Included!

#############################################################
# How To Setup QMail,Vpopmail,CourierIMAP,web admin,webmail,
#     SMTP-auth on a server with a new install of Redhat 8.0
#     using SRC RPM's from http://qmailtoaster.clikka.com/
#############################################################
# Mark Patrick, Patrick Computer Services, March-April, 2003
#############################################################

wget ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-4.0/MySQL-server-4.0.12-0.i386.rpm
wget ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-4.0/MySQL-client-4.0.12-0.i386.rpm
wget ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-4.0/MySQL-devel-4.0.12-0.i386.rpm
wget ftp://mirror.sit.wisc.edu/mirrors/mysql/Downloads/MySQL-4.0/MySQL-shared-4.0.12-0.i386.rpm
wget http://qmailtoaster.clikka.com/download/stable/vqadmin-toaster-2.3.4-1.0.5.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/vpopmail-toaster-5.3.8-1.0.5.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/ucspi-tcp-toaster-0.88-1.0.5.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/qmailmrtg-toaster-3.4-1.0.5.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/qmailadmin-toaster-1.0.6-1.0.5.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/qmail-toaster-1.03-1.0.6.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/maildrop-toaster-1.4.0-1.0.3.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/horde-toaster-2.1-1.0.4.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/ezmlm-toaster-0.53.324-1.0.5.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/daemontools-toaster-0.76-1.0.3.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/courier-imap-toaster-1.7.0-1.0.2.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/control-panel-toaster-0.5-1.0.1.src.rpm
wget http://qmailtoaster.clikka.com/download/stable/autorespond-toaster-2.0.2-1.0.3.src.rpm

#############################################################
# Setup Proper Hostname!
#############################################################
# NOTE: Must return FQDN ...]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/mail-server/integrating-qmail-vpopmail-courier-imap-web-admin-and-mysql-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the OpenLDAP, Qmail, and CourierImap Servers</title>
		<link>http://www.debiandoctor.com/mail-server/installing-the-openldap-qmail-and-courierimap-servers.html</link>
		<comments>http://www.debiandoctor.com/mail-server/installing-the-openldap-qmail-and-courierimap-servers.html#comments</comments>
		<pubDate>Fri, 20 Jul 2007 00:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mail server]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=46</guid>
		<description><![CDATA[http://www.cerritoslug.org/tutorials/qmail-ldap/installing.html
]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/mail-server/installing-the-openldap-qmail-and-courierimap-servers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configuring a sendmail server.</title>
		<link>http://www.debiandoctor.com/mail-server/configuring-a-sendmail-server.html</link>
		<comments>http://www.debiandoctor.com/mail-server/configuring-a-sendmail-server.html#comments</comments>
		<pubDate>Sun, 15 Jul 2007 19:26:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mail server]]></category>

		<guid isPermaLink="false">http://pearlin.info/blog/?p=43</guid>
		<description><![CDATA[http://www.xenocafe.com/tutorials/linux/redhat/sendmail/sendmail_linux_redhat-part1.php
]]></description>
		<wfw:commentRss>http://www.debiandoctor.com/mail-server/configuring-a-sendmail-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
