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
util:sbbsecho [2018/03/01 12:11] – Links to util:binkit changed to module:binkit digital manutil:sbbsecho [2024/01/07 15:25] (current) – [EchoCfg] flags -> keys digital man
Line 1: Line 1:
-====== SBBSecho ======+====== SBBSecho - FidoNet Tosser ======
    
 Synchronet's FidoNet EchoMail Program Synchronet's FidoNet EchoMail Program
  
 ===== Introduction ===== ===== Introduction =====
-SBBSecho is an FTN echomail program (tosser/scanner) for Synchronet BBS version 2.0 and higher. SBBSecho is not a [[resource:FidoNet mailer]] (you'll still need [[resource:fidonet_mailer|one of those]]).+SBBSecho is an FTN echomail program (tosser/scanner) for Synchronet BBS version 2.0 and higher. SBBSecho is not a [[resource:FidoNet mailer]] (you'll still need [[resource:fidonet_mailer|one of those]], e.g. [[module:BinkIT]]).
  
 As of SBBSecho v2.30 (Nov-2015), SBBSecho will also export FTN NetMail from the Synchronet mail base (''data/mail'' message base) to FTS-1 (''*.msg'') files. As of SBBSecho v2.30 (Nov-2015), SBBSecho will also export FTN NetMail from the Synchronet mail base (''data/mail'' message base) to FTS-1 (''*.msg'') files.
-  * This feature allows the gating of SMTP (Internet e-mail) to FTN netmail by sending email to "**//name//@p//<point>//.f//<node>//.n//<net>//.z//<zone>//.fidonet**" or "**//name//@.f//<node>//.n//<net>//.z//<zone>//.fidonet**". The [[server:Mail|Synchronet Mail Server]] rev 1.588 (Nov-24-2015) or later will accept email addressed in this manner and save the messages in the mail base as FidoNet netmail. +  * This feature allows the gating of SMTP (Internet e-mail) to FTN netmail by sending email to "**//name//@p//<point>//.f//<node>//.n//<net>//.z//<zone>//.fidonet**" or "**//name//@f//<node>//.n//<net>//.z//<zone>//.fidonet**". The [[server:Mail|Synchronet Mail Server]] rev 1.588 (Nov-24-2015) or later will accept email addressed in this manner and save the messages in the mail base as FidoNet netmail, when addressed to a local BBS user name or alias
-  * This feature allows FidoNet netmail to be sent using JavaScript methods (e.g. via the [[server:web|Synchronet Web Server]])+  * This feature allows FidoNet netmail to be sent using JavaScript methods (e.g. via the [[server:web|Synchronet Web Server]]) as well as [[util:smbutil]] and [[module:postmsg]].
  
 In 2016, SBBSecho was overhauled and christened //version 3//. The documentation here is in the process of being updated to reflect all the changes in SBBSecho version 3. For more details about SBBSecho version 3, see [[#Version 3]]. In 2016, SBBSecho was overhauled and christened //version 3//. The documentation here is in the process of being updated to reflect all the changes in SBBSecho version 3. For more details about SBBSecho version 3, see [[#Version 3]].
Line 16: Line 16:
 The terminology used with FidoNet networking technology can be as confusing as it is particular. In our [[ref:FidoNet Glossary]] we attempt to define some terms we will be using through-out this article to describe the features and functions of SBBSecho. If you come across a term you aren't familiar with, please check the [[ref:FidoNet Glossary]]. The terminology used with FidoNet networking technology can be as confusing as it is particular. In our [[ref:FidoNet Glossary]] we attempt to define some terms we will be using through-out this article to describe the features and functions of SBBSecho. If you come across a term you aren't familiar with, please check the [[ref:FidoNet Glossary]].
    
-===== Installation =====+===== Install =====
  
