ph10 2004/10/12 10:54:45 BST
Modified files:
exim-doc/doc-src FAQ.src
Added files:
. ABOUT
Log:
Start
Revision Changes Path
1.1 +22 -0 exim/ABOUT (new)
1.2 +28 -1 exim/exim-doc/doc-src/FAQ.src
Index: ABOUT
====================================================================
$Cambridge: exim/ABOUT,v 1.1 2004/10/12 09:54:44 ph10 Exp $
CVS directory exim
------------------
This is the top-level directory for all the files related to Exim. It contains
the following directories:
exim-conf Contains configuration samples that are on the ftp site in the
config.samples tarball.
exim-doc Contains documentation.
exim-src Contains all the files that go to make up a distribution
tarball, except for documentation files.
exim-test-orig Contains the files of the original Exim test suite, which is
specific to Philip Hazel's workstation.
Each of these directories contains an ABOUT file that describes its contents.
End
Index: FAQ.src
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-src/FAQ.src,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FAQ.src 7 Oct 2004 15:04:35 -0000 1.1
+++ FAQ.src 12 Oct 2004 09:54:44 -0000 1.2
@@ -1,4 +1,4 @@
-## $Cambridge: exim/exim-doc/doc-src/FAQ.src,v 1.1 2004/10/07 15:04:35 ph10 Exp $
+## $Cambridge: exim/exim-doc/doc-src/FAQ.src,v 1.2 2004/10/12 09:54:44 ph10 Exp $
##
## This file is processed by Perl scripts to produce an ASCII and an HTML
## version. Lines starting with ## are omitted. The markup used with paragraphs
@@ -62,7 +62,7 @@
There are brief descriptions of these files at the end of this document.
Philip Hazel
-Last update: 31-March-2004
+Last update: 12-October-2004
The FAQ is divided into the following sections:
@@ -1548,6 +1548,33 @@
configuration?
A0091: See Q0065.
+
+
+Q0092: Exim crashes when I try to start the daemon, but works fine otherwise.
+
+A0092: There was a known problem (a db incompatibility) that made the function
+ \^^getservbyname()^^\ crash in some operating systems. See, for
+ instance:
+
+ \?http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129025?\
+
+ The workaround in Exim is to set
+
+==> daemon_smtp_port = 25
+
+ in the configuration, to stop Exim calling the failing function.
+
+
+Q0093: The error message \*Program received signal SIGINT, Interrupt.*\ occurs
+ when I try to use Exim with PostgreSQL.
+
+A0093: Check that you have not set
+
+==> log_statement=true
+
+ in the PostgreSQL configuration file. It seems that this causes
+ PostgreSQL to return logging information as the first row in a query
+ result, which totally confuses Exim.