1.

Solve : WebMail i.e. squirrelmail setup in Linux5?

Answer»

Dear Friend

To configure webmail in linux5, I’ve followed below procedures:

-   Squirrelmail-1.4.2.tar.gz and UNZIPPED under the folder /var/www/html
-   cd squirrelmail-1.4.2
-   cd config
-   within this directory, ./conf.pl
-   From main menu, I did choose 2 for domain (i.e. arafapparels.com). This is my official domain
-   Then save and exit
-   For IMAP setting, I did choose D
-   Selected uw and save, then exit
-   Then from command line, I wrote chown –R apache.apache /var/www/html/data (I created folder data in the above path)
-   I created a folder named as attach to keep ATTACHMENT in /var/www/html i.e. /var/www/html/attach
-   Then typed grep –R apache /var/www/html/attach
-   Then typed chmod 730 /var/www/html/mail/attach (Here squirrelmail-1.4.2 directory has been moved to mail directory)
-   Then from web browser/Internet explorer, I typed http://localhost/mail/
-   Here Username & Password appears. Previously I have created username.
-   But when put Username & Password, below error message displays

Error connecting to IMAP server: localhost
13: Permission denied
But I gave permission by chmod 777 /var/www/html/mail

Please HELP, what should I do now to RESOLVE the difficulties.

Regards,
Pervez



Discussion

No Comment Found