From 7efe8cbec3551a095832d5c01292575ca224b707 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff <gray@Pirx.gnu.org.ua>
Date: Wed, 17 Jun 2009 14:11:15 +0300
Subject: [PATCH] Add NEWS, other organizational changes

---
 .gitignore      |    2 +-
 NEWS            |   69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/.gitignore  |    6 ++++
 misc/.gitignore |    1 +
 4 files changed, 77 insertions(+), 1 deletions(-)
 create mode 100644 NEWS

diff --git a/.gitignore b/.gitignore
index 2857ff7..04f3a0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,4 @@ aclocal.m4
 config.log
 config.status
 stamp-h1
-
+*.tar.gz
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..2c7c709
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,69 @@
+* Syntax checking in createmap
+
+New createmap option, -H fmt, instructs it to check the
+input according to format `fmt'. Allowed formats are:
+access, aliases, and qmgr_conf. Currently only `-H access'
+is implemented.
+
+* SMAR logs relay addresses
+
+A sample log follows:
+
+Jun  2 12:52:50 sun smtpc: sev=INFO, func=sc_rd_reply, thread=1,
+ da_sess=C010000003400000001, da_ta=C010000003500000001,
+ ss_ta=S000000000000024100, rcpt=<vivarine@yahoo.com>, stat=550,
+ reply=550 <vivarine@yahoo.com> unknown or deactivated,
+ relay=68.142.202.247
+
+* Number of pmilter threads is configurable.
+
+This is used by pmult v. 5.1.91 or later, see max-threads-hard
+and max-threads-soft statements in pmult.conf. Use these to
+tailor the number of threads if you experience long delays in
+to policy milters. The default number of threads is 6, which
+is insufficient for most production configurations.
+
+* Parallel sockmaps.
+
+Another possible bottleneck are socket maps, which used to be
+accessed in a serialized manner. This version introduces a
+possibility to run a pool of open socket maps. See README,
+section 3.9 "Configuration for SMAR" (look for keywords:
+min_connections, max_connections, timeout). 
+
+* NOMORE sockmap response
+
+New response code, NOMORE, is introduced in the sockmap protocol.
+See README, section 10.1 "Socket Map" for its description.
+
+* "discard:" mailer
+
+The "discard:" keyword can be used in the rhs of a mt
+entry to specify a mailer that discards all data sent to
+it. The effect is the same as of "discard" keyword in
+access map, except that email addresses having this mailer
+can be used in aliases. For example:
+
+# mt:
+null@myhost.net                    discard:
+
+# meta1.conf:
+  map mtdb {
+      type = hash;
+      file = "mt.db";
+  }
+  mailertable {
+      name = mtdb;
+      flags = { full_address, domain };
+  }
+
+# aliases:
+null:           local:
+bitbucket:	null
+
+* Bugfixes.
+
+
+
+
+    
\ No newline at end of file
diff --git a/doc/.gitignore b/doc/.gitignore
index 2c3568c..91c8d61 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -7,3 +7,9 @@ README.log
 README.ps
 README.toc
 README.txt
+README.ilg
+README.tid
+README.tin
+README.tms
+README.html
+pic1.gif
diff --git a/misc/.gitignore b/misc/.gitignore
index a7b8d6f..6f06a7d 100644
--- a/misc/.gitignore
+++ b/misc/.gitignore
@@ -9,3 +9,4 @@ sm.check.sh
 sm.setup.sh
 smconf
 t-unixcl
+metaconf
-- 
1.6.0.3

