LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How postfix works with squirrelmail in RHEL6 ?? (https://www.linuxquestions.org/questions/linux-newbie-8/how-postfix-works-with-squirrelmail-in-rhel6-917006/)

iftikhar.tutul 12-04-2011 12:20 AM

How postfix works with squirrelmail in RHEL6 ??
 
In RHEL-6 I dont find any squirrelmail package. So how can I get this rpm and how it works with postfix ? please let me tell this details.

TB0ne 12-04-2011 05:42 PM

Quote:

Originally Posted by iftikhar.tutul (Post 4541426)
In RHEL-6 I dont find any squirrelmail package. So how can I get this rpm and how it works with postfix ? please let me tell this details.

Did you bother to try to look?? Since you're using RHEL6, you have access to their knowledegbase...you ARE paying for RHEL, aren't you? Even if not, a quick Google search turns up an article from RedHat:
https://bugzilla.redhat.com/show_bug.cgi?id=586596

...and if you want to install it, how about just going to Squirrelmail's website, and downloading it?
http://squirrelmail.org/docs/admin/admin-3.html

coolsg5636 12-04-2011 09:01 PM

Postfix - is part of InstallMedia repo so you can install it from RHEL 6 DVD/ISO.

Remember that Sendmail is the default MTA(Mail Transfer Agent) for RHEL and if you want to user postfix and you need to change the default MTA (let me know if you cannot find any information on how to change MTA)

Squirrelmail - you have to download it from its website.

You will also need IMAP/POP server so you can use it with squirrelmail and Apache server to host squirrelmail.

Dovecot is the default and free IMAP/POP server which comes with RHEL and it is also part of Installmedia repo.

You can use this additional link for reference.

http://www.linuxhomenetworking.com/w...x_Mail_Servers

prayag_pjs 12-05-2011 01:35 PM

Install Postfix
Download squillermail at /var/www/html from here
Code:

wget -c http://squirrelmail.org/countdl.php?fileurl=http%3A%2F%2Fprdownloads.sourceforge.net%2Fsquirrelmail%2Fsquirrelmail-webmail-1.4.22.tar.gz
Small trick :
Code:

Configure squirrelmail:
# cd /var/www/html/squirrelmail
# ./configure

Modify Organization Preferences and Server Settings.
After changes server settings will be:
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings
General
-------
1. Domain : example.com
2. Invert Time : false
3. Sendmail or SMTP : SMTP
A. Update IMAP Settings : server1.example.com:143 (other)
B. Update SMTP Settings : localhost:25

Modify timezone settings :
# vim /etc/php.ini
date.timezone = "Your timezone"

Restart Apache(Confirm you have apache)
# /etc/init.d/httpd restart

Access Squirrelmail:
http://localhost/squirrelmail or http://ur-ip/squirrelmail


All times are GMT -5. The time now is 05:53 PM.