New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Email client complains about old dovecot server certificate

Got problems with Bubba? Then this forum is for you.
Locked
dsp76
Posts: 76
Joined: 15 Apr 2007, 14:18

Email client complains about old dovecot server certificate

Post by dsp76 »

Hi,
my IMAP client complains, that the certificate for bubba.excito.com is out of date. How do I create a new one and where? Similiar to this How-to:
http://excito.org/forum/viewtopic.php?t=780

I tried to follow this one:
http://excito.org/forum/viewtopic.php?t=350

Its a very detailed How-to, limpo obviously spent a lot of time (respect!). But most likely I didn't manage to extract the right steps and run into problems....

Is there an easier way? Wich steps do I need to go?

dsp
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Post by Ubi »

Very easy:

first remove old certificate:

Code: Select all

find /etc/ssl -name dovecot.* -exec rm {} \;
then create a new one:

Code: Select all

dpkg-reconfigure dovecot-common
more info here:
http://jerakeen.org/blog/2005/08/ssl/

--
pa
Posts: 308
Joined: 06 Dec 2006, 04:38
Location: Sweden
Contact:

Post by pa »

As this have come up with Bubba|Two as well, I figured that I should make a little note here.

You need to have a FQDN (Fully Quilified Domain Name) ie "mine.domain.org", and that name needs to be specified in your "/etc/hosts" file since this is where the reconfigure script will look for the name of your unit. See Ubi's link above for more info on this.

Currently this file have to be edited by hand, since there are no options to set the domain of bubba in the UI.

Using the easyfind name will not work, that is a location service not a true DNS name.

/PA
Locked