<?xml version="1.0"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
		<channel><title>[Nutsmail Support Center] Most Popular Articles</title><link>http://www.nutsmail.com/helpdesk/rss/kb/most_popular</link><description></description><item><title>Installation instructions - Generic - server-wide</title><description>From NutsMail 3.8 and up&lt;br&gt;&lt;br&gt;

1. Upload all NutsMail files to /usr/share/nutsmail&lt;br&gt;
2. Upload skin files &lt;br&gt;
3. Change the nutsmail folder permissions to 755 chmod -R 755 nutsmail&lt;br&gt;
4. Navigate to the NutsMail install (if you get redirected to /src/login.php please delete that and go back to /nutsmail/) and go through the setup. &lt;br&gt;
5. If you want to point your webmail.domain.com to the nutsmail folder you will need to edit your httpd.conf file found in /ect/httpd/conf/ &lt;br&gt;
Change to:&lt;br&gt;
Alias /webmail /usr/share/nutsmail&lt;br&gt;
6. Restart your httpd server&lt;br&gt;

From NutsMail 3.7 and down:&lt;br&gt;&lt;br&gt;


&lt;p&gt;&lt;a href="/assets/files/installation-instructions-generic.pdf"&gt;Click here to download a PDF&lt;/a&gt;&lt;/p&gt;</description><link>http://www.nutsmail.com/helpdesk/kb/article/11</link><pubDate>Mon, 06 Dec 2010 11:18:25 GMT</pubDate><guid isPermaLink="false">d8e456c78553a9970729da23b1ef3368</guid></item><item><title>After installing Nutsmail, I get a blank page in my browser</title><description>It's most likely a permissions problem. If you're installing serverwide then check your permissions. Your permissions need to be set to 755 for the nutsmail folder.

</description><link>http://www.nutsmail.com/helpdesk/kb/article/1</link><pubDate>Mon, 06 Dec 2010 10:52:01 GMT</pubDate><guid isPermaLink="false">ce82ed63991c4e64beb1082852163d10</guid></item><item><title>What's the difference between a Skin, Theme and a Package?</title><description>A Skin is just one look for squirrelmail, for example
W2:Iceblue is a "skin"

A Theme is a set of skins, for example:
Outlook XP Theme is a theme containing 4 skins

