savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [98] include debugging info from rwp


From: karl
Subject: [Savannah-cvs] [98] include debugging info from rwp
Date: Thu, 02 Oct 2014 23:52:06 +0000

Revision: 98
          http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=98
Author:   karl
Date:     2014-10-02 23:51:58 +0000 (Thu, 02 Oct 2014)
Log Message:
-----------
include debugging info from rwp

Modified Paths:
--------------
    trunk/sviki/MailSystem.mdwn

Modified: trunk/sviki/MailSystem.mdwn
===================================================================
--- trunk/sviki/MailSystem.mdwn 2014-08-18 23:20:45 UTC (rev 97)
+++ trunk/sviki/MailSystem.mdwn 2014-10-02 23:51:58 UTC (rev 98)
@@ -90,3 +90,26 @@
 
 > -   smarthost = 10.1.0.101
 > -   `QUEUERUNNER='queueonly'`
+
+Debugging
+---------
+
+Mail mostly happens from frontend.  The PHP there would send the email.
+If you have a received message in hand, you can see the trail of servers
+in the Received: headers.  It starts from PHP.  It goes from there to
+/usr/sbin/sendmail (exim4 on those systems) and then out to
+eggs.gnu.org, then to lists.gnu.org and out to the mailing list for
+delivery.
+
+If there is an error in sending the PHP and Apache combination should
+log an error to the frontend:/var/log/apache2/error.log file.
+
+All of the mail status should be logged to
+frontend:/var/log/exim4/mainlog.  When a message is sent you should see
+the transaction logged there.
+
+Logs are rotated.  If you are looking back into the past you will need
+to look through `mainlog.1` and older to find the transaction.
+
+You can see messages pending for delivery in the mail queue with the
+`mailq` command on frontend.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]