[imp] PHP with SSL

Michael kazin@thismetalsky.org
Fri, 8 Mar 2002 11:28:49 -0500


On Fri, Mar 08, 2002 at 16:24:27, Chris Tooley said...

> Does someone know of some RPM builds of PHP that have a php-imap capable
> of connecting via SSL?  I've not been able to find any information on
> how to make the RPMS I got from horde.org work with imaps.
 
Could just build from source - that's what I did when I ran IMP on Linux.


-- 
Michael Stella  |  Sr. Unix Engineer  |  http://www.thismetalsky.org
($do || !$do) && undef($try) ;  # Master of Perl, Yoda is.  Hmmmm?


>From tapera@inf.ufsm.br Date: Fri,  8 Mar 2002 13:40:48 -0600
Return-Path: <tapera@inf.ufsm.br>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 15091 invoked from network); 8 Mar 2002 16:42:24 -0000
Received: from marfim.inf.ufsm.br (200.18.42.27)
  by clark.horde.org with SMTP; 8 Mar 2002 16:42:24 -0000
Received: (from nobody@localhost)
	by marfim.inf.ufsm.br (AIX4.3/8.9.3/8.9.3) id NAA19300
	for imp@lists.horde.org; Fri, 8 Mar 2002 13:40:49 -0600
X-Authentication-Warning: marfim.inf.ufsm.br: nobody definir emissor para tapera@inf.ufsm.br utilizando -f
Received: from 200.18.42.34 ( [200.18.42.34])
	as user tapera@mailhost.inf.ufsm.br by marfim.inf.ufsm.br with HTTP;
	Fri,  8 Mar 2002 13:40:48 -0600
Message-ID: <1015616448.3c8913c07be92@marfim.inf.ufsm.br>
Date: Fri,  8 Mar 2002 13:40:48 -0600
From: Tiago Fioreze <tapera@inf.ufsm.br>
To: imp@lists.horde.org
References: <3C88D2AD.7A180C1E@dcsc.utfsm.cl>
In-Reply-To: <3C88D2AD.7A180C1E@dcsc.utfsm.cl>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 200.18.42.34
Subject: Re: [imp] problems with folder creation

  In imp/config/prefs.php add too :

// user folder path
$_prefs['folders'] = array(
--> 'value' => 'INBOX.',
    'locked' => true,
    'shared' => false,
    'type' => 'text',
    'desc' => _("Path to your mail folders:")  
   

Citando Marcelo Maraboli <marcelo.maraboli@dcsc.utfsm.cl>:

> Hello.
> 
> After surfing the archives and fighting with the Cyrus configuration,
> I managed to create a subfolder via IMP-3.0, but.....
> 
> in the dialog box I have to put "INBOX.newname"  (newname = new folder)
> or else IMP says...
> 
> The folder "foo" was not created. This is what the server said:
> Permission denied
> 
> I have this in my configs...
> 
> conf.php
> // Should we allow users to use folders at all? NOTE: setting this to
> // false will mean there is no place to save sent-mail or postponed
> // messages, along with the obvious affects of restricting the user to
> // their INBOX.
> $conf['user']['allow_folders'] = true;
> 
> servers.php:
> $servers['cyrus'] = array(
>     'name' => 'Cyrus IMAP Server',
>     'server' => 'localhost',
>     'protocol' => 'imap',
>     'port' => 143,
>     'folders' => '',
>     'namespace' => 'INBOX.',
>     'maildomain' => 'alumnos.utfsm.cl',
>     'realm' => 'alumnos.utfsm.cl',
>     'preferred' => 'true'
> );
> 
> I tried changing the value of "folders" to "INBOX.", but it doesn´t seem
> to work...
> 
> any ideas ??
> 
> thanks.
> 
> -- 
> Marcelo Maraboli Rosselott
> Ingeniero Civil Electronico		         Jefe Area de Redes
> (Electronic Civil Engineer)          (Head Network & Systems Admin)
> 
>        Direccion Central de Servicios Computacionales (DCSC)
>          Universidad Tecnica Federico Santa Maria, Chile.
> mailto:marcelo.maraboli@dcsc.utfsm.cl	http://elqui.dcsc.utfsm.cl/
> ------------------------------------------------------------------/
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
>