</P>
<PRE>
- <A HREF="ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/config.samples.tar.gz">ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/config.samples.tar.gz</A>
- <A HREF="ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/config.samples.tar.bz2">ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/config.samples.tar.bz2</A></PRE>
+ <A HREF="ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/config.samples.tar.gz">ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/config.samples.tar.gz</A>
+ <A HREF="ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/config.samples.tar.bz2">ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/config.samples.tar.bz2</A></PRE>
<P>
There are brief descriptions of these files at the end of this document.
<LI><A NAME="TOC167" HREF="FAQ.html#SEC167">Q0526</A>: Why does the pipe transport add a line starting with ">From" to
messages?
<LI><A NAME="TOC168" HREF="FAQ.html#SEC168">Q0527</A>: I have set <TT>fallback_hosts</TT> on my smtp transport, but after the error
- <B>"sem@chat.ru</B> cannot be resolved at this time" Exim isn't using them.
+ <B><B>"sem@chat.ru</B></B> cannot be resolved at this time" Exim isn't using them.
<LI><A NAME="TOC169" HREF="FAQ.html#SEC169">Q0528</A>: After the holidays my ISP has always hundreds of e-mails waiting for me.
These are forced down Exim's throat in one go. Exim spawns a lot of
kids, but is there some limit to the number of processes it creates?
</P>
<A NAME="SEC168" HREF="FAQ.html#TOC168">Q0527</A>: I have set <TT>fallback_hosts</TT> on my smtp transport, but after the error
- <B>"sem@chat.ru</B> cannot be resolved at this time" Exim isn't using them.
+ <B><B>"sem@chat.ru</B></B> cannot be resolved at this time" Exim isn't using them.
<P>
example,
</P>
-<P>
- <B>$mailer</B> = "$sendmail_command <B>-oi</B> <B>-oee</B> <B><B>-f$sender\@lists.mydomain.de</B>";</B>
-
-</P>
+<PRE>
+ $mailer = "$sendmail_command -oi -oee -f$sender\@lists.mydomain.de";</PRE>
<P>
is not correct. It needs three backslashes, not one, and the $ at the
start of <B>$sender</B> has to be escaped with a backslash.
when I try to send it mail. The panic log entry reads:
-<P>
- 1999-01-05 11:23:34 0zxZGY-0000vB-00 <TT>majordomo_aliases</TT> director:
- <B><B>/var/lib/majordomo/lists/lists.aliases</B></B> (lsearch lookup): wrong mode
-
-</P>
+<PRE>
+ 1999-01-05 11:23:34 0zxZGY-0000vB-00 majordomo_aliases director:
+ /var/lib/majordomo/lists/lists.aliases (lsearch lookup): wrong mode</PRE>
<P>
A0903: Check the mode of <B><B>/var/lib/majordomo/lists/lists.aliases</B></B> and compare it
with the setting of the modemask option in the <TT>majordomo_aliases</TT>
<P>
-A9804: See C005.
+A9804: See C006.
</P>
<A NAME="SEC352" HREF="FAQ.html#TOC352">Q9805</A>: How do I configure Exim to handle local parts with extensions?