-SBBSecho and its configuration program, EchoCfg, come with Synchronet BBS software (i.e. their executables can be found in your Synchronet ''[[dir:exec]]'' directory. So it usually requires no special installation steps of its own.+SBBSecho and its configuration program, EchoCfg, come with Synchronet BBS software (i.e. their executables can be found in your Synchronet ''[[dir:exec]]'' directory). So the program itself usually requires no special installation steps of its own.
  
-SBBSecho expects to find an area file (e.g. ''areas.bbs'') in your Synchronet ''[[dir:data]]'' +Things you should have before you proceed: 
-directory. You will need to create the Area File in order for SBBSecho to do anything with EchoMail messages. Importing and exporting //NetMail// does not require an area file.+  - Your hub/uplink's FidoNet address 
 +  - Your hub/uplink's Internet hostname or IP address 
 +  - Your own FidoNet address (use ''<//zone//>:<//net//>/9999'' if you have not yet been assigned a FidoNet address) 
 +  - Your hub-agreed-upon BinkP session password 
 +  - Your hub-agreed-upon packet password (optional) 
 +  - Your hub-agreed-upon AreaFix password (optional) 
 +  - An //EchoList// file for the network (e.g. ''BACKBONE.NA'')
  
-[[module:binkit]] can also export a group of message areas (sub-boards) to an SBBSecho-compatible Area File. +==== Message Group ==== 
-You may want to first import a network's EchoList (e.g. FidoNet's ''BACKBONE.NA'') into a message group (using [[module:binkit]]) and then export the networked message group(s) from [[module:binkit]] to the SBBSecho-compatible Area File once you're linked successfully with your network hub.+
  
-===== Area File Format =====+Create a message group called "FidoNet" (or whatever is most appropriate for the network) in [[util:SCFG]]->Message Areas: 
 +<file> 
 +╔══════════════════════════════════════════════════════════╗ 
 +║                       FidoNet Group                      ║ 
 +╠══════════════════════════════════════════════════════════╣ 
 +║ │Long Name                  FidoNet                      ║ 
 +║ │Short Name                 FidoNet                      ║ 
 +║ │Internal Code Prefix       FIDONET_                     ║ 
 +║ │Access Requirements                                     ║ 
 +║ │Sort Group by Sub-board    Index Position               ║ 
 +║ │Clone Options                                           ║ 
 +║ │Export Areas...                                         ║ 
 +║ │Import Areas...                                         ║ 
 +║ │Message Sub-boards...                                   ║ 
 +╚══════════════════════════════════════════════════════════╝ 
 + 
 +</file> 
 + 
 +==== EchoList ==== 
 + 
 +Now, import a list of the public message areas ("echoes") from the network's standard EchoList (e.g. FidoNet's ''BACKBONE.NA'' file) into your new message group using the Message Group "Import Areas..." option in [[util:SCFG]]: 
 +<file> 
 +╔═════════════════════════════════════════╗ 
 +║         Import Area File Format         ║ 
 +╠═════════════════════════════════════════╣ 
 +║ │subs.txt        Synchronet Sub-boards  ║ 
 +║ │control.dat     QWK Conference List    ║ 
 +║ │areas.bbs       Generic Area File      ║ 
 +║ │areas.bbs       SBBSecho Area File     ║ 
 +->│backbone.na     FidoNet EchoList      <- 
 +║ │badareas.lst    SBBSecho Bad Area List ║ 
 +╚═════════════════════════════════════════╝ 
 +</file> 
 + 
 +An alternative method is to instead subscribe/link to the echoes (on your hub/uplink) you wish to carry on your BBS (e.g. via AreaFix request netmail message) and then as SBBSecho attempts to import received packets, it will add unknown areas to your ''[[dir:data]]/badareas.lst'' file. Import that file (''badareas.lst'') into SCFG->Message Areas->FidoNet. SBBSecho will automatically remove "known" areas from the ''badareas.lst'' file after they've been added to SCFG. You will lose some EchoMail messages using this scheme. 
 +===== Area File ===== 
 + 
 +By default, SBBSecho will try to open an //Area File// (by default, ''[[dir:data]]/areas.bbs''). The Area File can be used to associate FidoNet EchoTags with sub-boards configured in [[util:SCFG]]->Message Areas. You can also specify downlinks and pass-through areas in an Area File, if need be. The Area File is optional, not strictly needed, when you have the "Automatically Add New Subs to Area List" option enabled and set to "List Only" in [[util:EchoCfg]]->EchoMail Settings. 
 + 
 +To successfully operate without an Area File, you must have your hub configured in [[util:EchoCfg]]->Linked Nodes with its "Uplink for Message Groups" setting set to the //short name// of the message group you created for this network in [[util:SCFG]]->Message Areas. 
 + 
 +You will need an Area File if you are to have any downlinks (nodes for which you are //their// hub to the network). 
 + 
 +[[util:SCFG]] can also export a group of message areas (sub-boards) to an SBBSecho-compatible Area File using the Message Group "Export Areas..." option: 
 +<file> 
 +╔═══════════════════════════════════════╗ 
 +║        Export Area File Format        ║ 
 +╠═══════════════════════════════════════╣ 
 +║ │subs.txt       Synchronet Sub-boards ║ 
 +->│areas.bbs      SBBSecho Area File   <
 +║ │backbone.na    FidoNet EchoList      ║ 
 +╚═══════════════════════════════════════╝ 
 +</file> 
 + 
 +If the ''AutoAddSubs'' feature is enabled, sub-boards configured in SCFG->Message Areas may be //automatically// added to your Area File when the network hub (your uplink) has be configured in EchoCfg->Linked Nodes and the "Group Hub" setting for that link set to the name of the corresponding message group in SCFG->Message Areas. This Auto-Add procedure happens during SBBSecho initialization and is not dependent upon receiving any echomail messages for the configured message areas. 
 + 
 +==== Format ====
  
 Each line of the SBBSecho Area File (e.g. ''areas.bbs'') represents an EchoMail message //area// in the following format: Each line of the SBBSecho Area File (e.g. ''areas.bbs'') represents an EchoMail message //area// in the following format:
Line 32: Line 93:
 Where each field is separated by white-space (space or tab characters) and the fields are: Where each field is separated by white-space (space or tab characters) and the fields are:
  
-==== CODE ====+=== CODE ===
 The ''CODE'' field is the internal code of the sub-board. The ''CODE'' field is the internal code of the sub-board.
  
 Internal codes consist of a combination of the Message Group's "code prefix" and the Sub-board's "code suffix". The full internal code may be as long as 16 characters and may not contain white-space or any invalid filename characters. Internal codes consist of a combination of the Message Group's "code prefix" and the Sub-board's "code suffix". The full internal code may be as long as 16 characters and may not contain white-space or any invalid filename characters.
  
-=== Pass-through Areas === +== Pass-through Areas == 
-Any unrecognized internal codes are considered //pass-through// (not imported into your BBS's message areas). Using "''P''" for the internal code of pass-through areas will prevent warnings from being logged about the internal code not being found in your BBS's message base configuration (i.e. in ''[[module:binkit]]''->Message Areas).+Any unrecognized internal codes are considered //pass-through// (not imported into your BBS's message areas). Using "''P''" for the internal code of pass-through areas will prevent warnings from being logged about the internal code not being found in your BBS's message base configuration (i.e. in ''[[util:SCFG]]''->Message Areas).
  
-==== TAG ====+=== TAG ===
 The ''TAG'' field is the FTN area tag (or echo tag) as shown in your FTN network's agreed upon echo list file (e.g. ''BACKBONE.NA'' for the FidoNet North American backbone). Area tags may not contain white-space characters. The ''TAG'' field is the FTN area tag (or echo tag) as shown in your FTN network's agreed upon echo list file (e.g. ''BACKBONE.NA'' for the FidoNet North American backbone). Area tags may not contain white-space characters.
  
-=== Long Tags === +== Long Tags == 
-Although standard FidoNet echo tags may be as long as 35 characters, Synchronet's Sub-board //short names// are limited to 25 characters. When importing and exporting FTN areas (e.g. to/from ''areas.bbs'' or EchoList files), usually the echo tag is copied to or derived from the associated Sub-board'short name. For this reasonecho tags longer than 25 characters in length may present problem for some import/export or auto-create scenarios.+Although standard FidoNet echo tags (AKA "area tag"may be as long as 35 characters, Synchronet's Sub-board //short names// are limited to a length of 25 characters. As of July 28, 2018, Synchronet v3.17a will import (e.g. from ''BACKBONE.NA'' file) echo tags longer than 25 characters into the "Newsgroup" name of the sub-board. Each sub-board'"Newsgroup" name can accommodate a length of up to 63 characters (no spaces)Likewisewhen exporting message areas from SCFG or SBBSecho (e.g. to an ''areas.bbs'' file), if "Newsgroup" name is defined for a message area, it will be used for the exported echo tag of that exported area.
  
-=== Bad Echo Area ===+== Bad Echo Area ==
  
 If an area's ''TAG'' field value is a ''*'' (asterisk), then the area will be considered a "bad echo" area and will receive all messages for areas not otherwise specified in this file (sort of a 'catch-all' bin for 'unknown' areas). You can have **only one** "bad echo" area configured in your Area File. To //re-toss// (move) messages from the "bad echo" area into newly added or linked sub-boards, run SBBSecho with the ''-r'' command-line option.  If an area's ''TAG'' field value is a ''*'' (asterisk), then the area will be considered a "bad echo" area and will receive all messages for areas not otherwise specified in this file (sort of a 'catch-all' bin for 'unknown' areas). You can have **only one** "bad echo" area configured in your Area File. To //re-toss// (move) messages from the "bad echo" area into newly added or linked sub-boards, run SBBSecho with the ''-r'' command-line option. 
  
-==== LINK ====+=== LINK ===
 Each ''LINK'' field is an FTN address which you wish to import mail from and export mail to. At the very least, your uplink's (hub's) address should be listed here. Your address should **NOT** be listed here. If multiple link fields are specified, you should specify the full 3D or 4D address for each. Links can be remotely added or removed from the Area File by authenticated Nodes using AreaFix. Each ''LINK'' field is an FTN address which you wish to import mail from and export mail to. At the very least, your uplink's (hub's) address should be listed here. Your address should **NOT** be listed here. If multiple link fields are specified, you should specify the full 3D or 4D address for each. Links can be remotely added or removed from the Area File by authenticated Nodes using AreaFix.
  
 Lines beginning with a semicolon (;) are considered comments, and are ignored. Lines beginning with a semicolon (;) are considered comments, and are ignored.
