<?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>linuxbuddies.com &#187; webmail</title>
	<atom:link href="http://linuxbuddies.com/tag/webmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbuddies.com</link>
	<description>For linux documentations.</description>
	<lastBuildDate>Fri, 11 Sep 2009 10:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Autoresponder Plugin in Squirrelmail</title>
		<link>http://linuxbuddies.com/2008/12/22/autoresponder-plugin-in-squirrelmail/</link>
		<comments>http://linuxbuddies.com/2008/12/22/autoresponder-plugin-in-squirrelmail/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 05:38:31 +0000</pubDate>
		<dc:creator>Riyesh</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[autoresponder]]></category>
		<category><![CDATA[squirrelmail]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://linuxbuddies.com/?p=71</guid>
		<description><![CDATA[1.Download the compatibility plugin and Local Auto Responder plugin from http://squirrelmail.org
2.Extract it to the Squirrelmail &#8211; plugins directory
cd /var/www/html/squirrelmail/plugins
# tar xzf compatibility-2.0.9-1.0.tar.gz
# cd compatibility
3.Patch it to your squirrelmail version
# patch -p0 &#60; patches/compatibility_patch-1.4.11.diff
patching file ../../functions/strings.php
4.Configure the Squirrelmail to include the plugin
# cd ../../config
# ./conf.pl
5.Extract Local Auto Responder Plugin
# cd ../plugins/
# ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-72" title="squirrelmail" src="http://linuxbuddies.com/wp-content/uploads/2008/12/squirrelmail-150x150.jpg" alt="squirrelmail" width="150" height="150" />1.Download the compatibility plugin and Local Auto Responder plugin from http://squirrelmail.org</p>
<p>2.Extract it to the Squirrelmail &#8211; plugins directory</p>
<blockquote><p>cd /var/www/html/squirrelmail/plugins</p>
<p># tar xzf compatibility-2.0.9-1.0.tar.gz<br />
# cd compatibility</p></blockquote>
<p>3.Patch it to your squirrelmail version</p>
<blockquote><p># patch -p0 &lt; patches/compatibility_patch-1.4.11.diff<br />
<span>patching file ../../functions/strings.php</span></p></blockquote>
<p>4.Configure the Squirrelmail to include the plugin</p>
<blockquote><p># cd ../../config<br />
# ./conf.pl</p></blockquote>
<p>5.Extract Local Auto Responder Plugin</p>
<blockquote><p># cd ../plugins/<br />
# tar xzf local_autorespond_forward-3.0-1.4.0.tar.gz<br />
# cd local_autorespond_forward</p></blockquote>
<p>6.Compile suid_backend module</p>
<blockquote><p># cd suid_backend/<br />
# ./configure –enable-webuser=nobody</p></blockquote>
<p>Here my Apache is running as user “nobody”.That user should have the permission to play<br />
with the directories under this.</p>
<blockquote><p># make<br />
# make install</p></blockquote>
<p>7.Copy the sample config.php</p>
<blockquote><p># cd ..<br />
# cp config.sample.php config.php</p></blockquote>
<p>8.Edit the config.php to use “suid” instead of “ftp” for Maildir and “.forward” files</p>
<p>edit <strong>config.php</strong></p>
<blockquote><p>$laf_backend = ’suid’;</p></blockquote>
<p>9.Configure the Squirrelmail to include the plugin</p>
<blockquote><p># cd ../../config<br />
# ./conf.pl</p></blockquote>
<p>10.Verify the Squirrelmail’s ATTACHMENT DIR and DATA DIR. Verify the permission also</p>
<p>edit <strong>/var/www/html/squirrelmail/config/config.php</strong></p>
<blockquote><p><strong><br />
</strong></p></blockquote>
<blockquote><p>$attachment_dir = ‘/var/local/squirrelmail/attach/’;</p></blockquote>
<p>11.Create it if doesn’t exist</p>
<blockquote><p># mkdir /var/local/squirrelmail/attach<br />
# chown nobody.nobody /var/local/squirrelmail/attach<br />
# chmod 755 /var/local/squirrelmail/attach</p></blockquote>
<p>Finish…… you can go now…</p>
<p>Thanks,</p>
<p>Riyesh</p>
<p>Linux buddy</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxbuddies.com/2008/12/22/autoresponder-plugin-in-squirrelmail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
