From 0c2054f3e686cad6010457a78dd7cd069a47222f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 12 Jan 2003 05:02:02 +0000 Subject: [PATCH] * Start marking things for 6.05 release --- citadel/ChangeLog | 4 +++- citadel/citadel.h | 4 ++-- citadel/docs/copyright.txt | 6 +++--- citadel/docs/inetsiteconfig.txt | 13 +++++++++++++ citadel/techdoc/session.txt | 2 +- 5 files changed, 22 insertions(+), 7 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index a095dcdf6..45cea01ba 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 601.104 2003/01/12 05:01:58 ajc + * Start marking things for 6.05 release + Revision 601.103 2003/01/12 04:48:23 ajc * Display message subjects in magenta instead of white @@ -4355,4 +4358,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import - diff --git a/citadel/citadel.h b/citadel/citadel.h index 693d1cf47..b64cb7726 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -23,7 +23,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel/UX 6.01" +#define CITADEL "Citadel/UX 6.05" /* * REV_LEVEL is the current version number (multiplied by 100 to avoid having @@ -32,7 +32,7 @@ extern "C" { * are older than REV_MIN, none of the programs will work until the setup * program is run again to bring things up to date. */ -#define REV_LEVEL 601 /* This version */ +#define REV_LEVEL 605 /* This version */ #define REV_MIN 591 /* Oldest compatible version */ #define SERVER_TYPE 0 /* zero for stock Citadel/UX; other developers please diff --git a/citadel/docs/copyright.txt b/citadel/docs/copyright.txt index 2ea76f4ba..7281d020d 100644 --- a/citadel/docs/copyright.txt +++ b/citadel/docs/copyright.txt @@ -1,8 +1,8 @@ ----------------------- - Citadel/UX version 6.01 + Citadel/UX version 6.05 ----------------------- - Copyright (c) 1987-2002 by the Citadel development team. + Copyright (c) 1987-2003 by the Citadel development team. Steven M. Bellovin (author of public domain 'parsedate' function) Nathan Bryant (build system, security, database access, and others) @@ -13,7 +13,7 @@ Daniel Malament (string compare function for IMAP server) Stu Mark (additional client features, IGnet protocol design) Ben Mehlman (additional client features) - Ari Samson (project management) + Ari Samson (assistance with project management) John Walker (author of public domain base64 encoder/decoder) Steve Williams (documentation) Ethan Young (IGnet protocol design) diff --git a/citadel/docs/inetsiteconfig.txt b/citadel/docs/inetsiteconfig.txt index 5a037d117..bf93ba2e9 100644 --- a/citadel/docs/inetsiteconfig.txt +++ b/citadel/docs/inetsiteconfig.txt @@ -21,6 +21,9 @@ Enter host name: pixel.citadel.org (1) localhost (Alias for this computer) (2) gateway domain (Domain for all Citadel systems) (3) smart-host (Forward all outbound mail to this host) + (4) directory (Consult the Global Address Book) + (5) SpamAssassin (Address of SpamAssassin server) + Which one [1]: @@ -41,5 +44,15 @@ addresses are dynamically assigned) a lot of MTA filters will block mail from your address. So unless you have a static domain, you'll probably want to send mail through a smart host. Usually your ISP will provide you with that information. + +directory: +A domain for which you are participating in directory services, perhaps across +any number of Citadel nodes. This is new and not fully supported yet. + +SpamAssassin: +You can configure Citadel to use the excellent SpamAssassin software (read +more at http://www.spamassassin.org to learn about it) to filter out incoming +spam from your system. Learn how to do this by reading the documentation +at http://www.citadel.org/spamassassin.php All you have to do is save and you're done. diff --git a/citadel/techdoc/session.txt b/citadel/techdoc/session.txt index b4175a0ce..2f0907a97 100644 --- a/citadel/techdoc/session.txt +++ b/citadel/techdoc/session.txt @@ -1,5 +1,5 @@ SESSION LAYER PROTOCOL FOR CITADEL/UX - (c) 1995-2002 by Art Cancro et. al. All Rights Reserved + (c) 1995-2003 by Art Cancro et. al. All Rights Reserved INTRODUCTION -- 2.39.2