-==== Area File Example ====+==== Example ====
  
 <file> <file>
Line 62: Line 123:
 </file> </file>
  
-The amount of spacing (white-space characters including horizontal tabs and spaces) between each element in the line is not important. Each +The amount of spacing (white-space characters including horizontal tabs and spaces) between each element in the line is not important. Each line may be up to 1024 characters in length.
-line may be up to 1024 characters in length.+
  
-===== Configuration =====+===== Configure =====
    
 In order to set up SBBSecho for your system you must: In order to set up SBBSecho for your system you must:
-  - Configure your fundamental FTN settings (e.g. system address) in [[module:binkit]] +  - Configure your fundamental FTN settings (e.g. system address) in [[util:SCFG]]->Networks->FidoNet. 
-  - Use the ''[[module:binkit]]'' utility (highly recommended) or edit your ''[[dir:ctrl]]/sbbsecho.ini'' configuration (text) file by hand+  - Use the ''[[util:EchoCfg]]'' utility (highly recommended) or edit your ''[[dir:ctrl]]/sbbsecho.ini'' configuration (text) file by hand
  
 ==== SCFG ==== ==== SCFG ====
  
-The fundamental FTN-related system settings are configured via [[module:binkit]]->Networks->FidoNet EchoMail and NetMail:+The fundamental FTN-related system settings are configured via [[SCFG]]->Networks->FidoNet EchoMail and NetMail:
 <file> <file>
 ╔══════════════════════════════════════════════════════════╗ ╔══════════════════════════════════════════════════════════╗
Line 79: Line 139:
 ╠══════════════════════════════════════════════════════════╣ ╠══════════════════════════════════════════════════════════╣
 ║ │System Addresses                                        ║ ║ │System Addresses                                        ║
-║ │Default Outbound Address   No                           ║ 
 ║ │Default Origin Line                                     ║ ║ │Default Origin Line                                     ║
 ║ │NetMail Semaphore          %jfidoout.now                ║ ║ │NetMail Semaphore          %jfidoout.now                ║
 ║ │EchoMail Semaphore         %jfidoout.now                ║ ║ │EchoMail Semaphore         %jfidoout.now                ║
-║ │NetMail Directory          /sbbs/netmail\               ║ +║ │NetMail Directory          ../fido/netmail/             ║ 
-║ │Allow Sending of NetMail   No                           ║ +║ │Allow Sending of NetMail   Yes                          ║ 
-║ │Allow File Attachments     Yes                          +║ │Allow File Attachments     No                           
 ║ │Send NetMail Using Alias   No                           ║ ║ │Send NetMail Using Alias   No                           ║
 ║ │NetMail Defaults to Crash  No                           ║ ║ │NetMail Defaults to Crash  No                           ║
Line 104: Line 163:
  
 === System Addresses === === System Addresses ===
-Set your main/primary FidoNet address and AKAs (secondary FTN addresses) here. If you only have a temporary address, set your //Main// address to that value.+Set your main/primary FidoNet address and AKAs (secondary/othernet FTN addresses) here. If you only have a temporary address, set your //Main// address to that value
 + 
 +Only 3D (zone:net/node) and 4D (zone:net/node.point) addresses are supported in this setting.
  
 === NetMail Directory === === NetMail Directory ===
Line 111: Line 172:
 Synchronet can create ''*.msg'' files in this directory when sending NetMail from the terminal server. Synchronet can create ''*.msg'' files in this directory when sending NetMail from the terminal server.
  
