[Qvcs-CVS] qvcs-guide qvcs-guide.xml,1.7,1.8
Brought to you by:
graf25
From: <gr...@us...> - 2003-07-10 22:26:52
|
Update of /cvsroot/qvcs-guide/qvcs-guide In directory sc8-pr-cvs1:/tmp/cvs-serv31394 Modified Files: qvcs-guide.xml Log Message: Small changes. Index: qvcs-guide.xml =================================================================== RCS file: /cvsroot/qvcs-guide/qvcs-guide/qvcs-guide.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** qvcs-guide.xml 10 Jul 2003 04:24:29 -0000 1.7 --- qvcs-guide.xml 10 Jul 2003 22:26:49 -0000 1.8 *************** *** 888,891 **** --- 888,892 ---- &prompt; <userinput>cd /usr/src/redhat/RPMS/i386</userinput> &prompt; <userinput>rpm -Uvh --replacepkgs --replacefiles qmail-1.03*.rpm</userinput> + &prompt; <userinput>service qmail restart</userinput> </programlisting> <para> *************** *** 917,921 **** </sect2> </sect1> - <sect1> <title>Encrypted Communication (SSL)</title> --- 918,921 ---- *************** *** 996,1009 **** <title>Enabling SSL in Courier-IMAP</title> <para> ! The helpful courier-imap has already generated some SSL ! certs for itself to use, but we'll need to replace them with ! the centralized one, so there is only one ssl certificate on ! the machine: </para> <programlisting> ! &prompt; <userinput>cd /usr/share/courier-imap</userinput> ! &prompt; <userinput>rm imapd.pem pop3d.pem</userinput> ! &prompt; <userinput>ln -s /etc/sslcert.pem imapd.pem</userinput> ! &prompt; <userinput>ln -s /etc/sslcert.pem pop3d.pem</userinput> &prompt; <userinput>service courier-imap restart</userinput> </programlisting> --- 996,1003 ---- <title>Enabling SSL in Courier-IMAP</title> <para> ! Simple enough: </para> <programlisting> ! &prompt; <userinput>ln -s /etc/sslcert.pem /etc/courier-imap/sslcert.pem</userinput> &prompt; <userinput>service courier-imap restart</userinput> </programlisting> *************** *** 1288,1292 **** spamassassin. The following command will reconfigure it (you do not have to answer the yes-no questions if you run with ! --assumeyes). </para> <programlisting> --- 1282,1287 ---- spamassassin. The following command will reconfigure it (you do not have to answer the yes-no questions if you run with ! --assumeyes, even though it may look like it is waiting for ! your input). </para> <programlisting> *************** *** 1409,1413 **** If you found this Guide useful, please let me know by executing: </para> ! <programlisting> &prompt; <userinput>uname -a | mail qvc...@mr... -s 'Thanks'</userinput> </programlisting> --- 1404,1408 ---- If you found this Guide useful, please let me know by executing: </para> ! v <programlisting> &prompt; <userinput>uname -a | mail qvc...@mr... -s 'Thanks'</userinput> </programlisting> *************** *** 1475,1480 **** Several packages have changed their configurations pretty dramatically, most notably SquirrelMail (version change from ! 1.2 to 1.4), Vadmin (from 1.0 to 1.9), Courier-Imap (from ! 1.4 to 1.7), and Apache (from 1.3 to 2.0). Migrating your configurations is going to take some effort. </para> --- 1470,1475 ---- Several packages have changed their configurations pretty dramatically, most notably SquirrelMail (version change from ! 1.2 to 1.4), Vadmin (from 1.0 to 1.9), Courier-IMAP (from ! 1.4 to 2.0), and Apache (from 1.3 to 2.0). Migrating your configurations is going to take some effort. </para> *************** *** 1573,1577 **** look in <filename>/var/lib/vadmin/cross-admins/</filename> for any username files that contain "elvis" as ! the only thing in them. After that, locate a commented-out <varname>[upgrade]</varname> section and remove all semicolons to enable the upgrading of domain preferences --- 1568,1572 ---- look in <filename>/var/lib/vadmin/cross-admins/</filename> for any username files that contain "elvis" as ! the only thing in it. After that, locate a commented-out <varname>[upgrade]</varname> section and remove all semicolons to enable the upgrading of domain preferences *************** *** 1609,1613 **** the program will ask you for confirmation before making any changes, so if you are sure you don't want it to touch ! certain things, you can skip these parts. </para> <programlisting> --- 1604,1608 ---- the program will ask you for confirmation before making any changes, so if you are sure you don't want it to touch ! certain things, you can skip those parts. </para> <programlisting> |