Re: [imp] smime support in Horde 4.0

2012-01-10 Thread Jan Schneider
Zitat von Nikolaos Milas : On 10/1/2012 3:16 μμ, Jan Schneider wrote: This has nothing to do with Horde. All veryfication is done via OpenSSL. Thanks Jan. Can you please provide the openssl verification command used by Horde, because in my openssl tests I only get "Verification success

Re: [imp] smime support in Horde 4.0

2012-01-10 Thread Nikolaos Milas
On 10/1/2012 3:16 μμ, Jan Schneider wrote: This has nothing to do with Horde. All veryfication is done via OpenSSL. Thanks Jan. Can you please provide the openssl verification command used by Horde, because in my openssl tests I only get "Verification successful" and nothing more. For examp

Re: [imp] smime support in Horde 4.0

2012-01-10 Thread Jan Schneider
Zitat von Nikolaos Milas : On 28/12/2011 12:42 πμ, Nikolaos Milas wrote: On 27/12/2011 11:32 μμ, Michael M Slusarz wrote: Do you locally have a copy of the signer's certificate? If not, there is no way to reliably verify the certificate - anybody can create a certificate containing the

Re: [imp] smime support in Horde 4.0

2012-01-09 Thread Nikolaos Milas
On 28/12/2011 12:42 πμ, Nikolaos Milas wrote: On 27/12/2011 11:32 μμ, Michael M Slusarz wrote: Do you locally have a copy of the signer's certificate? If not, there is no way to reliably verify the certificate - anybody can create a certificate containing the sender's credentials. Hmm, no

Re: [imp] smime support in Horde 4.0

2011-12-27 Thread Nikolaos Milas
On 27/12/2011 11:32 μμ, Michael M Slusarz wrote: Do you locally have a copy of the signer's certificate? If not, there is no way to reliably verify the certificate - anybody can create a certificate containing the sender's credentials. Hmm, not really; If the personal certificate is signed

Re: [imp] smime support in Horde 4.0

2011-12-27 Thread Michael M Slusarz
Quoting Nikolaos Milas : On 27/12/2011 12:02 μμ, Nikolaos Milas wrote: I hope someone can provide some feedback on what may be wrong and S/MIME support is not working. I found that I must also check "Enable S/MIME functionality" in Preferences / Other / S/MIME. After that S/MIME works,

Re: [imp] smime support in Horde 4.0

2011-12-27 Thread Nikolaos Milas
On 27/12/2011 12:02 μμ, Nikolaos Milas wrote: I hope someone can provide some feedback on what may be wrong and S/MIME support is not working. I found that I must also check "Enable S/MIME functionality" in Preferences / Other / S/MIME. After that S/MIME works, and I get the message: "Mess

Re: [imp] smime support in Horde 4.0

