Re: What issues, if any are there trying to add SquirrelMail to Xaraya?
"Scott Lockwood" <vlad-OS38B0jNyIj2eFz/[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.curiosa |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
"Chris Dudley" <[email protected]> wrote in message news:b4fu9n$ou9$2-FogMEOs31dotat4ziPANHlKoq+OfwspIVIuBW6zZ0iQ@public.gmane.org > what is squirrelmail and what does it do? http://www.squirrelmail.org/index.php Squirrelmail is a simple php-based webmail client. Basically, it allows users to have a hotmail style email interface. It depends on having IMAP, and the user in question would need a mailbox on the server as well as a user account, but other than that, it's pretty darn simple to setup. The basics, if you're interested are to first get the package, and then: tar -zxvf squirrelmail-1.2.11.tar.gz mv squirrelmail-1.2.11 squirrelmail cd squirrelmail mkdir attachments chmod -R 777 attachments data ./configure #at this point, you'll answer some questions, be sure and hit all the menu options. chown -R www.www data attachments chmod -R 730 attachments And that's about it. I'm looking at possibly using Xaraya as the basis of a system for a small business I'm working with, and want to add webmail to the system for them.