Configuration of Squirrelmail
Squirrelmail is used to integrate sendmail with front end interface so that a user can logging through browser.
Install all require packages for squirrelmail along with there dependency.
[root@mail ~]# yum install httpd* perl-5* php* curl* dovecot* cyrus*
squirrelmail* -y
NOTE :If some packages files are missing it is better to reinstall the
packages by rpm command forcefully.
[root@mail ~]# mount 192.168.0.250:/var/ftp/pub/Server /mnt
[root@mail ~]# mount
[root@mail ~]# cd /mnt
[root@mail mnt]# ls
[root@mail mnt]# rpm -ivh httpd* perl-5* php* curl* dovecot* cyrus*
squirrelmail* --force
[root@mail ~]# service sendmail restart
[root@mail ~]# service httpd restart
[root@mail ~]# service httpd restart
[root@mail ~]# service dovecot restart
Or
Or
[root@mail ~]# service cyrus-imapd restart
[root@mail ~]# service saslauthd restart
CLIENT SIDE CONFIGURATION
Step 1)
Provide the IP OF DNS.
[root@mail ~]# vi /etc/resolv.conf nameserver 192.168.0.X
:wq!
Step 2)
Open the Browser and provide the following url.
or
No comments:
Post a Comment