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/12/11 13:40] – [Node Sections] document the BinkpTLS option digital manconfig:sbbsecho.ini [2021/07/07 19:10] – [Node Sections] Enable ini syntax highlighting digital man
Line 1: Line 1:
-====== sbbsecho.ini file ======+====== SBBSecho (FidoNet EchoMail Program) Configuration ======
  
 ''[[dir:ctrl]]/sbbsecho.ini'' is the default configuration filename used by [[util:SBBSecho]] version 3, [[module:BinkIT]] version 2, and [[module:TickIT]] version 1. While other configuration filenames may be passed-to and used-by SBBSecho, the format must be the same [[ini_files|.ini format]] and only one configuration file may be used per invocation of SBBSecho. ''[[dir:ctrl]]/sbbsecho.ini'' is the default configuration filename used by [[util:SBBSecho]] version 3, [[module:BinkIT]] version 2, and [[module:TickIT]] version 1. While other configuration filenames may be passed-to and used-by SBBSecho, the format must be the same [[ini_files|.ini format]] and only one configuration file may be used per invocation of SBBSecho.
  
 The current default ''sbbsecho.ini'' file can be downloaded from CVS [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/sbbsecho.ini|here]]. The current default ''sbbsecho.ini'' file can be downloaded from CVS [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/sbbsecho.ini|here]].
 +
  
 ===== Editing ===== ===== Editing =====
Line 42: Line 43:
 | ''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)|
 +| ''MaxLogSize''            | ''10M''                 | Maximum size (in bytes) of each SBBSecho log file (0 = no limit) |
 +| ''MaxLogsKept''           | ''10''                  | Maximum number of SBBSecho log files to keep |               
 | ''MinFreeDiskSpace''      | ''10M''                 | Minimum amount of available disk space required for SBBSecho to operate | | ''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 | | ''UseOutboxes''           | ''true''                | If a linked-node has an outbox value specified, place outbound files for that node in it |
Line 65: Line 68:
 | ''AreaManager''                  | ''SYSOP''      | BBS user name or alias to notify (via email) of AreaFix activities and errors | | ''AreaManager''                  | ''SYSOP''      | BBS user name or alias to notify (via email) of AreaFix activities and errors |
 | ''EchoStats''                    | ''../data/echostats.ini'' | Path/filename of EchoMail Statistics ("EchoStats") database | | ''EchoStats''                    | ''../data/echostats.ini'' | Path/filename of EchoMail Statistics ("EchoStats") database |
 +| ''RequireLinkedNodeCfg''         | ''true''       | Require that area-linked nodes (in the area file) are configured as linked-nodes |
  
 === NetMail-related settings === === NetMail-related settings ===
Line 133: Line 137:
 | ''Archive''    | ''None''      | Name of a configured archive type or "None" | | ''Archive''    | ''None''      | Name of a configured archive type or "None" |
 | ''Route''      |               | FTN address (e.g. of a hub) to route all EchoMail and NetMail destined for this node's address | | ''Route''      |               | FTN address (e.g. of a hub) to route all EchoMail and NetMail destined for this node's address |
 +| ''LocalAddress'' |             | Optional local system address (AKA) to use when sending packets to this node                   |
 | ''GroupHub''                 | List of Message Groups (comma-separated) for which this linked node is your system's uplink (hub) | | ''GroupHub''                 | List of Message Groups (comma-separated) for which this linked node is your system's uplink (hub) |
 | ''BinkpHost''  |               | Host name or IP address of this link's BinkP mailer (optional) | | ''BinkpHost''  |               | Host name or IP address of this link's BinkP mailer (optional) |
Line 147: Line 152:
  
 === Example === === Example ===
-<file>+<code ini>
 [node:1:218/700] [node:1:218/700]
         Comment = My Hub         Comment = My Hub
Line 175: Line 180:
         Status = Normal         Status = Normal
         Route = 1:218/700                 Route = 1:218/700        
-</file>+</code>
  
 === BinkP Session-Security === === BinkP Session-Security ===
Line 217: Line 222:
 ===== See Also ===== ===== See Also =====
   * [[:config:|config index]]   * [[:config:|config index]]
-  * [[:util:SBBSecho]] +  * [[:util:SBBSecho]] FidoNet EchoMail program (tosser/scanner) 
-  * [[:util:echocfg]]+  * [[:util:echocfg]] SBBSecho Configuration utility 
 +  * [[:module:BinkIT]] FidoNet/BINKP mailer
  
-{{tag>}}+{{tag>fidonet}}