<?xml version="1.0"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
		<channel><title>[Nutsmail Support Center] Recently Changed Articles</title><link>http://www.nutsmail.com/helpdesk/rss/kb/recent_changes</link><description></description><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>Installing a new language in squirrelmail and nutsmail</title><description>Squirrelmail comes with international language capability and supports a large number of languages.
Due to the large file-size we don't provide the locale package with our packages, if you want to install your
language you'll need to download it from: http://squirrelmail.org/download.php and scroll down to the
Translations&#xC2;&#x9D; section, there are direct links for the full language package, and a link to a list of individual
language packages is there as well. To install a language file, extract the package to a directory on your
computer and upload all the files to the root of your Nutsmail setup. You can now set your language as the
default language if you wish by editing config.php and look for this line:
$squirrelmail_default_language = 'en_US';
Change the value to match your language, ie fr_FR is french, es_ES is spanish etc...</description><link>http://www.nutsmail.com/helpdesk/kb/article/30</link><pubDate>Fri, 22 Jul 2011 13:41:35 GMT</pubDate><guid isPermaLink="false">9827e4d49c66c2498712102364d72659</guid></item><item><title>NutsMail does not logout properly</title><description>Make sure you have this set in your config.php settings:

$signout_page variable to: $signout_page = '/webmaillogout.cgi';</description><link>http://www.nutsmail.com/helpdesk/kb/article/29</link><pubDate>Thu, 10 Mar 2011 10:12:00 GMT</pubDate><guid isPermaLink="false">9a733a6b6c347f8c19d5aa8e042d8ddc</guid></item><item><title>Double cPanel login</title><description>To avoid the double login you will need to install the cPanel login_auth plugin. Simply replace the one in your NutsMail/plugin folder with the cPanel version. Also make sure that the plugin is enabled in the config.php (or if you are using the Global admin settings in your webmail you can do it from there as well). 

You can download the cPanel login_auth plugin from the public members downloads.</description><link>http://www.nutsmail.com/helpdesk/kb/article/28</link><pubDate>Wed, 09 Mar 2011 08:24:43 GMT</pubDate><guid isPermaLink="false">f48107f2bc46548c6f8de7e06f14dfae</guid></item><item><title>File not found error when trying to access plugin links</title><description>If you're files are not being found or none of the plugins show up it's probably a permissions problem. Make sure that you change your entire NutsMail directory to 755. </description><link>http://www.nutsmail.com/helpdesk/kb/article/27</link><pubDate>Mon, 07 Mar 2011 12:26:24 GMT</pubDate><guid isPermaLink="false">8b2d0e95fcddb6d45b0d8347f1033114</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>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 - 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>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>Mac OS X server error "Invalid password"</title><description>Mac OS X servers need these 2 options to work, make sure they have been edited in the config/config.php

$imap_auth_mech = 'cram-md5';
$imap_server_type	= 'cyrus';</description><link>http://www.nutsmail.com/helpdesk/kb/article/25</link><pubDate>Mon, 06 Dec 2010 11:11:05 GMT</pubDate><guid isPermaLink="false">8f16ab9cb47899e46edcb2cfdeaaf42f</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>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><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>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>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>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'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>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>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>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> 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>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></channel></rss>

