Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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 !

Dovecot OCOSA certificate out of date

Got problems with your B2 or B3? Share and get helped!
Post Reply
Puma
Posts: 230
Joined: 29 Sep 2008, 06:30

Dovecot OCOSA certificate out of date

Post by Puma »

Gentleman,

When i try to sent mail to bubba via smtp.
I get a certificate out of date error.

mailserver 5.7.1. error.

Can someone help??
I cannot accept an old certificat in thunderbird

Puma

- Still no news about RAID1???
Puma
Posts: 230
Joined: 29 Sep 2008, 06:30

Re: Dovecot OCOSA certificate out of date

Post by Puma »

Gents,

I now use a script file for this.

-----------------
#!/bin/bash
# How to generate a dovecot self-signed SSL certificate
echo "Now the old certificates will be deleted."
sleep 1 #pause after echo
#Remove the old certs
find /etc/ssl -name dovecot.* -exec rm {} \;
echo "New Certificates will be made"
sleep 2 #pause after echo
#Make new Certificates:
dpkg-reconfigure dovecot-common
sleep 5 #pause after echo
echo "Ready, You will have to accept new certificates in your mailclient"
-------------------

Puma
Linux is like a wigwam - no windows, no gates, apache inside!
Post Reply