[Qvcs-CVS] qvcs-guide/html faq.html,1.7,1.8 index.html,1.15,1.16
Brought to you by:
graf25
From: <gr...@us...> - 2003-07-11 03:03:39
|
Update of /cvsroot/qvcs-guide/qvcs-guide/html In directory sc8-pr-cvs1:/tmp/cvs-serv2245/html Modified Files: faq.html index.html Log Message: I think I'm ready for a beta run. Index: faq.html =================================================================== RCS file: /cvsroot/qvcs-guide/qvcs-guide/html/faq.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** faq.html 19 Mar 2003 04:32:44 -0000 1.7 --- faq.html 11 Jul 2003 03:03:36 -0000 1.8 *************** *** 6,75 **** <body> <h1>QVCS guide FAQ</h1> - <h2> - Q: I can't get the "Admin" link to show up, although I'm logged in as - "elvis" - </h2> - <p> - Vadmin must have a way to figure out which domain you are trying - to access. In order to do that, it looks at the $HTTP_HOST - variable set by the apache server. Then it compares the - $HTTP_HOST to the list of configured domains, and then figures - out the level of control to give you. - </p> - <p> - The most common problem is when people are still trying out the - system and access it via a dotted-decimal IP address, or some - other domain, not actually the one configured with vadmin. When - vadmin looks at the $HTTP_HOST variable, the domain in there - doesn't match the list of domains configured with vadmin, - therefore it can't figure out what access level to give - you. Therefore, it doesn't give you any access. - </p> - <p> - The solution is obvious -- access the system as actually one of - the domans you've configured it for. If you can't do that - because you are still setting the system up, then edit your - /etc/hosts (on *nix) or c:\windows\hosts or somesuch and - hard-code the IP address to resolve to your domain name of - choice (this is on your CLIENT machine, not on your QVCS - server!). - </p> - <p> - That's how I make my hogwarts.jk domains to work. :) Well, plus - hogwarts.jk is my internal home network, but that's beside the - point. - </p> - <h2>Q: How do I make a catch-all account?</h2> - <p> - Catch-all accounts are special mailboxes or forwarding aliases, - which will match ANY username that isn't already configured, - such as any...@do... will go to that catchall account, if - the user/alias "anything" isn't already defined. - </p> - <p> - VmailMgr provides a catchall account. Just create a - username/alias "+" (yes, that's a plus). Yeah, it's a bit - non-obvious. Vadmin-2 will handle this much more gracefully. - </p> - <h2>Q: Can I set up autoresponders?</h2> - <p> - Short version: Not yet. Soon. - </p> - <p> - Long version: Ask on the list. Someone might be able to help - you. - </p> <h2>Q: Can I have both virtual and real domains on the system?</h2> <p> Yes. Make sure AUTHMODULES in /etc/courier-imap/{imapd/pop3d} ! are set to "authvmailmgr authdaemon" and that the "real" ! domain is added to "/etc/qmail/control/locals". ! </p> ! <h2>Q: Squirrelmail won't send out e-mail.</h2> ! <p> ! If it acts as if it just refreshes the screen and loads a ! blank e-mail form, make sure you have enabled file uploads in ! /etc/php.ini and restarted the httpd process. In other words, ! set file_uploads to "on" and run /etc/init.d/httpd restart. </p> <h2>Q: I can't send out e-mail!</h2> --- 6,15 ---- <body> <h1>QVCS guide FAQ</h1> <h2>Q: Can I have both virtual and real domains on the system?</h2> <p> Yes. Make sure AUTHMODULES in /etc/courier-imap/{imapd/pop3d} ! are set to "authvmailmgr authdaemon" and that the "real" domain ! is added to "/etc/qmail/control/locals". It is also worthy of ! mention that an "elvis" must be a virtual user. </p> <h2>Q: I can't send out e-mail!</h2> *************** *** 108,124 **** Run <tt>/etc/init.d/qmail restart</tt> after you've done these modifications. - </p> - <h2>Q: Is there going to be a version for Red Hat Linux 8.0?</h2> - <p> - No. You really shouldn't be running 8.0 on a production - server. That's just folly. I'll see how things are around the - time of 8.1. - </p> - <h2>Q: What about SMTP Auth?</h2> - <p> - SMTP-AUTH will be officially supported in the release for - 8.1. Currently, refer to <a - href="https://sourceforge.net/mailarchive/forum.php?thread_id=1236164&forum_id=8389">this - message sent to the mailing list a while ago</a>. </p> </body> --- 48,51 ---- Index: index.html =================================================================== RCS file: /cvsroot/qvcs-guide/qvcs-guide/html/index.html,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.html 19 Mar 2003 19:26:33 -0000 1.15 --- index.html 11 Jul 2003 03:03:36 -0000 1.16 *************** *** 1,9 **** ! <html> <head> ! <title>Qmail-Vmailmgr-Courier-SquirrelMail Installation Guide</title> <link href="qvcs-guide.css" rel="stylesheet" type="text/css"> </head> <body> ! <h1>Qmail-Vmailmgr-Courier-SquirrelMail Installation Guide</h1> <p>Mirrors:</p> <ul> --- 1,12 ---- ! <!DOCTYPE html ! PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <title>Pop-Toaster using Qmail-Vmailmgr-Courier-SquirrelMail</title> <link href="qvcs-guide.css" rel="stylesheet" type="text/css"> </head> <body> ! <h1>Pop-Toaster using Qmail-Vmailmgr-Courier-SquirrelMail</h1> <p>Mirrors:</p> <ul> *************** *** 12,61 **** <li><a href="http://www.dulug.duke.edu/~icon/qvcs-guide/"> www.dulug.duke.edu/~icon/qvcs-quide</a></li> ! <li><a href="http://www.mricon.com/SM/guide/"> ! www.mricon.com/SM/guide/</a></li> </ul> - <p> - There are two guides found here. One is written for BSD-ish - systems, such as OpenBSD, FreeBSD, NetBSD, Slackware... And - another written for Red Hat Linux. - </p> <hr /> ! <h3>Guide for BSD systems (unmantained)</h3> ! <p> ! <strong>Attention:</strong> Maintainer needed. Please send ! e-mail to the qvcs-guide-list if you are interested. ! </p> <p> This guide is available in the following formats: </p> <ul> ! <li><a href="bsd/qvcs-guide.tex">LaTeX source</a></li> ! <li><a href="bsd/qvcs-guide.pdf">PDF</a></li> ! </ul> ! <p> ! There are also the following helper scripts available: ! </p> ! <ul> ! <li><a href="bsd/edrelays.sh.txt">edrelays.sh</a></li> ! <li><a href="bsd/addvirt.sh.txt">addvirt.sh</a></li> ! <li><a href="bsd/rmvirt.sh.txt">rmvirt.sh</a></li> </ul> - <hr /> - <h3>Guide for Red Hat Linux systems (updated to 7.3)</h3> <p> ! This guide is available in the following formats: </p> <ul> ! <li><a href="rhl/qvcs-guide.tex">LaTeX source</a></li> ! <li><a href="rhl/qvcs-guide.pdf">PDF</a></li> </ul> <p> ! You can also view the list of available RPM packages: </p> - <ul> - <li><a href="RPMS/rh72/current/">Red Hat Linux 7.2</a></li> - <li><a href="RPMS/rh73/current/">Red Hat Linux 7.3</a></li> - <li><a href="SRPMS/current/">Source RPMS</a></li> - </ul> <hr /> <h2>Free Support</h2> --- 15,46 ---- <li><a href="http://www.dulug.duke.edu/~icon/qvcs-guide/"> www.dulug.duke.edu/~icon/qvcs-quide</a></li> ! <li><a href="http://mirror.mricon.com/qvcs-guide/"> ! mirror.mricon.com/qvcs-guide/</a></li> </ul> <hr /> ! <h1>Red Hat Linux 9</h1> <p> This guide is available in the following formats: </p> <ul> ! <li><a href="qvcs-guide.html">HTML (read online)</a></li> ! <li><a href="qvcs-guide.pdf">PDF (print out)</a></li> ! <li><a href="qvcs-guide.xml">DocBook (look at pretty XML)</a></li> </ul> <p> ! You can also peruse the source rpms located here: </p> <ul> ! <li><a href="srpms/">Source RPMS</a></li> </ul> <p> ! <em>Note: if you are looking for a BSD guide, it has been ! discontinued. Please refer to the following resource which ! maintains a build-from-scratch installation guide along the same ! main lines:<br /> ! <a href="http://megaz.arbuz.com/?p=qmail_howto"> ! http://megaz.arbuz.com/?p=qmail_howto</a> ! </em> </p> <hr /> <h2>Free Support</h2> *************** *** 131,138 **** <hr /> <p> ! Author and maintainer: <a href="mailto:ic...@du...">Konstantin ! Riabitsev</a>, <a href="http://www.mricon.com/">www.mricon.com</a><br> Last ! updated: January, 2g3 </p> <hr /> --- 116,122 ---- <hr /> <p> ! Author and maintainer: Konstantin Riabitsev, <a href="http://www.mricon.com/">www.mricon.com</a><br> Last ! updated: July-10-2003 </p> <hr /> *************** *** 144,171 **** qmail. <strong>Note:</strong> since I cannot legally earn money in the US, I will re-donate your gift to other organizations of ! my choosing. Organizations donated to so far: </p> - <ul> - <li> - <a href="http://www.randi.org/">James Randi Educational - Foundation</a> ($100). - </li> - <li> - <a href="http://www.digitallyimported.com/">Digitally - Imported</a> ($10). - </li> - <li> - <a href="http://www.xiph.org/">Xiph.org (makers of ogg - vorbis)</a> ($20). - </li> - <li> - <a href="http://www.eff.org/">Electronic Frontier Foundation</a> - (~$100 total) - </li> - <li> - <a href="http://www.detroitproject.com/">Detroit Project</a> - ($50) - </li> - </ul> <p> <a href="http://mricon.com/donate/donate.html"><img --- 128,134 ---- qmail. <strong>Note:</strong> since I cannot legally earn money in the US, I will re-donate your gift to other organizations of ! my choosing. No, really, trust me -- IRS is the last thing I ! want on my non-immigrant tail. :) </p> <p> <a href="http://mricon.com/donate/donate.html"><img |