PDA

View Full Version : neotech / squirrelmail



cwf
05-01-2005, 04:29 PM
Hi y'all,

Is it right that squirrelmail has an unlimited storage and neotech just 10 MB?

And how can I set squirrelmail as default @ domein.com/webmail?

Thanks in anticipation! :)

jmstacey
05-01-2005, 04:51 PM
http://help.directadmin.com/item.php?id=34


And how can I set squirrelmail as default @ domein.com/webmail?
You can modify the Alias in the httpd.conf file swapping squirrelmail and Uebimiau's

cwf
05-02-2005, 03:01 AM
Thank you :)

But another Q: which mail programm can you recommend? I've always used squirrelmail, but maybe neotech is better?

jmstacey
05-02-2005, 09:23 AM
I've been using squirrelmail as my sole email handling application, as such I think it's the best :p
But I'm sure there are other, "more advanced" ones out there.

cwf
05-02-2005, 09:32 AM
Hehe, thanks, I'll use squirrelmail to :):p

cwf
05-03-2005, 11:59 AM
Originally posted by jmstacey
http://help.directadmin.com/item.php?id=34


You can modify the Alias in the httpd.conf file swapping squirrelmail and Uebimiau's

httpd.conf seems te be right already. How can i set squirrelmail as default :) ?

vandal
05-03-2005, 12:07 PM
search httpd.conf for:

Alias /webmail /var/www/html/webmail/

and change the end part so it looks like

Alias /webmail /var/www/html/squirrelmail/

restart apache and you are good to go.

and yes squirrel is a much better mail application as it uses IMAP and ubiemail uses pop3 to access the accounts. That way everytime a user would check their mail there would be two sets of the messages on your server.

cwf
05-03-2005, 12:10 PM
Thanks for you quick reply! I'm going to try it out right now :)