[imp] S/MIME related troubles..
Dhawal Doshy
dhawal at netmagicsolutions.com
Sat Aug 19 05:17:55 PDT 2006
Dhawal Doshy wrote:
> Hello List,
>
> S/MIME is mostly greek to me.. in any case i managed to overcome the
> troubles with s/mime to successfully view the message in IMP. However i
> get these errors randomly when trying to view signed messages.
>
> [client 202.87.39.242] PHP Fatal error: Allowed memory size of 12582912
> bytes exhausted (tried to allocate 777065 bytes) in
> /usr/share/horde/lib/Horde/SessionHandler/mysql.php on line 136,
> referer:
> http://mail.5pmail.com/horde/imp/mailbox.php?no_newmail_popup=1&mailbox=INBOX
>
>
> I resolved this one by increasing the memory_limit in php.ini to 12MB
> (from the default 8)
>
> [client 202.87.39.242] PHP Warning: Unknown(): A session is active. You
> cannot change the session module's ini settings at this time. in Unknown
> on line 0, referer:
> http://mail.5pmail.com/horde/imp/mailbox.php?no_newmail_popup=1&mailbox=INBOX
>
>
> Apart from this, i am unable to see the message date in the mailbox view
> for signed mails.
>
> Do i need to post more details? I use mysql for storing most of the
> information (sessions, prefs, datatree, vfs etc). I notice this error in
> both setups.
> Horde-3.1.1 + IMP-h3-4.1.1 (as of yesterday)
> Horde-3.1.3 + IMP-h3-4.1.3 (as of today)
Additional to the above information, i have the following set for S/MIME
support.
a. imp/config/conf.php
$conf['utils']['openssl_cafile'] = '/usr/share/ssl/certs/ca-bundle.crt';
$conf['utils']['openssl_binary'] = '/usr/bin/openssl';
b. imp/config/conf.php
// Activate S/MIME support?
$_prefs['use_smime'] = array(
'value' => 1,
'locked' => true,
'shared' => false,
'type' => 'implicit');
I only need to view signed messages, not really send them (maybe forward
/ reply, but not send). Is there anything else that needs to be configured?
- dhawal
More information about the imp
mailing list