A Package is the archive you download, we provide several packages, the "base" package is a customized version of squirrelmail that you need to use for our skins to work. A skin package will either contain a single skin, or a theme.
A plugin package will contain a customized version of a plugin, designed to integrate into our skins.</description><link>http://www.nutsmail.com/helpdesk/kb/article/9</link><pubDate>Thu, 10 Dec 2009 03:17:45 GMT</pubDate><guid isPermaLink="false">c08dcbb98799ead99c8ce3a57b17eb56</guid></item><item><title>WARNING! Tell your admin to set the SpamFilters_YourHop variable.</title><description>&lt;p&gt;I get the following error-message when trying to setup spam filters:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WARNING! Tell your admin to set the SpamFilters_YourHop variable.&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;Solution:&lt;/h4&gt;
&lt;p&gt;Set this to a string containing something unique to the line in the  header you want me to find IPs to scan the databases with.  For example,  All the email coming IN from the internet to my site has a line in  the header that looks like (all on one line):&lt;/p&gt;
&lt;pre&gt;Received: [from usw-sf-list1.sourceforge.net (usw-sf-fw2.sourceforge.net     [216.136.171.252]) by firewall.persistence.com (SYSADMIN-antispam      0.2) with  &lt;/pre&gt;
&lt;p&gt;Since this line indicates the FIRST hop the email takes into my network,  I set my SpamFilters_YourHop to '&lt;strong&gt;by firewall.persistence.com&lt;/strong&gt;' but any  case-sensitive string will do.  You can set it to something found on  every line in the header (like ' ') if you want to scan all IPs in  the header (lots of false alarms here tho). &lt;/p&gt;
&lt;p&gt;global $SpamFilters_YourHop;&lt;/p&gt;
&lt;p&gt;$SpamFilters_YourHop = ' ';&lt;/p&gt;
&lt;h4&gt;Example&lt;/h4&gt;
&lt;pre&gt;Received: from sitemeter.com (mail.sitemeter.com [69.44.157.220])     by mail.mailserver.com (Postfix) with ESMTP id 487A61F6151     for ; Mon, 6 Dec 2004 08:53:21 +0000 (GMT)Received: from SM50442 ([66.132.236.185])     by sitemeter.com (sitemeter.com [69.44.157.220])     (MDaemon.PRO.v7.2.0.R)     with ESMTP id md50016287249.msg     for ; Mon, 06 Dec 2004 03:49:26 -0500&lt;/pre&gt;
&lt;p&gt;In the above address header, my real mail server is "mail.mailserver.com" and hence I would set:&lt;/p&gt;
&lt;pre&gt;$SpamFilters_YourHop = 'by mail.mailserver.com';&lt;/pre&gt;</description><link>http://www.nutsmail.com/helpdesk/kb/article/8</link><pubDate>Tue, 24 Nov 2009 10:27:42 GMT</pubDate><guid isPermaLink="false">996a7e8e1e8221ec531c9cc4549289f2</guid></item><item><title>I've purchased your skin in the past and would like to re-download the files</title><description>After one  year your downloads expire. If you would like to renew it you can do so through the members area. In the members area navigate to: My Packages-&gt;Downloads-&gt;License renewal button



</description><link>http://www.nutsmail.com/helpdesk/kb/article/3</link><pubDate>Mon, 06 Dec 2010 10:25:51 GMT</pubDate><guid isPermaLink="false">f7fbd1cb1ffdd52981a7be83e7fe047e</guid></item><item><title>I've enabled the quota plugin, but it doesn't work in Internet Explorer</title><description>&lt;h4&gt;Due to IE's rendering we have to "hide" the quota container by default.&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;To show the plugin:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;go to the /themes/css/ folder of your installation&lt;/li&gt;
&lt;li&gt;look for and download any .css files that have _ie or _ie7 in their filename&lt;/li&gt;
&lt;li&gt;edit the file and remove these lines&lt;/li&gt;
&lt;li&gt;&lt;pre&gt;#quota_div {&lt;br /&gt;display: none;&lt;br /&gt;}&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;save the files and upload them back to your server&lt;/li&gt;
&lt;/ul&gt;</description><link>http://www.nutsmail.com/helpdesk/kb/article/2</link><pubDate>Thu, 12 Nov 2009 08:34:43 GMT</pubDate><guid isPermaLink="false">49f02e83c1b44393f39861598be6b6e1</guid></item><item><title>Installation instructions - cPanel - server-wide</title><description>1. Upload the NutsMail base files to /usr/local/cpanel/base/3rdparty/nutsmail&lt;br&gt;
2. Upload the skin files &lt;br&gt;
3. Change the entire nutsmail folder permissions to 755 chmod -R 755 nutsmail&lt;br&gt;
4. Change the data and attach folder permissions to 777 &lt;br&gt;
5. Place the yaml file (found in the Public Downloads members area) into /var/cpanel/webmail/webmail_mywebmailapp.yaml.&lt;br&gt;
6. Navigate to your cPanel's webmail login page and go through the setup options. 

p.s. To avoid cPanel automatically logging into your webmail after logging off make sure this variable is set in the config.php $signout_page = '/webmaillogout.cgi'; 

</description><link>http://www.nutsmail.com/helpdesk/kb/article/10</link><pubDate>Wed, 01 Feb 2012 17:25:22 GMT</pubDate><guid isPermaLink="false">6d1e71325460c62c6c04d17f79c3c811</guid></item><item><title>I can't find the shared calendar plugin</title><description>We provide a modified version of the Shared Calendars plugin that will work with Nutsmail. The shared calendar is available for Enterprise and Unlimited customers in their members download area.

</description><link>http://www.nutsmail.com/helpdesk/kb/article/6</link><pubDate>Mon, 08 Aug 2011 08:25:39 GMT</pubDate><guid isPermaLink="false">259a03878b82bbdb6e67bc23ca1103eb</guid></item><item><title>I'd like to use an old skin i purchased from you with a new skin, is this possible?</title><description>From NutsMail 3.8 and up to add any old skins simply copy the themes and skin folder into your NutsMail installation and it will automatically find the old skin files and they should show up in your display settings. </description><link>http://www.nutsmail.com/helpdesk/kb/article/4</link><pubDate>Mon, 06 Dec 2010 10:17:07 GMT</pubDate><guid isPermaLink="false">8c1a5a16b698c0adc45120f24872f3a8</guid></item><item><title>"Cannot redeclare class calendar" error message</title><description>&lt;h4&gt;Problem:&lt;/h4&gt;
&lt;p&gt;I've installed and enabled the shared calendar plugin but when i go to my setup to test it, I get this error message:&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;
Fatal error: Cannot redeclare class calendar in .../calendar.php on line ...
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is caused by the smallcal plugin, Shared Calendars has it's own version of the small calendar that shows up in the left pane&lt;/p&gt;

&lt;h4&gt;Solution:&lt;/h4&gt;
&lt;p&gt;Disable the smallcal plugin in config/config_local.php&lt;/p&gt;</description><link>http://www.nutsmail.com/helpdesk/kb/article/7</link><pubDate>Fri, 20 Nov 2009 08:18:56 GMT</pubDate><guid isPermaLink="false">0a6fb2afabf853451079978033bc39c3</guid></item><item><title>Calendar on the left isn't showing</title><description>By default the calendar is not set to be visible, to enable it, do the following:

Go to options &gt;&gt; display preferences
Scroll down to: Small Calendar Options

And check the box next to:
Small Calendar: show small calendar in left bar

If you would like this to be turned on by default, you will need to edit the default_pref file stored in your data folder. If you've moved this folder make sure you're editing the file in the folder that matches your $data_dir setting in your config_local.php file.

Once you've located the file, edit it and add the following on a new line:

smallcal_show = 1</description><link>http://www.nutsmail.com/helpdesk/kb/article/5</link><pubDate>Fri, 20 Nov 2009 06:30:24 GMT</pubDate><guid isPermaLink="false">78fad3cb7d40b0a08993c5f131f04fee</guid></item><item><title>NutsMail installation instructions for Mac OSX snow leopard servers</title><description>From NutsMail 3.8 and up:

OS X Server Installation:

1. Upload all base files to /usr/share/nutsmail
2. Upload all skin files to the same place /usr/share/nutsmail
3. Copy file httpd_squirrelmail.conf (found in the Public Downloads members area) to /etc/apache2
4. Restart web server
5. point your browser to http://servername/webmail
6. In the setup change config options for Mac OS X Snow Leopard 
	$imap_auth_mech = 'cram-md5';
	$imap_server_type	= 'cyrus';
7. All done, it should now work by pointing your browser to http://servername/webmail


For NutsMail 3.7 and down:

Attached are generic configuration files to allow Nutsmail to work with Snow Leopard 10.6.4.  This assumes that Nutsmail has been installed in /usr/share/nutsmail and that /usr/share/squirrelmail is retained. (Files available upon request)

-- With these files the installation process is...
-- 
-- Run Cyberduck on a remote mac
-- Attach to Snow Leopard server with an SFTP session username root, password as required
-- Use the folder drop down box to go to /
-- Click on /usr folder
-- Click on /usr/share folder
-- While share folder is selected, right click, create folder, 'nutsmail'
-- Click on /usr/share/nutsmail folder
-- Select action, upload
-- Upload the base package to the /usr/share/nutsmail folder
-- Select action, upload
-- Upload the skin package to the /usr/share/nutsmail folder
-- Click on base package with the /usr/share/nutsmail folder
-- Right click, Expand Archive
-- Click on skin package within the /usr/share/nutsmail folder
-- Right click, Expand Archive
-- 
-- The packages will now have been unpacked on the server and new subdirectories within nutsmail will be visible.
-- 
-- Click on usr/share/nutsmail/config folder
-- Click on config.php 
-- Rick click, duplicate file (this creates a backup of your original file)
-- Click on config_local.php 
-- Rick click, duplicate file (this creates a backup of your original file)
-- Click on usr/share/nutsmail/config folder
-- Select action, upload
-- Upload config.php included with this email into /usr/share/nutsmail folder, accept replace
-- Upload config_local.php included with this email into /usr/share/nutsmail folder, accept replace
-- 
-- Click on /etc folder
-- Click on /etc/apache2 folder
-- Click on httpd_squirrelmail.conf
-- Rick click, duplicate file (this creates a backup of your original file)
-- Click on /etc/apache2 folder
-- Select action, upload
-- Upload httpd_squirrelmail.conf included with this email into /etc/apache2 folder, accept replace
-- 
-- Run the Snow Leopard server administration tool against your server
-- Stop Web
-- Start Web
-- 
-- Using your browser connect to http://servername/webmail
-- 
-- You should now see the nutsmail login.

p.s. A special thanks to Tony Krzyzewski from kaon.co.nz for putting this together.</description><link>http://www.nutsmail.com/helpdesk/kb/article/17</link><pubDate>Mon, 06 Dec 2010 11:34:46 GMT</pubDate><guid isPermaLink="false">a9c3b4b1c4d1baf8895f67b0f760646d</guid></item><item><title>Installation instructions - FTP - Single Domain</title><description>From NutsMail 3.8 and up:&lt;br&gt;&lt;br&gt;

1. Create a NutsMail folder and upload all files including the skin files.&lt;br&gt;
2. Navigate to the installation, http://yourdomain.com/nutsmail&lt;br&gt;
3. Follow the setup options and it should work. &lt;br&gt;&lt;br&gt;

From NutsMail 3.7 and down:&lt;br&gt;&lt;br&gt;


&lt;p&gt;&lt;a href="/assets/files/installation-instructions.pdf"&gt;Click here to download a PDF&lt;/a&gt;&lt;/p&gt;</description><link>http://www.nutsmail.com/helpdesk/kb/article/12</link><pubDate>Mon, 06 Dec 2010 11:17:59 GMT</pubDate><guid isPermaLink="false">82e7ee7e30b7f36e8ebc22d1347df274</guid></item><item><title>What's the difference between a skin and a theme?</title><description>W2:IceBlue or XP:Summer etc... are each a single "skin", a "theme" would be the full set of skins, ie "W2" or "XP" etc...</description><link>http://www.nutsmail.com/helpdesk/kb/article/13</link><pubDate>Mon, 08 Mar 2010 10:18:02 GMT</pubDate><guid isPermaLink="false">b62a1bd22b2121ca9879fbb2fc1cad7c</guid></item><item><title> I just purchased a skin but the download link isn't working</title><description>We get a lot of fraudulent orders, because of this we manually check the payment as it comes in. 

Once it clears (24hr max waiting time but usually it's within minutes) we will activate your account.

We're sorry for any inconvenience this may cause you.</description><link>http://www.nutsmail.com/helpdesk/kb/article/14</link><pubDate>Mon, 08 Mar 2010 10:29:15 GMT</pubDate><guid isPermaLink="false">bdec1baee222d0e0d1534acb3ac711ff</guid></item><item><title>SquirrelMail and Smtp TLS</title><description>In the event that you make use of TLS for SMTP, due to them not operating together well, you need to have squirrelmail running on the same box as your mail server to get around this and not have the security concerns.</description><link>http://www.nutsmail.com/helpdesk/kb/article/16</link><pubDate>Mon, 12 Jul 2010 10:28:03 GMT</pubDate><guid isPermaLink="false">420c0a9dbfecbe65f5bfc22656c3fde4</guid></item><item><title>Changing the window title "YourDomain.com" to show the login domain instead</title><description>In a multi-domain environment you may want to have the domain name being used to login show on the title bar. 

To achieve this either:

1. Go into the config/config.php with a text editor and change
$org_name and $org_title in the config_local.php to use preg_replace("/^www\./i","",$_SERVER['SERVER_NAME']);

or

2. You can use the admin panel in the options-&gt;NutsMail Configuration and add preg_replace("/^www\./i","",$_SERVER['SERVER_NAME']); to the $org_name box. (You will only see the NutsMail config panel if you are logged in as the administrator.)
</description><link>http://www.nutsmail.com/helpdesk/kb/article/19</link><pubDate>Mon, 06 Dec 2010 10:32:02 GMT</pubDate><guid isPermaLink="false">3a5a0994bdd89cdfb0386abdadabc534</guid></item><item><title>suPHP permissions error for NutsMail installs</title><description>To turn off suPHP for the NutsMail directory add this code below:

&lt;Directory /path/to/nutsmail/setup&gt;
        suPHP_Engine off
&lt;/Directory&gt;

in the apache conf file httpd.conf or apache2.conf 

Of course change the /path/to/nutsmail/setup to the actual NutsMail install path.</description><link>http://www.nutsmail.com/helpdesk/kb/article/20</link><pubDate>Fri, 10 Sep 2010 11:40:33 GMT</pubDate><guid isPermaLink="false">85c9deb19d621d50514de84bfb2d33b6</guid></item><item><title>Error opening or finding ../data/default_pref</title><description>If you are getting a default_pref file error there are a few things to check for:

1. If the error message is about finding the file then your config/config.php settings aren't pointing to the correct /data/ folder path. Check the $data_dir path is correct.

2. If you are getting an access error "Cannot access, write or open file", most likely your permissions aren't set correctly on the /data/ folder. Check the permissions and try again. (Detailed permission settings for single domain and serverwide installs can be found in our install PDF downloads.)
</description><link>http://www.nutsmail.com/helpdesk/kb/article/18</link><pubDate>Mon, 06 Dec 2010 10:36:03 GMT</pubDate><guid isPermaLink="false">89390649e9c2f22108b9b2007de59075</guid></item><item><title>secure login plugin fails</title><description>In the event of issues with the secure login plugin - be sure the following value is set in functions/global.php:

// Allow login_secure switch from https to http
$only_secure_cookies = false;

This should resolve your issue with the secure login plugin/module.</description><link>http://www.nutsmail.com/helpdesk/kb/article/15</link><pubDate>Sat, 03 Jul 2010 09:47:11 GMT</pubDate><guid isPermaLink="false">6a055a3fcc27ae0577d6056919b75a9c</guid></item><item><title>Installing the shared calendar plugin</title><description>The shared calendar plugin replaces the default calendar plugin so there are a few steps to make sure there are no conflicts. 

(If you're running under the admin email address you can access all the config options through options-&gt;NutsMail Configuration

Backup your default calendar folder
Upload all the shared calendar files into a folder called calendar
Disable the small_cal plugin as shared calendar comes with it's own small_cal.
Enable a file system plugin calendar_file_backend

Reload and it should work.
</description><link>http://www.nutsmail.com/helpdesk/kb/article/23</link><pubDate>Mon, 06 Dec 2010 11:04:51 GMT</pubDate><guid isPermaLink="false">ca478a5a54234d049173b1841d3ab284</guid></item><item><title>Changing the default login screen (Enterprise package)</title><description>As we purchase the full pack and we have i:theme  as first screen at login, I would like to change that to web2.0 login screen, can you suggest the better way to do this.

If you go into options-&gt;Configure NutsMail-&gt;Default desktop theme you can set what login theme to use. If you don't see the "Configure NutsMail" in options then please add your email address to the admin in config/config.php file and try again.</description><link>http://www.nutsmail.com/helpdesk/kb/article/26</link><pubDate>Thu, 20 Jan 2011 12:01:25 GMT</pubDate><guid isPermaLink="false">039b1b825c41ea14f07022143eb9e5e5</guid></item><item><title>Upgrading to NutsMail 3.8</title><description>Using the upgrade package:

1. Backup your data and attach folder.
2. Upload and replace all files.
3. Change permissions to full install folder to chmod 755
4. Change permissions of the config folder and all files inside to 777
5. Navigate to the install and it automatically sets you up with the latest config options.
6. Edit config/config.php $config_admin_account = "admin_email@yoursite.com"; to access the configuration through NutsMail when the admin is logged in.</description><link>http://www.nutsmail.com/helpdesk/kb/article/24</link><pubDate>Mon, 06 Dec 2010 11:44:18 GMT</pubDate><guid isPermaLink="false">160608690cd188653d211b288cf68990</guid></item><item><title>cPanel install. The server was not able to find the document (./3rdparty/nutsmail) you requested.</title><description>Make sure you have a slash at the end of your path http://domain.com/3rdparty/nutsmail/</description><link>http://www.nutsmail.com/helpdesk/kb/article/22</link><pubDate>Mon, 06 Dec 2010 10:54:11 GMT</pubDate><guid isPermaLink="false">4d3c52c6aa5223922931cf94f5dc7079</guid></item><item><title>First time loading in cPanel it says Access denied</title><description>Your permissions aren't setup correctly. chmod -R 755 install directory.</description><link>http://www.nutsmail.com/helpdesk/kb/article/21</link><pubDate>Mon, 06 Dec 2010 10:52:46 GMT</pubDate><guid isPermaLink="false">7a66793b51c74138707bb83ae2f7ef91</guid></item></channel></rss>

