aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-06-14 11:53:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-06-14 11:53:17 +0000
commitdec7fb43ebc3caec61c79b158905ab31e265650c (patch)
tree394e97c43daaf1e26e74f3651b76865d533d03e1
parentd87f13acd9788d9b4f37c8a30bea97f60fe78a79 (diff)
downloadmailfromd-dec7fb43ebc3caec61c79b158905ab31e265650c.tar.gz
mailfromd-dec7fb43ebc3caec61c79b158905ab31e265650c.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/branches/v_1_0@229 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--ChangeLog10
-rw-r--r--NEWS10
-rw-r--r--README2
-rw-r--r--doc/mailfromd.texi8
4 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9716841a..1cb6b8b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-06-14 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/Makefile.am (AM_CPPFLAGS): Remove -DMU_COMPAT. We need
+ newest MU
+ * src/gram.y: Adopt new MU namespace
+ * src/lex.l: Likewise
+ * src/mailfrom.h: Likewise
+ * src/main.c: New option --source (#pragma source)
+ Adopt new MU namespace
+
2006-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
-= Release 1.4 =-
diff --git a/NEWS b/NEWS
index c8329fd8..55686c50 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,16 @@ See the end of file for copying conditions.
Please send radius bug reports to <bug-mailfromd@gnu.org.ua>
+Version 1.4.90 - CVS
+
+* Require CVS mailutils.
+
+* Configuration file
+
+** New pragma 'source' allows to set source address for TCP connections.
+Corresponds to the command line option --source.
+
+
Version 1.4
* Configuration
diff --git a/README b/README
index ec5820ca..97fe9d09 100644
--- a/README
+++ b/README
@@ -92,7 +92,7 @@ the copy of this chapter:
./configure --with-forks=/usr/local/lib/libmilter-fork.a
- C. GNU mailutils version 0.6 or newer.
+ C. GNU mailutils version 0.6.94 (CVS) or newer.
It is available from `http://www.gnu.org/software/mailutils'.
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 6936c74f..86cbff30 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -582,6 +582,10 @@ domains is analyzed by @code{relayed} directive
#pragma option relay "/etc/mail/relay-domains"
@end smallexample
+@item source @var{address}
+@cindex @option{source}, pragma
+ Sets source address for TCP connections.
+
@item timeout @var{number}
@cindex @option{timeout}, pragma
Sets I/O operation timeout in seconds. @command{Mailfromd} will
@@ -1340,6 +1344,10 @@ Set pidfile name. Overrides @samp{#pragma option pidfile}.
@itemx --remove
Force removing local socket file, if it already exists.
+@item -S
+@itemx --source
+Set source address for TCP connections. Overrides @samp{#pragma option source}.
+
@item -u @var{name}
@itemx --user @var{name}
Switch to this user privileges after startup. Overrides @samp{#pragma

Return to:

Send suggestions and report system problems to the System administrator.