Webmail instructions missing

Discussion in 'Installation/Configuration' started by bosei, Aug 13, 2005.

  1. bosei

    bosei Member

    The Admin manual says you can use the update page to install uebimiau. i have tried anf it just comes up with various errors. Is there a simple way to install this last part or is there a way to use Squirrelmail?

    Please help.

    :eek:
     
  2. bosei

    bosei Member


    apt-get install also fails to find package.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    If you dont post the errors here, i cant help you.

    What is simple? Make a new site with PHP enabled, download the squirrelmail package from squirrelmail.org and follow the instructions that are inside the squirrelmail.tar.gz file.
     
    Last edited: Aug 13, 2005
  4. falko

    falko Super Moderator ISPConfig Developer

    I guess you tried to install a tar.gz file you downloaded from the Uebimiau web site. This doesn't work! You have to take the webmail package (extension .pkg) from the ISPConfig website:
    http://www.ispconfig.org/downloads/webmail.pkg

    Those .pkg files are versions adjusted to ISPConfig! You cannot take other files!
     
  5. bosei

    bosei Member

    Thanks guys.

    I was installing from the .pkg file downloaded from ISPConfig site but I was attempting the install remotely from another workstation. As soon as i tried it from the subject server... it worked like a charm.

    It seems I have SquirrelMail installed as well. Will there be any clashes or does it just mean choice for my clients?

    I have a few more questions so i hope y'all don't mind too much as you have helped me install all of this in days rather than weeks/months. :D

    1. just tried installing oscommerce and it errored with "FATAL ERROR: register_globals is disabled in php.ini, please enable it!" Can this be fixed or will it hard my ispconfig install and if no then can anyone recommend another shop/basket?
    2. I have the subject server behind a seperate firewall which allows me to port-forward so everything can now be seen from the outside except Postfix allows receiving of mails but not sending. the internal IP is 192.168.1.5 (DMZ local address), pointing to an external address (say 173.36.29.81) which is on the wan side of the firewall. I think postfix does not allow clients on a different subnet to send mail although they can receive. i have not made any changes to postfix configs etc what is in the tutorial best ever.... SuSE 9.3. Can anyone help with this one?

    Finally, a big thank you to Falko... your guide is fantastic and has saved me a lot of time after attempting several other tutorials on the postfix homepage. May I suggest you put a link there as I for one will be evangelising about ISPConfig to anyone who will listen.


    Many many thanks
    :cool:
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    It's up to your clients, they can use the webmailer they prefer.




    1. You have to set
      Code:
      register_globals = On
      in your php.ini


    Did you get any error messages in the mail.log when you try to send mails?
     
  7. falko

    falko Super Moderator ISPConfig Developer

    You can also enter
    Code:
    php_admin_flag register_globals on
    in the Apache Directives field for this web site in ISPConfig.
     
  8. bosei

    bosei Member


    Thanks for the rapid replies guys. I will try all this tomorrow night as I have now been up 3 days and I gotta go earn a crust in the morning. :(

    Just one other thing i would like to say.... You guys are a total credit to your product and the forum. :cool:
     
  9. bosei

    bosei Member


    Worked great. resolved
     

Share This Page