This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
build:imap [2008/04/06 23:10] 24.217.108.17 |
build:imap [2008/04/06 23:20] (current) 24.217.108.17 |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| apt-get install courier-doc | apt-get install courier-doc | ||
| </code> | </code> | ||
| + | |||
| + | |||
| + | |||
| Line 74: | Line 77: | ||
| Here is the same thing for pop3d | Here is the same thing for pop3d | ||
| <code> | <code> | ||
| - | mv /etc/courier/pop3d.cnf /etc/courier/pop3d.cnf.ORIG | + | vi /usr/lib/courier/mkpop3dcert # Change 365 to 3650 |
| - | cp /etc/ssl/openssl.cnf /etc/courier/pop3d.cnf | + | mv /etc/courier/pop3d.cnf /etc/courier/pop3d.cnf.ORIG # Save the old stuff, in case |
| - | ls -l /usr/lib/courier/pop3d.pem | + | cp /etc/ssl/openssl.cnf /etc/courier/pop3d.cnf # Get SLUUG default |
| - | rm /usr/lib/courier/pop3d.pem | + | ls -l /usr/lib/courier/pop3d.pem # See if is a link |
| - | /usr/lib/courier/mkpop3dcert | + | rm /usr/lib/courier/pop3d.pem # Script won't run if this file exists |
| - | mv /etc/courier/pop3d.pem /etc/courier/pop3d.pem.ORIG | + | /usr/lib/courier/mkpop3dcert # Run the cert script |
| - | ln -s /usr/lib/courier/pop3d.pem /etc/courier/ | + | mv /etc/courier/pop3d.pem /etc/courier/pop3d.pem.ORIG # Save the old stuff, in case |
| - | ls -l | + | ln -s /usr/lib/courier/pop3d.pem /etc/courier/ # Create link |
| - | /etc/init.d/courier-pop-ssl restart | + | ls -l /etc/courier/ # Make sure is OK |
| + | /etc/init.d/courier-pop-ssl restart # Reload the cert | ||
| </code> | </code> | ||