From: Anne W. <can...@go...> - 2007-08-20 10:40:32
|
On Monday 20 Aug 2007, Rob MacGregor wrote: > On 8/20/07, Anne Wilson <can...@go...> wrote: > > That corrected it, and the daemon is now running. However, I'm still > > having no luck in getting the certificate. This is the command I'm > > using: > > > > [root@david ~]# openssl s_client -connect zencphosting09.zen.co.uk:993 > > </dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END > > CERTIFICATE-/p'>/etc/pki/tls/rootcerts/zencphosting09.zen.co.uk.pem > > > > It just sits there, nothing happening. > > Try just running: > > openssl s_client -connect zencphosting09.zen.co.uk:993 > > And then copy-n-paste the lines between "-BEGIN CERTIFICATE-" and > "-END CERTIFICATE-" (including those lines) to the pem file. Then run > "c_rehash". > > If that doesn't work then please post your .fetchmailrc Abbreviated .fetchmailrc - other mailboxes removed for simplicity. set logfile = /home/anne/fetchmail.log poll zencphosting09.zen.co.uk with proto pop3 user "su...@ly..." pass "xxxxxx" is anne fetchall zencphosting09 is the server for my domain account. Maybe the certificate doesn't exist on that server? The general server for mail not on the domain addresses is mailhost.zen.co.uk. I used that at first, but then got a message that the certificate didn't match my domain, for every mailbox, every connection. I did ask zen if I should put a certificate onto my domain space, but they said that it was not necessary. Anne |