From: Art Cancro Date: Fri, 17 Sep 2004 16:54:14 +0000 (+0000) Subject: * Updated documentation to include information about setting up MSA 587 port. X-Git-Tag: v7.86~5254 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=2e88e7e410d99b118feaa2618916e2370b834b97;p=citadel.git * Updated documentation to include information about setting up MSA 587 port. --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 180b70a4d..815312b0e 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 625.26 2004/09/17 16:54:13 ajc + * Updated documentation to include information about setting up MSA 587 port. + Revision 625.25 2004/09/17 04:14:18 ajc * serv_network.c: added a missing \n in log output @@ -6094,4 +6097,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import - diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index 227a2219d..07f384af4 100644 --- a/citadel/docs/citadel.html +++ b/citadel/docs/citadel.html @@ -7,7 +7,7 @@
-

Citadel

+

C I T A D E L

a messaging and collaboration platform for BBS and groupware applications

Copyright ©1987-2004 by the Citadel development team:
@@ -1600,7 +1600,7 @@ with a much smaller thread pool. If you don't know the programming theory behind multithreaded servers, you should leave these parameters alone.

The next set of options affect how Citadel behaves on a network.

-
How often to run network jobs (in seconds) [3600]: 

POP3 server port (-1 to disable) [110]:

IMAP server port (-1 to disable) [143]:

SMTP server port (-1 to disable) [25]:

Correct forged From: lines during authenticated SMTP [Yes]:

+
How often to run network jobs (in seconds) [3600]: 

POP3 server port (-1 to disable) [110]:

IMAP server port (-1 to disable) [143]:

SMTP MTA server port (-1 to disable) [25]:

SMTP MSA server port (-1 to disable) [587]:

Correct forged From: lines during authenticated SMTP [Yes]:

"How often to run network jobs" refers to the sharing of content on a Citadel network. If your system is on a Citadel network, this @@ -1616,6 +1616,16 @@ are essential, so you'll want to specify the standard port numbers: 25, though, then you might want to choose other, unused port numbers, or enter -1 for any protocol to disable it entirely.

+

You'll also notice that you can specify two port numbers for SMTP: one +for MTA (Mail Transport Agent) and one for MSA (Mail Submission Agent). The +traditional ports to use for these purposes are 25 and 587. If you are +running an external MTA, such as Postfix (which submits mail to Citadel using +LMTP) or Sendmail (which submits mail to Citadel using the 'citmail' +delivery agent), that external MTA will be running on port 25, and you should +specify "-1" for the Citadel MTA port to disable it. The MSA port (again, +usually 587) would be the port used by end-user mail client programs such as +Aethera, Thunderbird, Eudora, or Outlook, to submit mail into the system. +All connections to the MSA port must use Authenticated SMTP.

The question about correcting forged From: lines affects how Citadel behaves with authenticated SMTP clients. Citadel does not ever allow third-party SMTP relaying from unauthenticated clients -- any incoming @@ -1698,7 +1708,7 @@ spread out across many servers on a Citadel network)

  • Easy-to-configure integration with SpamAssassin can block spam before it enters the mail system
  • -
  • Easy-to-configuration integration with most Realtime Blackhole +
  • Easy-to-configure integration with most Realtime Blackhole Lists (RBL) provide further defense against spammers
  • This section of the documentation will demonstrate how to configure