Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
config:sbbsecho.ini [2019/07/12 16:50] – [Node Sections] Mention BinkIT's support for file boxes (or lack thereof) digital manconfig:sbbsecho.ini [2019/12/11 13:40] – [Node Sections] document the BinkpTLS option digital man
Line 33: Line 33:
 | ''LogLevel''            | ''Informational''         | Minimum severity of log messages written to the log file | | ''LogLevel''            | ''Informational''         | Minimum severity of log messages written to the log file |
 | ''StripLineFeeds''        | ''false''               | Strip line-feed (ASCII 10) characters from exported messages | | ''StripLineFeeds''        | ''false''               | Strip line-feed (ASCII 10) characters from exported messages |
 +| ''StripSoftCRs''          | ''true''                | Strip soft carriage-return (0x8D) characters from imported messages |
 | ''BinkleyStyleOutbound''  | ''true''                | Mailer is BSO/FLO style (rather than ArcMail/Attach style) |   | ''BinkleyStyleOutbound''  | ''true''                | Mailer is BSO/FLO style (rather than ArcMail/Attach style) |  
 | ''BsyTimeout''            | ''12 hours''            | Time-out duration when attempting to lock ''.bsy'' files | | ''BsyTimeout''            | ''12 hours''            | Time-out duration when attempting to lock ''.bsy'' files |
Line 41: Line 42:
 | ''AreaFileBackups''       | ''100''                 | Number of Area File backups to maintain (for Area Manager modifications) | | ''AreaFileBackups''       | ''100''                 | Number of Area File backups to maintain (for Area Manager modifications) |
 | ''CfgFileBackups''        | ''100''                 | Number of configuration file backups to maintain (for Area Manager or EchoCfg modifications)| | ''CfgFileBackups''        | ''100''                 | Number of configuration file backups to maintain (for Area Manager or EchoCfg modifications)|
 +| ''MinFreeDiskSpace''      | ''10M''                 | Minimum amount of available disk space required for SBBSecho to operate |
 +| ''UseOutboxes''           | ''true''                | If a linked-node has an outbox value specified, place outbound files for that node in it |
 +| ''AutoUTF8''              | ''true''                | Automatically detect UTF-8-encoded incoming messages and mark them accordingly |
  
 === EchoMail-related settings === === EchoMail-related settings ===
Line 55: Line 59:
 | ''ZoneBlindThreshold''           | ''65535''      | Zone numbers less than this will be considered //blind// (all part of the same node number "namespace") | | ''ZoneBlindThreshold''           | ''65535''      | Zone numbers less than this will be considered //blind// (all part of the same node number "namespace") |
 | ''AreaAddFromEcholistsOnly''     | ''false''      | Allow echoes to be AreaFix-added from Additional EchoLists only (not Area File) | | ''AreaAddFromEcholistsOnly''     | ''false''      | Allow echoes to be AreaFix-added from Additional EchoLists only (not Area File) |
-| ''AutoAddSubs''                  | ''true''       | Automatically add new Sub-boards within linked Message Groups to the Area File |+| ''AutoAddSubs''                  | ''true''       | Automatically add new Sub-boards within linked Message Groups to the run-time Area List | 
 +| ''AutoAddToAreaFile''            | ''true''       | Automatically add new Sub-boards within linked Message Groups to the on-disk Area File |
 | ''MaxEchomailAge''               | ''60 days''    | Age limit (in days) of EchoMail messages that may be imported (0 = no limit) | | ''MaxEchomailAge''               | ''60 days''    | Age limit (in days) of EchoMail messages that may be imported (0 = no limit) |
 | ''RelayFilteredMsgs''            | ''false''      | Messages that are filtered (e.g. due to age) will be relayed to downlinks | | ''RelayFilteredMsgs''            | ''false''      | Messages that are filtered (e.g. due to age) will be relayed to downlinks |
Line 136: Line 141:
 | ''BinkpAllowPlainText'' | ''true'' | Allow plain-text (unencrypted) communication with this linked node | | ''BinkpAllowPlainText'' | ''true'' | Allow plain-text (unencrypted) communication with this linked node |
 | ''BinkpSourceAddress''  |          | Use an alternative FTN address as the source address when communicating with this node via BinkP | | ''BinkpSourceAddress''  |          | Use an alternative FTN address as the source address when communicating with this node via BinkP |
 +| ''BinkpTLS''            | ''false''| Use implicit TLS for outbound encrypted connections with this linked node |
  
 **NOTE:** **NOTE:**
Line 184: Line 190:
  
 Also note: authentication is performed by the //answering// BinkP node (server/service), so while one security level may work okay for outgoing connections to a linked-node, its possible that there could be problems (incompatibilities) with incoming connections from that same linked-node. It's a good idea to test both incoming and outgoing connections with a linked-node before increasing the BinkP session security level. Also note: authentication is performed by the //answering// BinkP node (server/service), so while one security level may work okay for outgoing connections to a linked-node, its possible that there could be problems (incompatibilities) with incoming connections from that same linked-node. It's a good idea to test both incoming and outgoing connections with a linked-node before increasing the BinkP session security level.
 +
  
 ==== Domain Sections ==== ==== Domain Sections ====