<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>FAQforge &#187; pop3</title> <atom:link href="http://www.faqforge.com/tag/pop3/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Wed, 01 Sep 2010 10:19:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>How to renew the SSL certificate for dovecot on CentOS</title><link>http://www.faqforge.com/linux/how-to-renew-the-ssl-certificate-for-dovecot-on-centos/</link> <comments>http://www.faqforge.com/linux/how-to-renew-the-ssl-certificate-for-dovecot-on-centos/#comments</comments> <pubDate>Wed, 23 Dec 2009 17:00:08 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[dovecot]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[pop3]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=355</guid> <description><![CDATA[Make a backup of the old key and certificate file mv /etc/ssl/certs/dovecot.pem /etc/ssl/certs/dovecot.pem.old mv /etc/ssl/private/dovecot.key /etc/ssl/private/dovecot.key.old Create the new SSL certificate openssl genrsa -out /etc/ssl/private/dovecot.key 1024 openssl req -new -x509 -key /etc/ssl/private/dovecot.key -out /etc/ssl/certs/dovecot.pem -days 730 Restart Dovecot: /etc/init.d/dovecot restart]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-renew-the-ssl-certificate-for-dovecot-on-centos%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-renew-the-ssl-certificate-for-dovecot-on-centos%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>Make a backup of the old key and certificate file<br
/><pre><p class="command">mv /etc/ssl/certs/dovecot.pem /etc/ssl/certs/dovecot.pem.old
mv /etc/ssl/private/dovecot.key /etc/ssl/private/dovecot.key.old</p></pre><br
/> Create the new SSL certificate<br
/><pre><p class="command">openssl genrsa -out /etc/ssl/private/dovecot.key 1024
openssl req -new -x509 -key /etc/ssl/private/dovecot.key -out /etc/ssl/certs/dovecot.pem -days 730</p></pre><br
/> Restart Dovecot:<br
/><p
class="command">/etc/init.d/dovecot restart</p></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-renew-the-ssl-certificate-for-dovecot-on-centos/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to renew SSL certificates for courier pop3 and imap server on Debian or Ubuntu?</title><link>http://www.faqforge.com/linux/distributions/debian/how-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux/</link> <comments>http://www.faqforge.com/linux/distributions/debian/how-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux/#comments</comments> <pubDate>Tue, 28 Jul 2009 17:35:11 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[courier]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[Mailserver]]></category> <category><![CDATA[pop3]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=75</guid> <description><![CDATA[This articles describes the renewal of SSL certificates for courier pop3 and imap server. This is nescessary e.g. when the certificates are expired or contain the wrong hostname. First delete the exsiting certificates: rm -f /etc/courier/imapd.pem rm -f /etc/courier/pop3d.pem Then edit the template that contains the details for the ecrtificates so that the hostname in [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fdistributions%2Fdebian%2Fhow-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fdistributions%2Fdebian%2Fhow-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>This articles describes the renewal of SSL certificates for courier pop3 and imap server. This is nescessary e.g. when the certificates are expired or contain the wrong hostname.</p><p>First delete the exsiting certificates:</p><p
class="command">rm -f /etc/courier/imapd.pem<br
/> rm -f /etc/courier/pop3d.pem</p><p>Then edit the template that contains the details for the ecrtificates so that the hostname in the certificate matches the hsotanme of your server and that the email address matches your postmaster email address:</p><p
class="command">vi /etc/courier/imapd.cnf<br
/> vi /etc/courier/pop3d.cnf</p><p>and create the new certificates:</p><p
class="command">mkimapdcert<br
/> mkpop3dcert</p><p>Courier pop3 and imap have to be restarted so they pick up the new ecrtificates:</p><p
class="command">/etc/init.d/courier-imap-ssl restart<br
/> /etc/init.d/courier-pop-ssl restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/distributions/debian/how-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 6/33 queries in 0.012 seconds using disk

Served from: www.faqforge.com @ 2010-09-06 18:44:36 -->