
13th August 2005, 08:11
|
|
Member
|
|
Join Date: Aug 2005
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Webmail instructions missing
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.
|

13th August 2005, 08:12
|
|
Member
|
|
Join Date: Aug 2005
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by bosei
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.

|
apt-get install also fails to find package.
|

13th August 2005, 12:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
|
|
Quote:
|
Originally Posted by bosei
The Admin manual says you can use the update page to install uebimiau. i have tried anf it just comes up with various errors.
|
If you dont post the errors here, i cant help you.
Quote:
|
Originally Posted by bosei
Is there a simple way to install this last part or is there a way to use Squirrelmail?
|
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 by till; 13th August 2005 at 16:59.
|

13th August 2005, 15:54
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
|
|
Quote:
|
Originally Posted by bosei
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.

|
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!
|

14th August 2005, 05:13
|
|
Member
|
|
Join Date: Aug 2005
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Webmail instructions missing
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.
- 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?
- 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
|

14th August 2005, 12:30
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 19,805
Thanks: 285
Thanked 1,805 Times in 1,357 Posts
|
|
Quote:
|
Originally Posted by bosei
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?
|
It's up to your clients, they can use the webmailer they prefer.
Quote:
|
Originally Posted by bosei
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.
- 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?
|
- You have to set
Code:
register_globals = On
in your php.ini
Quote:
|
Originally Posted by bosei
- 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?
|
Did you get any error messages in the mail.log when you try to send mails?
|

14th August 2005, 16:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,853
Thanks: 781
Thanked 1,558 Times in 1,477 Posts
|
|
Quote:
|
Originally Posted by bosei
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?
|
You can also enter
Code:
php_admin_flag register_globals on
in the Apache Directives field for this web site in ISPConfig.
|

16th August 2005, 01:15
|
|
Member
|
|
Join Date: Aug 2005
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by till
It's up to your clients, they can use the webmailer they prefer.
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?
|
Quote:
|
Originally Posted by falko
You can also enter
Code:
php_admin_flag register_globals on
in the Apache Directives field for this web site in ISPConfig.
|
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.
|

22nd December 2005, 18:28
|
|
Member
|
|
Join Date: Aug 2005
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by bosei
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. 
|
Worked great. resolved
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 23:23.
|
Recent comments
14 hours 50 min ago
20 hours 6 min ago
20 hours 17 min ago
20 hours 25 min ago
21 hours 27 min ago
23 hours 35 min ago
1 day 2 hours ago
1 day 2 hours ago
1 day 2 hours ago
1 day 3 hours ago