-SBBSecho will create ''*.msg'' files in this directory when creating NetMail messages (e.g. auto-responding to ''PING'' or ''AreaFix'' requests, notices to the //Area Manager//, or exporting NetMail from the "mail" msgbase) or exporting NetMail from inbound [[ref:fidonet_files#packet|Packets]]. SBBSecho will discover ''*.msg'' files in this directory when Packing outbound NetMail, importing into the "mail" msgbase, or handling AreaFix and PING requests.+SBBSecho will create ''*.msg'' files in this directory when creating NetMail messages (e.g. auto-responding to ''PING'' or ''AreaFix'' requests, notices to the //Area Manager//, or exporting NetMail from the "mail" msgbase) or unpacking NetMail from inbound [[ref:fidonet_files#packet|Packets]]. SBBSecho will discover ''*.msg'' files in this directory when Packing outbound NetMail, importing into the "mail" msgbase, or handling AreaFix and PING requests.
  
-The other NetMail-related settings on this [[module:binkit]] menu affect only FidoNet NetMail messages created by the Synchronet [[:server:Terminal]] Server; they are not used by SBBSecho.+The other NetMail-related settings on this [[util:SCFG]] menu affect only FidoNet NetMail messages created by users of the Synchronet [[:server:Terminal]] Server; they are not used by SBBSecho.
  
 === Default Origin Line === === Default Origin Line ===
Line 121: Line 182:
  
 === Inbound File Directory === === Inbound File Directory ===
-Older versions of SCFG (e.g. v3.16) contained this FidoNet setting which was used to specify the directory where non-secure inbound FidoNet files would be received by your FTN mailer. SBBSecho v2 used this setting, however Synchronet itself did not, so it was deprecated with SBBSecho v3  (replaced with the ''Non-secure Inbound Directory'' setting in EchoCfg/''[[config:sbbsecho.ini]]'' and removed from future versions of [[module:binkit]].+Older versions of SCFG (e.g. v3.16) contained this FidoNet setting which was used to specify the directory where non-secure inbound FidoNet files would be received by your FTN mailer. SBBSecho v2 used this setting, however Synchronet itself did not, so it was deprecated with SBBSecho v3  (replaced with the ''Non-secure Inbound Directory'' setting in EchoCfg/''[[config:sbbsecho.ini]]'' and removed from future versions of [[SCFG]]).
  
  
Line 155: Line 216:
  
  
-Upon running ''[[module:binkit]]'' you will be brought to the main menu of the configuration+Upon running ''[[util:echocfg]]'' you will be brought to the main menu of the configuration
 program. The path and filename of the configuration file being modified will program. The path and filename of the configuration file being modified will
 appear at the top of the menu. Following are screen captures of available menus appear at the top of the menu. Following are screen captures of available menus
Line 164: Line 225:
 <code> <code>
 ╔═════════════════════════╗ ╔═════════════════════════╗
-║    Configure SBBSecho   +║    Configure FidoNet    
 ╠═════════════════════════╣ ╠═════════════════════════╣
 ║ │Global Settings...     ║ ║ │Global Settings...     ║
Line 172: Line 233:
 ║ │EchoMail Settings...   ║ ║ │EchoMail Settings...   ║
 ║ │Paths and Filenames... ║ ║ │Paths and Filenames... ║
 +║ │Domains...             ║
 ║ │EchoLists...           ║ ║ │EchoLists...           ║
 ╚═════════════════════════╝ ╚═════════════════════════╝
 +
 </code> </code>
  
Line 196: Line 259:
 === Global Settings === === Global Settings ===
 <code> <code>
-╔══════════════════════════════════════════════╗ +═══════════════════════════════════════════════════╗ 
-║                Global Settings               ║ +║                  Global Settings                  ║ 
-╠══════════════════════════════════════════════╣ +═══════════════════════════════════════════════════╣ 
-║ │Mailer Type               Binkley/FLO       ║ +║ │Mailer Type                    Binkley/FLO       ║ 
-║ │Log Level                 Informational     ║ +║ │Log Level                      Debugging         ║ 
-║ │Log Timestamp Format      %m/%d/%y %H:%M:%S ║ +║ │Log Timestamp Format           %m/%d/%y %H:%M:%S ║ 
-║ │Strict Packet Passwords   Enabled           ║ +║ │Strict Packet Passwords        Enabled           ║ 
-║ │Use FTN Domain/Zone Map   Disabled          ║ +║ │Config File Backups            10                ║ 
-║ │BSY Mutex File Timeout    12 hours          ║ +║ │Minimum Free Disk Space        10G bytes         ║ 
-║ │BSO Lock Attempt Delay    10 seconds        ║ +║ │Strip Incoming Soft CRs        No                ║ 
-║ │BSO Lock Attempt Limit    60                ║ +║ │Strip Outgoing Line Feeds      No                ║ 
-║ │Config File Backups       100               ║ +║ │Use Outboxes for Mail Files    Yes               ║ 
-╚══════════════════════════════════════════════╝+║ │BSY Mutex File Timeout         12 hours          ║ 
 +║ │BSO Lock Attempt Delay         10 seconds        ║ 
 +║ │BSO Lock Attempt Limit         60                ║ 
 +║ │BinkP Capabilities                               ║ 
 +║ │BinkP Sysop Name               Your Name         ║ 
 +║ │BinkP Authentication           Plain or CRAM-MD5 ║ 
 +║ │BinkP Encryption               Supported         ║ 
 +═══════════════════════════════════════════════════╝
 </code> </code>
 === Mailer Type === === Mailer Type ===
Line 220: Line 290:
 Selecting this menu item will toggle between the mailer types supported Selecting this menu item will toggle between the mailer types supported
 by SBBSecho, either ArcMail/Attach-style mailers or (the preferred) Binkley/FLO-style mailers.  Choose the one that matches your FTN by SBBSecho, either ArcMail/Attach-style mailers or (the preferred) Binkley/FLO-style mailers.  Choose the one that matches your FTN
-mailer type.+mailer type (e.g. [[module:BinkIT]] is a Binkley/FLO-style mailer).
  
 == Log Level == == Log Level ==
Line 242: Line 312:
 Log Level should normally be set to ''Informational'' but if you're          Log Level should normally be set to ''Informational'' but if you're         
 experiencing problems with SBBSecho and would like more verbose log  experiencing problems with SBBSecho and would like more verbose log 
-output, set this to Debugging. If you want less verbose logging,    +output, set this to ''Debugging''. If you want less verbose logging,    
 set to higher-severity levels to reduce the number of log messages.  set to higher-severity levels to reduce the number of log messages. 
  
Line 248: Line 318:
 Log Timestmap Format defines the format of the date/time-stamps added   Log Timestmap Format defines the format of the date/time-stamps added  
 along with each log message to the log file (e.g. ''sbbsecho.log'').    along with each log message to the log file (e.g. ''sbbsecho.log'').   
-The timestamp format is defined using standard C ''strftime'' notation.+The timestamp format is defined using standard C ''[[custom:strftime]]'' notation.
 The default format is: ''%Y-%m-%d %H:%M:%S''           The default format is: ''%Y-%m-%d %H:%M:%S''          
 For SBBSecho v2 timestamp format, use ''%m/%d/%y %H:%M:%S''            For SBBSecho v2 timestamp format, use ''%m/%d/%y %H:%M:%S''           
Line 259: Line 329:
 enforcement of matching packet passwords, disable this option.      enforcement of matching packet passwords, disable this option.     
 Default: Enabled                                                    Default: Enabled                                                   
- 
-== Use FTN Domain/Zone Map == 
-Use FTN Domain/Zone Map, when enabled, uses the configuration file    
-''ctrl/ftn_domains.ini'' to determine the mapping between FTN domains 
-and FTN zones and the relevant BSO outbound directory.            
-Default: Disabled                                                 
  
 == BSY Mutex File Timeout == == BSY Mutex File Timeout ==
Line 291: Line 355:
 SBBSecho configuration file (e.g. ''sbbsecho.ini'') that will be        SBBSecho configuration file (e.g. ''sbbsecho.ini'') that will be       
 maintained by SBBSecho Config and SBBSecho AreaFix.                 maintained by SBBSecho Config and SBBSecho AreaFix.                
 +
 +== BinkP Capabilities ==
 +Set this value if you need to override the the text in the BinkP ''M_NUL NDL'' line, from the default of "115200,TCP,BINKP".
 +
 +== BinkP Sysop Name ==
 +Set this value if you'd like to over-ride the BinkP Sysop Name (''ZYZ'') value (e.g. to send the sysop's real name, rather than alias).
  
 === Linked Nodes === === Linked Nodes ===
Line 308: Line 378:
 add a new node, pressing the DELete key will remove the currently add a new node, pressing the DELete key will remove the currently
 highlighted node. A //Node// here does not necessarily identify a single FidoNet node, but can also be used to identify a group of nodes by using the ''ALL'' wildcard (indicating that a node configuration will be used for *all* nodes with a specific zone or zone:net). highlighted node. A //Node// here does not necessarily identify a single FidoNet node, but can also be used to identify a group of nodes by using the ''ALL'' wildcard (indicating that a node configuration will be used for *all* nodes with a specific zone or zone:net).
 +
 +**Note:**\\
 +The hexadecimal numbers in parentheses are provided as an aide when correlating FidoNet files and BSO directories with node numbers.   
 <code> <code>
-╔═══════════════════════════════════╗ +══════════════════════════════════════════════════╗ 
-║            Linked Nodes           ║ +║                   Linked Nodes                   ║ 
-╠═══════════════════════════════════╣ +══════════════════════════════════════════════════╣ 
-║ │2:280/464                        ║ +║ │ALL                          Everyone           ║ 
-║ │3:712/848                        ║ +║ │21:ALL           (.015)      fsxNet             ║ 
-║ │1:218/700                        ║ +║ │1:218/700        (00da02bc)  Kurt Weiske        ║ 
-║ │ALL                     Everyone ║ +║ │3:712/848        (02c80350)  Scott Little       ║ 
-║ │                                 ║ +║ │2:280/464        (011801d0)  Wilfred van Velzen ║ 
-╚═══════════════════════════════════╝+║ │1:124/5016       (007c1398)  Nigel Reed         ║ 
 +║ │1:153/757        (009902f5)  Al                 ║ 
 +║ │1:320/219        (014000db)                     ║ 
 +║ │1:320/119        (01400077)                     ║ 
 +║ │21:1/100         (00010064)  Paul Hayton (Avon) ║ 
 +║ │                                                ║ 
 +══════════════════════════════════════════════════╝
 </code> </code>
  
-Pressing ENTER on the currently+Pressing ENTER on currently
 highlighted node will allow you to edit the settings for that particular highlighted node will allow you to edit the settings for that particular
 node from a menu like the following (note that the node number you are node from a menu like the following (note that the node number you are
Line 327: Line 406:
 <code> <code>
 ╔═════════════════════════════════════════════╗ ╔═════════════════════════════════════════════╗
-║          Linked Node - Kurt Weiske          +║           Linked Node - 1:218/700           
 ╠═════════════════════════════════════════════╣ ╠═════════════════════════════════════════════╣
 ║ │Address                        1:218/700   ║ ║ │Address                        1:218/700   ║
-║ │Comment                        Kurt Weiske ║+║ │Domain                         fidonet     ║ 
 +║ │Name                           Kurt Weiske ║ 
 +║ │Comment                                    
 ║ │Archive Type                   ZIP         ║ ║ │Archive Type                   ZIP         ║
 ║ │Packet Type                    2+          ║ ║ │Packet Type                    2+          ║
 ║ │Packet Password                            ║ ║ │Packet Password                            ║
 +║ │Session Password                           ║
 ║ │TIC File Password                          ║ ║ │TIC File Password                          ║
 +║ │AreaFix Support                Yes         ║
 ║ │AreaFix Password                           ║ ║ │AreaFix Password                           ║
-║ │AreaFix Keys                               +║ │EchoList Keys                              
 ║ │Status                         Normal      ║ ║ │Status                         Normal      ║
 ║ │Direct                         No          ║ ║ │Direct                         No          ║
Line 342: Line 425:
 ║ │Send Notify List               No          ║ ║ │Send Notify List               No          ║
 ║ │Uplink for Message Groups      FidoNet     ║ ║ │Uplink for Message Groups      FidoNet     ║
 +║ │Local Address (AKA)            Best Match  ║
 ║ │Route To                       Disabled    ║ ║ │Route To                       Disabled    ║
 ║ │Inbox Directory                            ║ ║ │Inbox Directory                            ║
 ║ │Outbox Directory                           ║ ║ │Outbox Directory                           ║
 +║ │BinkP Settings...                          ║
 ╚═════════════════════════════════════════════╝ ╚═════════════════════════════════════════════╝
 </code> </code>
Line 398: Line 483:
  
 == Packet Type == == Packet Type ==
-This is the packet type that will be used when creating mail+This is the type of [[ref:fidonet packets]] that will be used when creating mail
 packets for this node. The default packet type used by SBBSecho packets for this node. The default packet type used by SBBSecho
-is 2+. If you are a "point" address (e.g. ''1:100/100.1'') you +is 2+. If you are a "point" address (e.g. ''1:100/100**.1**'') you 
-should use either a type 2+ or 2.2 packet since type 2 packets+should use either a type 2+, 2e, or 2.2 packet since type 2 packets
 do not support point numbers. Selecting this option will allow do not support point numbers. Selecting this option will allow
 you to choose from a menu of currently supported packet types: you to choose from a menu of currently supported packet types:
- 
 <code> <code>
 ╔═════════════╗ ╔═════════════╗
Line 423: Line 507:
 must also have no password.  Packet passwords are case insensitive.  must also have no password.  Packet passwords are case insensitive. 
 This setting may be managed by the node using AreaFix requests.      This setting may be managed by the node using AreaFix requests.     
 +
 +== Session Password ==
 +When using [[module:BinkIT]] as your mailer, this setting will determine the BinkP session password used when communicating with this linked node.
  
 == TIC File Password == == TIC File Password ==
Line 429: Line 516:
 or authenticating .TIC files.                                      or authenticating .TIC files.                                     
 This setting may be managed by the node using AreaFix requests.    This setting may be managed by the node using AreaFix requests.   
 +
 +== AreaFix Support ==
 +Remote area management (via AreaFix requests from this linked node) may be enabled (set to Yes) or disabled (set to No) using this menu option.
  
 == AreaFix Password == == AreaFix Password ==
-AreaFix Password is an optional password used to enable AreaFix      +AreaFix passwords are required to be included in the //Subject// line of received AreaFix requests (NetMail messages).
-NetMail requests (Remote Area Managementfrom this node      +
 AreaFix Passwords are case insensitive.                          AreaFix Passwords are case insensitive.                         
 This setting may be managed by the node using AreaFix requests.  This setting may be managed by the node using AreaFix requests. 
  
-== Areafix Keys ==+== EchoList Keys ==
 When echo lists have been defined (from the When echo lists have been defined (from the
 'EchoLists...' sub-menu) these keys determine 'EchoLists...' sub-menu) these keys determine
Line 479: Line 568:
 == Inbox Directory == == Inbox Directory ==
 Inbox Directory is only used in BSO operating mode and is an optional Inbox Directory is only used in BSO operating mode and is an optional
-alternate directory to search for incoming files from this node   +alternate directory to search for incoming files from this node 
-(e.g. used in combination with BinkD's ibox setting).            +(e.g. used in combination with BinkD'''ibox'' setting). 
 + 
 +Note: [[module:BinkIT]] does **not support** inboxes at this time.
  
 == Outbox Directory == == Outbox Directory ==
-Outbox Directory is only used in BSO operating mode and is an optional  +Outbox Directory is only used in BSO operating mode and is an optional
 alternate directory to place outbound files for this node (e.g. used alternate directory to place outbound files for this node (e.g. used
-in combination with BinkD's obox setting).                          +in combination with BinkD'''obox'' setting). 
 + 
 +Note: [[module:BinkIT]] has //experimental support// for outboxes at this time. 
 + 
 +== BinkP Settings == 
 + 
 +BinkP Settings are settings specific to BinkP/BinkIT mailer operation. 
 + 
 +<file> 
 +╔═════════════════════════════════════╗ 
 +║       1:218/700 BinkP Settings      ║ 
 +╠═════════════════════════════════════╣ 
 +║ │Host                               ║ 
 +║ │Port                 24554         ║ 
 +║ │Poll                 Yes           ║ 
 +║ │Authentication       CRAM-MD5 Only ║ 
 +║ │Encryption           Supported     ║ 
 +║ │Source Address                     ║ 
 +╚═════════════════════════════════════╝ 
 +</file> 
 + 
 +**Host** defines the TCP/IP address or host name with which to connect for sessions with this linked node.  If the host is not set, then a DNS-based look-up will be attempted (e.g. the IP address for 1:103/705 would be looked-up via host name f705.n103.z1.binkp.net). Nodelist-based look-ups are also supported.                          
 +                                                                         
 +**Port** defines the TCP port used by this linked node for BinkP sessions. The default BinkP TCP port is 24554.                                 
 +                                                                         
 +**Poll** defines whether or not to periodically poll this linked node. 
 + 
 +**Authentication** determines what types of authentication will be supported during both inbound and outbound sessions with this linked node. The supported BinkP-auth methods are //Plain-Password// and //CRAM-MD5//
 +                                                                         
 +**Encryption** determines whether unencrypted data transfers will be supported or required when communicating with this linked node. With this setting set to ''Required'', only BinkD-style-encrypted BinkP sessions will be supported. //CRAM-MD5// authentication must be used when encrypting BinkP sessions. 
 +                                                                         
 +**Source** Address allows you to override the source FTN address used with outgoing BinkP mailer sessions with this linked node. Normally, this setting is left blank (not set).                     
  
 === Archive Types === === Archive Types ===
Line 588: Line 710:
 ║ │Ignore NetMail Destination Address      No    ║ ║ │Ignore NetMail Destination Address      No    ║
 ║ │Ignore NetMail 'Sent' Attribute         No    ║ ║ │Ignore NetMail 'Sent' Attribute         No    ║
 +║ │Ignore NetMail 'KillSent' Attribute     No    ║
 ║ │Ignore NetMail 'Received' Attribute     No    ║ ║ │Ignore NetMail 'Received' Attribute     No    ║
 ║ │Ignore NetMail 'Local' Attribute        No    ║ ║ │Ignore NetMail 'Local' Attribute        No    ║
Line 614: Line 737:
 ║ │Notify Users of Received EchoMail            Yes       ║ ║ │Notify Users of Received EchoMail            Yes       ║
 ║ │Convert Existing Tear Lines                  No        ║ ║ │Convert Existing Tear Lines                  No        ║
-║ │Strip Line Feeds from Outgoing Messages      No        ║ +║ │Automatically Add New Subs to Area List      List/File ║
-║ │Automatically Add New Subs to Area File      Yes       +
 ║ │Allow Nodes to Add Areas from Area File      Yes       ║ ║ │Allow Nodes to Add Areas from Area File      Yes       ║
 ║ │Maximum Backups to Maintain of Area File     100       ║ ║ │Maximum Backups to Maintain of Area File     100       ║
Line 642: Line 764:
  
 == Secure Operation == == Secure Operation ==
-When set to ''Yes'', SBBSecho will compare the origin of any +Secure Operation tells SBBSecho to check the Area File (e.g. ''areas.bbs'') to insure that the packet origin (FTN //address//of each inbound EchoMail message is already linked to the EchoMail //area// where the message was postedMessages denied import due to this setting are logged as a ''Security violation''. This setting defaults to ''No''                                       
-incoming mail packets to the nodes in the Area File +
-as messages are imported If a packet password has been +
-defined for that node, it will also be compared to the +
-password contained in the mail packet. Packets and messages +
-failing this security will not be imported. +
  
 == Allow Nodes to Add Areas from Area File == == Allow Nodes to Add Areas from Area File ==
Line 656: Line 772:
 from any additionally configured EchoLists which they have from any additionally configured EchoLists which they have
 access to. access to.
 +
 +== Zone Blind SEEN-BY and PATH Lines ==
 +Zone Blind SEEN-BY and PATH Lines when Enabled will cause SBBSecho to assume that node numbers are not duplicated across zones and that a net/node combination in either of these Kludge lines should be used to identify a spcific node regardless of which zone that node is located in (thus breaking the rules of FidoNet 3D addressing).
 +
 +If you are having trouble with FidoNet echomail crossing Zone boundaries which does not add all the SEEN-BY and PATH nodes, then enable this option with the limit of "4".
  
 === Paths and Filenames === === Paths and Filenames ===
Line 666: Line 787:
 ║                  Paths and Filenames                  ║ ║                  Paths and Filenames                  ║
 ╠═══════════════════════════════════════════════════════╣ ╠═══════════════════════════════════════════════════════╣
-║ │Non-secure Inbound Directory   e:\binkd\nonsecure    ║ +║ │Non-secure Inbound Directory   ../fido/nonsecure     ║ 
-║ │Secure Inbound Directory       e:/binkd/inbound      ║ +║ │Secure Inbound Directory       ../fido/inbound       ║ 
-║ │Outbound Directory             e:\binkd\outbound\    +║ │Outbound Directory             ../fido/outbound/     
 ║ │Area File                      ../data/areas.bbs     ║ ║ │Area File                      ../data/areas.bbs     ║
 ║ │Bad Area File                  ../data/badareas.lst  ║ │Bad Area File                  ../data/badareas.lst 
Line 674: Line 795:
 ║ │Echo Statistics File           ../data/echostats.ini ║ ║ │Echo Statistics File           ../data/echostats.ini ║
 ║ │Temporary File Directory       ../temp/sbbsecho      ║ ║ │Temporary File Directory       ../temp/sbbsecho      ║
-║ │Outgoing Semaphore File                              +║ │Outgoing Semaphore File        ../data/binkout.now   
 ╚═══════════════════════════════════════════════════════╝ ╚═══════════════════════════════════════════════════════╝
 </code> </code>
Line 736: Line 857:
                                                                                                                                                  
 This is an optional file to create/touch whenever there are new outbound This is an optional file to create/touch whenever there are new outbound
-files created or updated by SBBSecho.                                   +files created or updated by SBBSecho.  If you're using [[module:BinkIt]] as your mailer, then this should normally be set to ''../data/binkout.now''
 + 
 +=== Domains === 
 + 
 +Here you can configure the so-called "5th dimension" of FidoNet addresses, //"domains"//, here. 
 + 
 +These are the domain->zone mapping that //used// to be configured via the file: ''ftn_domains.ini'' (but is now configured in ''sbbsecho.ini'' and this utility). 
 + 
 +<file> 
 +╔══════════════════════╗ 
 +║        Domains       ║ 
 +╠══════════════════════╣ 
 +║ │fidonet   binkp.net ║ 
 +║ │fsxnet              ║ 
 +║ │                    ║ 
 +╚══════════════════════╝ 
 +</file> 
 + 
 +Selecting a node to configure will display a dialog like the following: 
 +<file> 
 +╔══════════════════════════════════════════════════════╗ 
 +║                   Domain - fidonet                   ║ 
 +╠══════════════════════════════════════════════════════╣ 
 +║ │Name                           fidonet              ║ 
 +║ │Zones                          1,2,3,4,5,         ║ 
 +║ │DNS Suffix                     binkp.net            ║ 
 +║ │Outbound Root                  ../fido/outbound/    ║ 
 +║ │NodeList                                            ║ 
 +╚══════════════════════════════════════════════════════╝ 
 +</file>
  
 === EchoLists === === EchoLists ===
Line 785: Line 935:
 in this list.  If an area is remotely added from this list in this list.  If an area is remotely added from this list
 (using Areafix) this address is automatically added to the (using Areafix) this address is automatically added to the
-AREAS.BBS file.+Area File.
  
 == Forward Password == == Forward Password ==
Line 795: Line 945:
 request to the Hub Address specified to turn on an area from request to the Hub Address specified to turn on an area from
 this list.  This happens when users remotely add areas using this list.  This happens when users remotely add areas using
-Areafix and is not necessary if you are already receiving the +AreaFix and is not necessary if you are already receiving the 
-conferences in this list (i.e.: from Planet Connect).+conferences in this list.
  
 == AreaFix Keys == == AreaFix Keys ==
 These are the keys required for a node to be able to gain These are the keys required for a node to be able to gain
-access to this particular echo list.  These flags are defined +access to this particular echo list.  These keys are then given 
-for each node from the 'Linked Nodes...' sub-menu.+to chosen nodes in the 'Linked Nodes...' sub-menu.
 Selecting this option will bring you to a sub-menu where you Selecting this option will bring you to a sub-menu where you
 may add and remove keys for this EchoList. may add and remove keys for this EchoList.
Line 810: Line 960:
 ==== Environment Variable ==== ==== Environment Variable ====
 SBBSecho requires that the system ''[[config:env#SBBSCTRL]]'' environment variable be set correctly before it may be executed. When SBBSecho is executed from the Synchronet Terminal Server's Event Thread (e.g. due to ''FIDOIN'' or ''FIDOOUT'' timed events), this environment variable will always be set correctly, automatically. SBBSecho requires that the system ''[[config:env#SBBSCTRL]]'' environment variable be set correctly before it may be executed. When SBBSecho is executed from the Synchronet Terminal Server's Event Thread (e.g. due to ''FIDOIN'' or ''FIDOOUT'' timed events), this environment variable will always be set correctly, automatically.
 +
 ==== Instances ==== ==== Instances ====
  
-SBBSecho is designed to run only one instance at a time. A mutual-exclusion file (''[[dir:ctrl]]/sbbsecho.bsy'') is used to insure that multiple instances of SBBSecho are not allowed to execute concurrently. If SBBSecho crashes or is externally-killed without being able clean up after itself, it's possible this mutex file will be left behind and prevent SBBSecho from running normally for quite some time (depending on the configuration value of ''BSY Mutex File Timeout'').+SBBSecho is designed to run only one instance at a time. A mutual-exclusion file (''[[dir:ctrl]]/sbbsecho.bsy'') is used to insure that multiple instances of SBBSecho are not allowed to execute concurrently. If SBBSecho crashes or is externally-killed without being able to clean up after itself, it's possible this mutex file will be left behind and prevent SBBSecho from running normally for quite some time (depending on the configuration value of ''BSY Mutex File Timeout'').
  
 If you get the following error message (on the console and/or the log file) and you can confirm that SBBSecho is not actually running, you can safely delete the mutex file to allow SBBSecho to again run normally: If you get the following error message (on the console and/or the log file) and you can confirm that SBBSecho is not actually running, you can safely delete the mutex file to allow SBBSecho to again run normally:
Line 829: Line 980:
  
 ==== Command Line ==== ==== Command Line ====
-Although you //can// just run SBBSecho (e.g. ''sbbsecho.exe'') with no command-line options, each and every time, and it'll probably do what you need it to do... for optimal performance, we suggest you use the following command lines (e.g. configured in [[module:binkit]]->External Programs->Timed Events) to limit SBBSecho to performing only the tasks it needs to do based on the type of //event// that has been triggered:+Although you //can// just run SBBSecho (e.g. ''sbbsecho.exe'') with no command-line options, each and every time, and it'll probably do what you need it to do... for optimal performance, we suggest you use the following command lines (e.g. configured in [[util:SCFG]]->External Programs->Timed Events) to limit SBBSecho to performing only the tasks it needs to do based on the type of //event// that has been triggered:
 For importing netmail and echomail (e.g. ''FIDOIN'' timed event): For importing netmail and echomail (e.g. ''FIDOIN'' timed event):
   sbbsecho -ce   sbbsecho -ce
Line 877: Line 1028:
 Remote area manager, or AreaFix, commands are used by linked nodes in order to Remote area manager, or AreaFix, commands are used by linked nodes in order to
 turn echo areas off and on, list currently connected areas, and more. turn echo areas off and on, list currently connected areas, and more.
-The following text is from the file ''[[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/areamgr.hlp|areangr.hlp]]'' which, after installation of+The following text is from the file ''[[https://gitlab.synchro.net/main/sbbs/-/raw/master/exec/areamgr.hlp|areamgr.hlp]]'' which, after installation of
 SBBSecho, should be located in your Synchronet ''[[dir:exec]]'' directory. This file lists the SBBSecho, should be located in your Synchronet ''[[dir:exec]]'' directory. This file lists the
 area manager commands available to the linked nodes which have been configured using area manager commands available to the linked nodes which have been configured using
-the ''[[module:binkit]]'' program:+the ''[[util:echocfg]]'' program:
 <file> <file>
 Address all requests to 'SBBSecho' or 'AreaFix' (without quotes). Address all requests to 'SBBSecho' or 'AreaFix' (without quotes).
Line 914: Line 1065:
  
 ==== Changes in Version 3 ==== ==== Changes in Version 3 ====
- 
-For a detailed list of changes and code differences introduced in v3.0, see [[http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/sbbsecho.c?revision=3.0&view=markup|This page in CVS]]. 
  
 The most major changes introduced in v3.0 are: The most major changes introduced in v3.0 are:
Line 921: Line 1070:
   - New configuration file format (''sbbsecho.cfg'' replaced with ''[[config:sbbsecho.ini]]'')   - New configuration file format (''sbbsecho.cfg'' replaced with ''[[config:sbbsecho.ini]]'')
   - Support for FileBoxes (BinkD-style inbox and outbox, configured per linked-node)   - Support for FileBoxes (BinkD-style inbox and outbox, configured per linked-node)
-  - Much better organized and user-friendly ''[[module:binkit]]'' (e.g. lots of context-sensitive help available)+  - Much better organized and user-friendly ''[[util:echocfg]]'' (e.g. lots of context-sensitive help available)
   - Attach/ArcMail style mailer support has been deprecated (untested, unlikely to work) in favor of Binkley/FLO type mailers   - Attach/ArcMail style mailer support has been deprecated (untested, unlikely to work) in favor of Binkley/FLO type mailers
   - "Additional EchoList" 4-char "flags" are now 25-char "keys" and much easier to deal with   - "Additional EchoList" 4-char "flags" are now 25-char "keys" and much easier to deal with
Line 952: Line 1101:
  
 **Note**: **Note**:
-In SBBSecho v2, if you did not have an ''INBOUND'' directory specified in your ''sbbsecho.cfg'' file (specifying a location for non-secured inbound files), SBBSecho v2 would use the path specified in [[module:binkit]]->Networks->FidoNet->Inbound File Directory. That configuration setting (stored in the file ''[[dir:ctrl]]/msgs.cnf'') was not used by Synchronet for any other purpose and has now been removed from SCFG (v3.17). When ''sbbsecho_upgrade.js'' converts your ''sbbsecho.cfg'' file to ''sbbsecho.ini'', if you don't have an ''INBOUND'' directory specified, it will need to make a //best guess// as to the proper //non-secure// inbound directory and that's what will be saved in your new ''[[dir:ctrl]]/[[config:sbbsecho.ini]]'' file. You may want to double-check that this setting is correct.+In SBBSecho v2, if you did not have an ''INBOUND'' directory specified in your ''sbbsecho.cfg'' file (specifying a location for non-secured inbound files), SBBSecho v2 would use the path specified in [[util:SCFG]]->Networks->FidoNet->Inbound File Directory. That configuration setting (stored in the file ''[[dir:ctrl]]/msgs.cnf'') was not used by Synchronet for any other purpose and has now been removed from SCFG (v3.17). When ''sbbsecho_upgrade.js'' converts your ''sbbsecho.cfg'' file to ''sbbsecho.ini'', if you don't have an ''INBOUND'' directory specified, it will need to make a //best guess// as to the proper //non-secure// inbound directory and that's what will be saved in your new ''[[dir:ctrl]]/[[config:sbbsecho.ini]]'' file. You may want to double-check that this setting is correct.
  
 **Note**: **Note**:
Line 959: Line 1108:
 ==== Migrating Command-lines to Version 3 ==== ==== Migrating Command-lines to Version 3 ====
  
-Although the old import and export SBBSecho command-lines (e.g. pre-configured for the ''FIDOIN'' and ''FIDOOUT'' timed events in [[module:binkit]]->External Programs->Timed Events) will continue to work, some of the old command-line options are now ignored or serve a different purpose in version 3:+Although the old import and export SBBSecho command-lines (e.g. pre-configured for the ''FIDOIN'' and ''FIDOOUT'' timed events in [[util:SCFG]]->External Programs->Timed Events) will continue to work, some of the old command-line options are now ignored or serve a different purpose in version 3:
  
 ^ Option ^ Version 2                                      ^ Version 3 ^ ^ Option ^ Version 2                                      ^ Version 3 ^
Line 965: Line 1114:
 |''-f''  | packetize netmail                              | default behavior; use the new ''-q'' option to disable | |''-f''  | packetize netmail                              | default behavior; use the new ''-q'' option to disable |
 |''-j''  | ignore received bit on netmail                 | enabled via ''[[config:sbbsecho.ini]]'' -> ''IgnoreNetmailRecvAttr'' | |''-j''  | ignore received bit on netmail                 | enabled via ''[[config:sbbsecho.ini]]'' -> ''IgnoreNetmailRecvAttr'' |
-|''-a''  | export ASCII characters only                   | use the sub-board toggle option in [[module:binkit]] |+|''-a''  | export ASCII characters only                   | use the sub-board toggle option in [[util:SCFG]] |
 |''-y''  | import netmail for unknown users to sysop      | configured via ''[[config:sbbsecho.ini]]'' -> ''DefaultRecipient'' | |''-y''  | import netmail for unknown users to sysop      | configured via ''[[config:sbbsecho.ini]]'' -> ''DefaultRecipient'' |
 |''-o''  | import netmail regardless of destination address | configured via ''[[config:sbbsecho.ini]]'' -> ''IgnoreNetmailDestAddr'' | |''-o''  | import netmail regardless of destination address | configured via ''[[config:sbbsecho.ini]]'' -> ''IgnoreNetmailDestAddr'' |
Line 1000: Line 1149:
   * [[:network:fidonet|What is FidoNet?]]   * [[:network:fidonet|What is FidoNet?]]
   * [[:howto:fidonet|Join FidoNet]]   * [[:howto:fidonet|Join FidoNet]]
-  * [[module:binkit|Utilities]]+  * [[:util:|Utilities]]
  
util/sbbsecho.1519935080.txt · Last modified: 2018/03/01 12:11 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0