From: Gregory N. S. <gsh...@us...> - 2003-10-08 02:54:14
|
Update of /cvsroot/vm-faq/vm-faq In directory sc8-pr-cvs1:/tmp/cvs-serv1094 Modified Files: vm-faq-4.html vm-faq-7.html Log Message: Suggestion from "Brian D. Carlstrom" <bd...@ca...>. Index: vm-faq-4.html =================================================================== RCS file: /cvsroot/vm-faq/vm-faq/vm-faq-4.html,v retrieving revision 3.4 retrieving revision 3.5 diff -C2 -d -r3.4 -r3.5 *** vm-faq-4.html 22 Apr 1999 05:56:13 -0000 3.4 --- vm-faq-4.html 8 Oct 2003 02:54:10 -0000 3.5 *************** *** 165,172 **** From: <A HREF="mailto:am...@im...">Arnaldo Mandel</A><BR> Date: June 20, 1998<BR> <P> Arnaldo Mandel provided the following suggestion on using VM on a ! system where the MTA is <CODE>qmail</CODE>: </P> <P> --- 165,175 ---- From: <A HREF="mailto:am...@im...">Arnaldo Mandel</A><BR> Date: June 20, 1998<BR> + Updated: October 7, 2003<BR> <P> Arnaldo Mandel provided the following suggestion on using VM on a ! system where the MTA is <CODE>qmail</CODE>. More information about ! using VM with qmail is available in section ! <A HREF="vm-faq-7.html#ss7.7">7.7</A>. </P> <P> Index: vm-faq-7.html =================================================================== RCS file: /cvsroot/vm-faq/vm-faq/vm-faq-7.html,v retrieving revision 3.1 retrieving revision 3.2 diff -C2 -d -r3.1 -r3.2 *** vm-faq-7.html 9 Feb 1999 09:08:15 -0000 3.1 --- vm-faq-7.html 8 Oct 2003 02:54:10 -0000 3.2 *************** *** 159,162 **** --- 159,163 ---- mailer?</A></H2> Date: June 20, 1998<BR> + Updated: October 7, 2003<BR> <P> *************** *** 167,170 **** --- 168,185 ---- to accept <CODE>sendmail</CODE>-style arguments if you go that route.) + </P> + <P> + For example, for qmail comes with a sendmail replacement. If your + sysadmin has not installed it as /usr/lib/sendmail, you can explictly + use: + </P> + <P> + <PRE> + (setq sendmail-program "/var/qmail/bin/sendmail") + </PRE> + </P> + <P> + More information about using VM with qmail is available + in section <A HREF="vm-faq-4.html#ss4.5">4.5</A>. </P> |