2011-12-27 Thread Nikolaos Milas
On 23/12/2011 7:00 μμ, Simon Brereton wrote: But I would just say go to the logging tab in Horde Administration and change the log type to file, You might also like to change the log-level temporarily to debug your SMIME issue. Thanks Simon, I followed this approach and now I'm logging succe

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Simon Brereton
On 23 December 2011 11:32, Nikolaos Milas wrote: > On 23/12/2011 5:26 μμ, Simon Brereton wrote: > >> Okay, but previously your Horde logs wouldn't have had a specific >> error because ssl wasn't configured.  Does it now? > > > Thanks Simon, > > No, nothing pertinent is logged. > > By the way, I ha

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Andrew Morgan
On Fri, 23 Dec 2011, Nikolaos Milas wrote: On 23/12/2011 5:26 μμ, Simon Brereton wrote: Okay, but previously your Horde logs wouldn't have had a specific error because ssl wasn't configured. Does it now? Thanks Simon, No, nothing pertinent is logged. By the way, I have: $conf['log']['

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Nikolaos Milas
On 23/12/2011 5:26 μμ, Simon Brereton wrote: Okay, but previously your Horde logs wouldn't have had a specific error because ssl wasn't configured. Does it now? Thanks Simon, No, nothing pertinent is logged. By the way, I have: $conf['log']['type'] = 'syslog'; $conf['log']['name'] =

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Simon Brereton
On 23 December 2011 10:21, Nikolaos Milas wrote: > On 23/12/2011 5:01 μμ, Simon Brereton wrote: > >> On 23 December 2011 08:10, Nikolaos Milas  wrote: >>> >>> I found that now. I added the two settings in config/conf.php: >>> >>> $conf['openssl']['cafile'] = '/etc/pki/CA/certs/ca-bundle.crt'; >>>

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Nikolaos Milas
On 23/12/2011 5:01 μμ, Simon Brereton wrote: On 23 December 2011 08:10, Nikolaos Milas wrote: I found that now. I added the two settings in config/conf.php: $conf['openssl']['cafile'] = '/etc/pki/CA/certs/ca-bundle.crt'; $conf['openssl']['path'] = '/usr/bin/openssl'; Possibly you don't need

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Simon Brereton
On 23 December 2011 08:10, Nikolaos Milas wrote: > On 23/12/2011 1:20 πμ, Simon Brereton wrote: > >> But in the configuration panel, you have to tell Horde where to find >> the ssl binary... > > > Thanks, > > I found that now. I added the two settings in config/conf.php: > > $conf['openssl']['cafi

Re: [imp] smime support in Horde 4.0

2011-12-23 Thread Nikolaos Milas
On 23/12/2011 1:20 πμ, Simon Brereton wrote: But in the configuration panel, you have to tell Horde where to find the ssl binary... Thanks, I found that now. I added the two settings in config/conf.php: $conf['openssl']['cafile'] = '/etc/pki/CA/certs/ca-bundle.crt'; $conf['openssl']['path']

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread Simon Brereton
On 22 December 2011 17:38, Nikolaos Milas wrote: > On 22/12/2011 11:49 μμ, Jan Schneider wrote: > >> You did configure OpenSSL in Horde, right? > > > Hmm, how is done that? I only did: > >   pear install horde/webmail > > and then I ran "webmail-install"... But in the configuration panel, you ha

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread Nikolaos Milas
On 22/12/2011 11:49 μμ, Jan Schneider wrote: You did configure OpenSSL in Horde, right? Hmm, how is done that? I only did: pear install horde/webmail and then I ran "webmail-install"... Nick -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-u

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread Jan Schneider
Zitat von Nikolaos Milas : On 22/12/2011 10:11 μμ, Michael M Slusarz wrote: You probably need to compile openssl support into PHP. From phpinfo(): OpenSSL support enabled OpenSSL Library Version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 OpenSSL Header Version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread Nikolaos Milas
On 22/12/2011 10:11 μμ, Michael M Slusarz wrote: You probably need to compile openssl support into PHP. From phpinfo(): OpenSSL support enabled OpenSSL Library Version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 OpenSSL Header Version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 Perhaps any additional Ho

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread Michael M Slusarz
Quoting Nikolaos Milas : I haven't been able to find such a setting. I thought I might need to install some additional component. You probably need to compile openssl support into PHP. michael ___ Michael Slusarz [slus...@horde.org] -- IMP mailing list Frequ

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread Nikolaos Milas
On 22/12/2011 4:59 μμ, lst_ho...@kwsoft.de wrote: you should check the Webmail user settings. It is disabled by default i guess. Thanks, I haven't been able to find such a setting. I thought I might need to install some additional component. Any suggestions? Thanks, Nick -- IMP mailin

Re: [imp] smime support in Horde 4.0

2011-12-22 Thread lst_hoe02
Hello you should check the Webmail user settings. It is disabled by default i guess. Regards Andreas smime.p7s Description: S/MIME Cryptographic Signature -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] smime support in Horde 4.0

2011-12-22 Thread Nikolaos Milas
Hello I've just done a clean install on CentOS 5.7 running PHP 5.3.8 using: pear install horde/webmail and it works OK. My question is: how can I add SMIME support? In digitally signed mail messages I see: "The data in this part has been digitally signed via S/MIME. S/MIME support is not enable