April 29, 2024, 04:03:40 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to configure sendmail so that we can access it in browse  (Read 2537 times)

Offline praful_thakare

  • Linux Noob !
  • *
  • Posts: 24
Hello linux Gurus

is it possible to access vi browser? if yes then
how to configure sendmail so that i can access it in browser...?
please tell me stpe by step procedure ........
\\
j

thanks in advanced

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
how to configure sendmail so that we can access it in browse
« Reply #1 on: July 01, 2006, 06:36:55 AM »
You need webbased frontend for your mail system. You can try Horde or squirrelmail.

Offline praful_thakare

  • Linux Noob !
  • *
  • Posts: 24
squirrelmail configuration
« Reply #2 on: July 03, 2006, 10:37:55 AM »
Hello Rickey

Thanks ...but can u tell me how can i configure my sendmail file  to access it in browser..and also squirrelmail config file...is there any changes in config.php i hav to do?

also i php config is there any configuration change..?
i installed squirrelmail rpm but not geeting it in broser

i have web server...

can u give one sample file of the same....
thanks in advanced

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
how to configure sendmail so that we can access it in browse
« Reply #3 on: July 04, 2006, 02:18:24 AM »
If I m not wrong .. there is a executable file conf.pl , in squirrelmail dir, just make changes in  that file..using command

#./conf.pl
There are number of optons there
U have to give ur  domainname,sendmail server and imap server.., U can give that in corresponding options..

Before giving  imap server, be sure it must be started on ur server

#/etc/xinetd.d/imap
change disable=yes to disable=no
atart the service by:
#service xinetd restart
After that go to your web browser ,then type url as
127.0.0.1/webmail
or
localhost.localdomain/webmail
or
domainname/webmail
{
where domainname is your Domain......}

but before using squirrelmail , ensure that ur named ,httpd,sendmail must be restarted}


Gaurav