[imp] Horde webmail install - 'webmail-install not installing'
Hi, I have been trying to install horde webmail using the instructions located at 'http://www.horde.org/apps/webmail/docs/INSTALL#installing-with-pear' all appears to go OK until i run horde install -a -B horde/webmail I the following output # pear install -a -B horde/webmail WARNING: "pear/Console_Getopt" is deprecated in favor of "pear/Console_GetoptPlus" Failed to download pear/Text_CAPTCHA within preferred state "stable", latest release is version 0.5.0, stability "beta", use "channel://pear.php.net/Text_CAPTCHA-0.5.0" to install Failed to download pear/Text_LanguageDetect within preferred state "stable", latest release is version 0.3.0, stability "alpha", use "channel://pear.php.net/Text_LanguageDetect-0.3.0" to install Failed to download pecl/sasl within preferred state "stable", latest release is version 0.1.0, stability "alpha", use "channel://pecl.php.net/sasl-0.1.0" to install Failed to download pecl/idn within preferred state "stable", latest release is version 0.2.0, stability "beta", use "channel://pecl.php.net/idn-0.2.0" to install Unknown remote channel: pear.phpunit.de Unknown remote channel: pear.nrk.io Unknown remote channel: pear.phpunit.de WARNING: "pear/HTTP_Request" is deprecated in favor of "pear/HTTP_Request2" horde/Horde_Core can optionally use package "pear/Text_CAPTCHA" horde/Horde_Core can optionally use package "pear/Text_LanguageDetect" horde/Horde_Core can optionally use PHP extension "sockets" horde/Horde_Date can optionally use PHP extension "calendar" horde/Horde_Db can optionally use PHP extension "mysqli" horde/Horde_Controller can optionally use PHP extension "zlib" horde/Horde_Auth can optionally use package "pecl/sasl" horde/Horde_Auth can optionally use PHP extension "ftp" horde/Horde_Cache can optionally use PHP extension "eaccelerator" (version >= 0.9.5, version <= 0.9.6, excluded versions: 0.9.6) horde/Horde_Mime can optionally use package "pecl/idn" horde/Horde_Serialize can optionally use PHP extension "bz2" horde/Horde_Serialize can optionally use PHP extension "wddx" horde/Horde_Serialize can optionally use PHP extension "zlib" horde/Horde_Vfs requires package "pecl/ssh2" (version >= 0.12), installed version is 0.11.3 horde/Horde_Vfs can optionally use PHP extension "ftp" horde/gollem requires package "horde/Horde_Vfs" (version >= 2.0.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/groupware requires package "horde/gollem" (version >= 3.0.1, version <= 4.0.0alpha1, excluded versions: 4.0.0alpha1) horde/horde requires package "horde/Horde_Vfs" (version >= 2.0.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/kronolith requires package "horde/horde" (version >= 5.0.0, version <= 6.0.0alpha1, excluded versions: 6.0.0alpha1) horde/mnemo requires package "horde/horde" (version >= 5.0.0, version <= 6.0.0alpha1, excluded versions: 6.0.0alpha1) horde/nag requires package "horde/horde" (version >= 5.0.0, version <= 6.0.0alpha1, excluded versions: 6.0.0alpha1) horde/trean requires package "horde/horde" (version >= 5.0.2, version <= 6.0.0alpha1, excluded versions: 6.0.0alpha1) horde/trean requires package "horde/Horde_Vfs" (version >= 2.0.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/turba requires package "horde/horde" (version >= 5.0.0, version <= 6.0.0alpha1, excluded versions: 6.0.0alpha1) horde/Horde_Http can optionally use PHP extension "curl" horde/Horde_Http can optionally use PHP extension "http" horde/Horde_Image can optionally use PHP extension "zlib" horde/Horde_Rpc can optionally use PHP extension "soap" horde/Horde_Rpc can optionally use PHP extension "xmlrpc" horde/Horde_Timezone requires package "horde/Horde_Vfs" (version >= 2.0.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Test requires package "channel://pear.phpunit.de/PHPUnit" (version >= 3.5.0) horde/Horde_Crypt can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Pdf can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Routes can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Ldap requires PHP extension "ldap" horde/Horde_Ldap can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Compress can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Compress can optionally use PHP extension "zlib" horde/Horde_Compress_Fast can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_Log can optionally use package "horde/Horde_Test" (version >= 2.1.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1) horde/Horde_SessionHand
[imp] PDO Exception with Pgsql
I am running horde 5.2.6 with php version 5.4.16 on a Centos V7 system the database is postgres which is accessed via sockets. When I ran webmail-install everything worked correctly and the database was configured. when I attempt to open /horde/admin/config I am getting the errorA fatal error has occurred Could not instantiate PDO. PDOException: SQLSTATE[08006] [7] could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? Details have been logged for the administrator. when I open /horde/test.php I have PDO: Yes, and PostgreSQL Support: Yes I have looked in /etc/php.ini and confirmed the following extensions extension=pdo_pgsql.so extension=pgsql.so extension=pdo.so the socket /tmp/.s.PGSQL.5432 exists. any ideas on the issue? -- Barry Banpen Fugyou - 10,000 Changes, No surprises Key Fingerprint: 4CFF 5276 1BF5 DFD4 684B CBD2 E414 6292 D40E BBFD This message was sent using IMP, the Internet Messaging Program. -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] Unable to configure Horde Webroot
I have installed php 5.4.16 on a Centos 7.1 server with Horde 5.2.6. Horde was installed and configured using pear. My install is located at /var/www/webmail I have created a horde.conf file for httpd that is Alias /horde/ /var/www/webmail/ Options +FollowSymLinks Order allow,deny Allow from all I have a few problems with the final configuration or Horde that I am unable to resolve. When I run webmail-install it runs correctly. But when I try and a URL such as https:///horde/admin/config the URL reverts to /. When I call up the horde test.php page everything displays correctly and shows that horde is correctly installed. But when I click on a URL to run tests for imp for instance the URL is displayed as /test.php?app=imp instead of /horde/test.php?app=imp. This occurs with all horde related URLs I suspect that the webroot is not set. I have tried setting webroot in registry.php with no joy. I have tried a webroot of /var/www/webmail and /horde with no joy The http access logs confirms this with 404 errors for GET requests. The horde documentation states that once I have run webmail-install the system should just work, the FAQ doesn't cover this and searching for a solution hasnt been successful. -- Banpen Fugyou - 10,000 Changes, No surprises Key Fingerprint: 4CFF 5276 1BF5 DFD4 684B CBD2 E414 6292 D40E BBFD This message was sent using IMP, the Internet Messaging Program. binwsf9Il4KYL.bin Description: PGP Public Key -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] imp Digest, Vol 3841, Issue 1
-- Barry Banpen Fugyou - 10,000 Changes, No surprises Key Fingerprint: 4CFF 5276 1BF5 DFD4 684B CBD2 E414 6292 D40E BBFDQuoting imp-requ...@lists.horde.org: > Send imp mailing list submissions to > imp@lists.horde.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.horde.org/mailman/listinfo/imp > or, via email, send a message with subject or body 'help' to > imp-requ...@lists.horde.org > > You can reach the person managing the list at > imp-ow...@lists.horde.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of imp digest..." > > > Today's Topics: > >1. Re: Unable to configure Horde Webroot (Jan Schneider) > > > -- > > Message: 1 > Date: Sun, 12 Jul 2015 16:44:35 +0200 > From: Jan Schneider > To: imp@lists.horde.org > Subject: Re: [imp] Unable to configure Horde Webroot > Message-ID: <20150712164435.horde.laoe9qfnxjkmyikyynb_...@neo.wg.de> > Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes > > > Zitat von Barry Haycock : > >> I have installed php 5.4.16 on a Centos 7.1 server with Horde 5.2.6. >> Horde was installed and configured using pear. >> >> My install is located at /var/www/webmail >> I have created a horde.conf file for httpd that is >> >> Alias /horde/ /var/www/webmail/ >> >> >> Options +FollowSymLinks >> Order allow,deny >> Allow from all >> >> >> I have a few problems with the final configuration or Horde that I >> am unable to resolve. >> >> When I run webmail-install it runs correctly. >> But when I try and a URL such as https:///horde/admin/config >> the URL reverts to /. >> >> When I call up the horde test.php page everything displays correctly >> and shows that horde is correctly installed. But when I click on a >> URL to run tests for imp for instance the URL is displayed as >> /test.php?app=imp instead of /horde/test.php?app=imp. >> >> This occurs with all horde related URLs >> >> I suspect that the webroot is not set. > > Correct. > >> I have tried setting webroot in registry.php with no joy. > > Besides that you have to set it in registry.local.php, how did you set it? > >> I have tried a webroot of /var/www/webmail and /horde with no joy > > /var/www/webmail is the fileroot, only /horde is a correct webroot. > >> The http access logs confirms this with 404 errors for GET requests. >> The horde documentation states that once I have run >> webmail-install the system should just work, the FAQ doesn't cover >> this and searching for a solution hasn?t been successful. > > This is because you have set an alias, which is not a standard setup > and requires additional configuration. > > -- > Jan Schneider > The Horde Project > http://www.horde.org/ > > > > -- > > Subject: Digest Footer > > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscr...@lists.horde.org > > -- > > End of imp Digest, Vol 3841, Issue 1 > > > Thank you, My install didn't have a registry.local.php[1] although I have found a FAQ Admin Config guide that provided enough information to be able to recreate the file and everything is now working Links: -- [1] http://registry.local.php This message was sent using IMP, the Internet Messaging Program. binjdJg9U3GLZ.bin Description: PGP Public Key -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] Email body missing in Action
I am using Horde Groupware Webmail Edition 1.2 On occasion I receive emails from people where IMP doesn't display the body of the message. The only way to see the message is to reply to the message and the body of the message is displayed in the replied email. I cannot workout what is going on. Here are the headers for an email that I have received that displays this problem if it helps. In this case all I get when opening the email is a download box, and a yellow highlighted line with "There are no parts that can be displayed inline" From @gmail.com Sat Feb 21 16:06:11 2009 Return-Path: <@gmail.com> X-Original-To: @.net Delivered-To: @.net Received: by .net (Postfix, from userid 501) id D4303278773; Sat, 21 Feb 2009 16:06:10 +1100 (EST) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by .net (Postfix) with ESMTP id 9E19C278600 for <@.net>; Sat, 21 Feb 2009 16:06:08 +1100 (EST) Received: by wf-out-1314.google.com with SMTP id 29so1357476wff.10 for <@.net>; Fri, 20 Feb 2009 21:06:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:content-type; bh=5s2RwOATMYUDMSgNMpLLOSOosH+aG9V2HS8DFnvvY3A=; b=n6nysY+FyxKiF8LdXYEezPERBw/P7YY32LOr6Zk0J5b9DX0XTypCCZROnrHmnjvAhU iYtsE3WdE5Yaupn49O16JxbGthQo+Ii4vDbPPKx5SaBN2K/uoHf7bxAWdA7h2EyB4SMU 6a/LKZusEQkfEkotxOUWQU8lF6P5K3JGkCPfA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type; b=DGKD7vZbe2rZKWgTYR8DXRy2tw0a6mcycrFlOpfP1nFmX4XUbgEnS+d7ug8ga2O5Au zlI0y9N9GYZUkaizaVfY9Ns+8V0cjxsRF6q1PrPnk0RjTjt23fUHNmkETezZ80pApuR7 TCU/RLSSE5urh3X8LgtPw2MrqJkYX1H9cIRoY= Received: by 10.142.103.2 with SMTP id a2mr769888wfc.164.1235192764295; Fri, 20 Feb 2009 21:06:04 -0800 (PST) Received: from macbook.local ([121.223.190.xxx]) by mx.google.com with ESMTPS id 9sm5926175wfc.39.2009.02.20.21.04.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Feb 2009 21:06:00 -0800 (PST) Message-ID: <499f8b64.3040...@gmail.com> Date: Sat, 21 Feb 2009 16:04:36 +1100 From: Mullet <@gmail.com> Reply-To: @gmail.com User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Barry <@.net> Subject: [Fwd: Yum, hundreds and thousands!] Content-Type: multipart/mixed; boundary="010809030607060901030307" This is a multi-part message in MIME format. --010809030607060901030307 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --010809030607060901030307 Content-Type: image/jpeg; name="Hundreds&thousands.jpg" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="Hundreds&thousands.jpg" /9j/4AAQ -- Barry Deja Moo - I've heard this bull before Key Fingerprint: 4CFF 5276 1BF5 DFD4 684B CBD2 E414 6292 D40E BBFD This message was sent using IMP, the Internet Messaging Program. bin2SKJoSzZIL.bin Description: PGP Public Key -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org