squirrelmail skins?

Whyti

Verified User
Joined
Apr 29, 2005
Messages
14
Hi,

Quick question from a squirrelmailnoob :)... I looked for it on the internet already, but are there other skins for squirrelmail which are easily to import? Is it possible to import them trough DA with an plugin? I know Nutsmail, but you can't install it trough DA I think..

Hope you can help me anyway...

W.
 
Last edited:
Nutsmail is the only one I know of for Squirrelmail. It's good looking. I've never used it and it cannot be installed through DirectAdmin; you'd need to do it through the shell.

Jeff
 
nutsmail is pretty easy to install serverwide and easy to customise. There licencing doesnt work, so there are no issues if there servers are down.
 
Have you solved the problem so it automatically sets up the proper From address for both server accounts (username) and virtual email accounts ([email protected])?

Jeff
 
Has anyone managed to solve this issue? I tested and mail is coming from ([email protected]).

Any assistance would be very much appreciated.

Errol

Ok I have sorted it now for those that are interested see the steps below:

1. cd /var/www/html/your_nutsmail_path/config/
2. edit config.php
3. find the line

$domain = $_SERVER['SERVER_NAME'];

and comment it out or replace with

$domain = $_SERVER['HTTP_HOST'];
while (sizeof(explode('.',$domain))> 2) {
$domain = substr($domain,strpos($domain,'.') + 1);
}

4. service httpd restart (not sure if this step matters but i did it anyway)

5. Test it!


Your emails sent from Nutsmail should now have the correct FROM address Example: ([email protected]) instead of ([email protected]).

Hope this was helpful

regards,

Errol
 
Last edited:
I would recommend staying away from SquirrelOutlook. It hasn't been updated in a while and many issues have been fixed in SquirrelMail since the last time this was updated. SquirrelOutlook is not just a skin for SquirrelMail, it is actually it's own distribution of SquirrelMail and is based on a version of SquirrelMail that has been outdated for quite some time now. But, this is just my opinion. :)
 
Special Thanks for your idea and inform me...
but if i want install sckin from squrrielmail.org how can i do that?
specila thanks
bye
 
Back
Top