summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-05 20:30:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-05 20:30:10 +0000
commit5d286f5d98dc932fff3754e3c992c40a765a3167 (patch)
tree42687e735bc6d5945c16d562286a71946b4aa51c /NEWS
parent6d0cedd187ded1c0098f3852eeddb847c4a0b1fa (diff)
downloadmailutils-5d286f5d98dc932fff3754e3c992c40a765a3167.tar.gz
mailutils-5d286f5d98dc932fff3754e3c992c40a765a3167.tar.bz2
* NEWS: Update.
* mailbox/Makefile.am: Replace tcpsrv.c with ipsrv.c. * mailbox/tcpsrv.c: Replace with ... * mailbox/ipsrv.c: ... this file, which supports both TCP and UDP. * mailbox/msrv.c: Use mu_ip_server_t. * mailbox/server.c (mu_server_destroy): Bugfix. * comsat/comsat.c, comsat/comsat.h: Use m-server. * maidag/lmtp.c, maidag/maidag.h, pop3d/pop3d.c: Update to match changed m-server types. * include/mailutils/server.h (mu_tcp_*): Replace with mu_ip_*. Add new prototypes. * include/mailutils/types.hin: Likewise. * lib/tcpwrap.c, lib/tcpwrap.h (mu_tcp_wrapper_prefork): Update signature to match mu_m_server_prefork_fp. * examples/echosrv.c: Use mu_ip_server_t * imap4d/idle.c, imap4d/imap4d.c, imap4d/imap4d.h, imap4d/preauth.c, imap4d/util.c: Remove mu_gocs_daemon. * include/mailutils/gocs.h, include/mailutils/libargp.h, include/mailutils/libargp.h, libargp/cmdline.c, libargp/common.c, libcfg/common.c, libcfg/init.c, mailbox/daemon.c, mailbox/gocs.c: Remove mu_gocs_daemon. * mailbox/amd.c (amd_open): Provide a null-locker. * include/mailutils/locker.h, mailbox/locker.c (mu_locker_mod_flags): New function. * examples/config/mailutils.schema: LDAP schema for Mailutils. * examples/config/Makefile.am: Add mailutils.schema * dotlock/dotlock.c (main): Remove superfluous invocation of mu_locker_set_flags. * libproto/mbox/mbox.c (mbox_quick_get_message): Return MU_ERR_NOENT if mailbox is empty. * mailbox/tcpsrv.c (family_to_proto): Rename to mu_address_family_to_domain. * po/POTFILES.in: Update. * pop3d/lock.c (pop3d_lock): use mu_locker_mod_flags, instead of mu_locker_set_flags.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index c9872e5d5..de3a21f2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2008-01-04
+GNU mailutils NEWS -- history of user-visible changes. 2008-01-05
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -93,12 +93,13 @@ PREAUTH mode:
DES encrypted replies are understood.
3. prog - Imap4d invokes an external program to authenticate the
- connection. Four arguments are supplied to the program:
+ connection. The command line is obtained from the supplied string,
+ by expandind the following variables:
- 1) Remote IP address in dotted-quad notation;
- 2) Remote port number;
- 3) Local IP address (currently "0.0.0.0");
- 4) Local port number.
+ 1) ${client_address} - Remote IP address in dotted-quad notation;
+ 2) ${client_port} - Remote port number;
+ 3) ${server_address} - Local IP address;
+ 4) ${server_port} - Local port number.
If the connection is authenticated, the program should print the
user name, followed by a newline character, on its standard

Return to:

Send suggestions and report system problems to the System administrator.