Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 15 of 54
  1. #1
    Member
    Join Date
    Nov 2002
    Location
    Delaware
    Posts
    67

    Default Alternate Web Based Email - Quick And Dirty Install.

    =============================

    Sorry Everyone....

    Sitehostz.com was moved to another one of our servers and I forgot about the links in the forums about squirrelmail.

    For those who are following instrutions for other installs, Our version has various other plugins installed that added all of the additional features.

    I will update the link in a few minutes..


    ==============================


    Many of our clients were tired of having to login twice to get to thier email accounts online while being away from home. So we took the latest version of Squirrel Mail, added the most requested plugins and now have a Free Web Based Email Client that offers more features than those found on many commercial email scripts.

    Some of the most notable features are:
    External Pop3 Checker (Check unlimited accounts)
    Email compose, Spell Checker
    Incoming email translation.
    Mail Filters
    Spam Filers
    Spam Cop Reporting
    Html Email Viewing
    Built in Calander
    Mini Message Window, Shows when you new get emails
    And more.. Add more plugins sitewide in a snap.

    We have done a basic configuration so that you simply need to download the the file, unzip it, add a simple Alias to the top of httpd.conf, restart Apache and now every client or domain hosted on your server can use the same web based email client by going to http://thierdomain.com/email

    For anyone who wishes to try this out, Follow the instructions below:

    1) Login as root and cd /usr/local

    2) wget http://www.sitehostz.com/files/email.tar.gz

    3) tar -zxvf email.tar.gz

    4) cd /usr/local/apache/conf

    5) pico httpd.conf

    6) at the very top of the file just under the Bandmin Alias, Add the exact same line for the email program like the following.

    Alias /email /usr/local/email/

    7) Restart apache.... /usr/local/apache/bin/apachectl restart

    8) Now visit yourdomain.com/email and tell all of your clients that they can do the same.


    To add new email accounts to be used with SquirrelMail, Simply login to your control panel and add the email accounts. For anyone who has multiple accounts, Use your main email account such as webmaster@yoursite.com to login with all of the time. Once logged in, setup the simple pop3 email checker to check all of your existing email accounts except for the one you choose to use as the main account. Now, everytime you log into the web based mail, you just checked all of your cpanel email accounts at once.

    A quick way to check all of your email accounts is to use webmaster@yoursite.com and set this email addy as the default email under your control panel email settings.
    Last edited by sitehostz; 04-20-2003 at 11:05 AM.

  2. #2
    Member
    Join Date
    Nov 2002
    Location
    Delaware
    Posts
    67

    Default

    You can also try a demo first if you like...

    http://www.sitehostz.com/email/

    UN: demo@sitehostz.com
    PW demo

  3. #3
    Member
    Join Date
    Sep 2002
    Posts
    45

    Default

    An even quicker way to check your email without logging in twice is to use http://www.yourdomain.com/webmail. This works on all of my servers.

  4. #4
    Member
    Join Date
    Oct 2001
    Posts
    651

    Default

    Originally posted by rcthost
    An even quicker way to check your email without logging in twice is to use http://www.yourdomain.com/webmail. This works on all of my servers.
    You still get a double login for Horde.
    Marty Hoskins
    TLC Web Enterprises

  5. #5
    Member
    Join Date
    Nov 2002
    Location
    Delaware
    Posts
    67

    Default

    Hello,
    The main reason for the post is that with SquirrelMail, We can check all of our pop accounts at once. Somcething that you can't do with horde or at least couldn't before.

    Chris

  6. #6
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    After 3 days of work I created 4 php scripts where the client
    insert the user and password and login (using ssl or not)
    pressing a button (absolutely no other prompt) .
    It works inside the control panel or outside the control panel , for example on the client domain name . It works perfectly with horde or neomail , it works also with ssl without no double prompt .
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  7. #7
    Member
    Join Date
    Apr 2003
    Posts
    17

    Default

    ...any chance you could share your login script with us ... we are all looking for such a script. Thanks!

    John
    ---------------
    John

  8. #8
    Member
    Join Date
    Oct 2001
    Posts
    651

    Default

    Where did the download go?
    Marty Hoskins
    TLC Web Enterprises

  9. #9
    Member
    Join Date
    Mar 2003
    Posts
    863

    Default Re: Alternate Web Based Email - Quick And Dirty Install.

    Originally posted by sitehostz
    Many of our clients were tired of having to login twice to get to thier email accounts online while being away from home. So we took the latest version of Squirrel Mail, added the most requested plugins and now have a Free Web Based Email Client that offers more features than those found on many commercial email scripts.

    Some of the most notable features are:
    External Pop3 Checker (Check unlimited accounts)
    Email compose, Spell Checker
    Incoming email translation.
    Mail Filters
    Spam Filers
    Spam Cop Reporting
    Html Email Viewing
    Built in Calander
    Mini Message Window, Shows when you new get emails
    And more.. Add more plugins sitewide in a snap.

    We have done a basic configuration so that you simply need to download the the file, unzip it, add a simple Alias to the top of httpd.conf, restart Apache and now every client or domain hosted on your server can use the same web based email client by going to http://thierdomain.com/email

    For anyone who wishes to try this out, Follow the instructions below:

    1) Login as root and cd /usr/local

    2) wget http://www.sitehostz.com/files/email.tar.gz

    3) tar -zxvf email.tar.gz

    4) cd /usr/local/apache/conf

    5) pico httpd.conf

    6) at the very top of the file just under the Bandmin Alias, Add the exact same line for the email program like the following.

    Alias /email /usr/local/email/

    7) Restart apache.... /usr/local/apache/bin/apachectl restart

    8) Now visit yourdomain.com/email and tell all of your clients that they can do the same.


    To add new email accounts to be used with SquirrelMail, Simply login to your control panel and add the email accounts. For anyone who has multiple accounts, Use your main email account such as webmaster@yoursite.com to login with all of the time. Once logged in, setup the simple pop3 email checker to check all of your existing email accounts except for the one you choose to use as the main account. Now, everytime you log into the web based mail, you just checked all of your cpanel email accounts at once.

    A quick way to check all of your email accounts is to use webmaster@yoursite.com and set this email addy as the default email under your control panel email settings.
    Im sorry but after running this demo i found it to be flawed. If your running Squirrelmail then you should not allow the email address to be changed by the user, IDENTITY should be turned of under the ./config settings. Also, what did you set this as as being? The server seems to be running as a Courier server based on the default Inbox'es. cPanel does not use Courier!!!

  10. #10
    Member
    Join Date
    Oct 2001
    Posts
    651

    Default

    It is no more flawed than Horde or Neomail. You can do the same in both of those. Check out the preferences in them.
    Marty Hoskins
    TLC Web Enterprises

  11. #11
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    Originally posted by JohnL
    ...any chance you could share your login script with us ... we are all looking for such a script. Thanks!

    John
    I can share my scripts in exchange of something else created from you . I am searching php scripts to monitor my 2 servers
    for example.. (to monitor services such as cpu resources , mysql status..) . Contact me in pm if you have something to exchange.
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  12. #12
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    I am searching php scripts to monitor my 2 servers
    do you have to have php to do this..I use BigBrother to monitor all our server from one box...its really great little program

    http://bb4.com/

  13. #13
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    root@bliss [/usr/local]# wget http://www.sitehostz.com/files/email.tar.gz
    --08:08:35-- http://www.sitehostz.com/files/email.tar.gz
    => `email.tar.gz'
    Resolving www.sitehostz.com... done.
    Connecting to www.sitehostz.com[67.98.96.213]:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    08:08:35 ERROR 404: Not Found.
    hey..can you fix this???

  14. #14
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    Originally posted by WeMasterz5
    do you have to have php to do this..I use BigBrother to monitor all our server from one box...its really great little program

    http://bb4.com/
    Your program is great (I don't think you want exachange it
    with my 3/4 little php scritps to login on horde/neomail without double prompt ...)

    [....However just to say , I am searching( and working from several days) on a little (low cpu usage) single php program which should be able to do this :

    It should be installed on a server B and it should check server A using a cron every 5/10 minutes .
    It should notify me via email , sms (using the email to sms notification) especially when ...

    0) exim/email is not working
    1) exim queue over a determinate value
    2) Apache Max client apache over a determinate value
    3) http is not reachable
    4) https is not reachable
    5) mysql connections is not working
    6) interchange is not working
    7) a new 0:0 line created on /etc/passwd
    8) abnormal bandwidth usage
    9) other thinking ...

    Then it should execute some anti-intrusion check
    and notify if some possible intrusion has been detected .
    ....]

    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  15. #15
    Member
    Join Date
    Oct 2001
    Posts
    651

    Default

    I just did the install from Scratch. I will post the instructions as soon as I get a chance.
    Marty Hoskins
    TLC Web Enterprises

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Similar Threads & Tags
Similar threads

  1. Web based email?
    By Spartan123 in forum E-mail Discussions
    Replies: 8
    Last Post: 08-10-2007, 07:32 PM
  2. IMAP and web based email problem
    By teddymills in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-26-2005, 04:14 PM
  3. connecting to web based email
    By robbrown in forum cPanel and WHM Discussions
    Replies: 11
    Last Post: 07-02-2004, 05:52 AM
  4. 6.4.2-S75 and NO web-based email
    By WeMasterz5 in forum cPanel and WHM Discussions
    Replies: 9
    Last Post: 07-01-2003, 09:11 PM
  5. Web based EMail Setup
    By admin-bgisp in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 05-10-2002, 08:59 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube