r182 - in trunk: . doc

Laurent Fousse lfousse at costa.debian.org
Mon Feb 28 23:01:58 CET 2005


Author: lfousse
Date: 2005-02-28 23:01:58 +0100 (Mon, 28 Feb 2005)
New Revision: 182

Added:
   trunk/cabot.conf
Modified:
   trunk/doc/ca-config.pod
Log:
Better documentation for `sendmail' parameter. Add sample cabot.conf.


Added: trunk/cabot.conf
===================================================================
--- trunk/cabot.conf	2005-02-28 21:05:00 UTC (rev 181)
+++ trunk/cabot.conf	2005-02-28 22:01:58 UTC (rev 182)
@@ -0,0 +1,22 @@
+# System-wide cabot configuration.
+# Sets some defaults that need not really be redifined by every user.
+# See ca-config(5)
+
+$CONFIG{'sendmail'} = '|/usr/lib/sendmail -t';
+
+$CONFIG{'preamble'}    = << "EOF";
+You are being sent this mail because we exchanged PGP/GPG key
+fingerprints at some point in the past.  This mail is semiautomatic
+from my PGP/GPG CA management software; my apologies for the formality.
+If for some reason you need to talk to me rather than my bot, please
+mail me personally: $CONFIG{'name'}.
+
+Please decrypt the following message for instructions on how to
+complete the certification protocol.
+
+EOF
+
+$CONFIG{'keyservers'}  = [
+        'pgp.mit.edu',
+        'sks.keyserver.penguin.de' ];
+

Modified: trunk/doc/ca-config.pod
===================================================================
--- trunk/doc/ca-config.pod	2005-02-28 21:05:00 UTC (rev 181)
+++ trunk/doc/ca-config.pod	2005-02-28 22:01:58 UTC (rev 182)
@@ -92,7 +92,7 @@
 
 =item sendmail
 
-Pipe for sending mail.
+Pipe for sending mail. Usually C<'|/usr/lib/sendmail -t'>.
 
 =item keyservers
 



More information about the Cabot-commit mailing list