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 revisionBoth sides next revision
config:sbbsecho.ini [2018/03/01 12:21] – old revision restored digital manconfig:sbbsecho.ini [2018/03/31 18:12] – Updated to reflect SBBSecho v3.04 and BinkIT v2.0 merged configurations digital man
Line 38: Line 38:
 | ''BsoLockAttempts''       | ''60''                  | Number of attempts to lock a BSO for a node | | ''BsoLockAttempts''       | ''60''                  | Number of attempts to lock a BSO for a node |
 | ''BsoLockDelay''          | ''10 seconds''          | Delay between BSO lock attempts | | ''BsoLockDelay''          | ''10 seconds''          | Delay between BSO lock attempts |
-| ''UseFTNDomains''         | ''false''               | Domain->zone mapping defined in ''[[dir:ctrl]]/[[config:ftn_domains.ini]]'' | 
 | ''StrictPacketPasswords'' | ''true''                | Packets with passwords must match the corresponding configured/linked node password | | ''StrictPacketPasswords'' | ''true''                | Packets with passwords must match the corresponding configured/linked node password |
 | ''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 76: Line 75:
 | ''DeletePackets''                | ''true''      | Delete packets after they've been imported | | ''DeletePackets''                | ''true''      | Delete packets after they've been imported |
 | ''MaxNetmailAge''                | ''0''         | Age limit (in days) of NetMail messages that may be imported (0 = no limit) | | ''MaxNetmailAge''                | ''0''         | Age limit (in days) of NetMail messages that may be imported (0 = no limit) |
 +
 +==== BinkP Section ====
 +
 +The ''[BinkP]'' section is used for BinkP-specific global settings (i.e. used exclusively by [[module:BinkIT]]):
 +
 +^ Key                              ^ Default Value ^ Description ^
 +| Capabilities                     | <blank>       | if set, changes the text in the M_NUL NDL line from the default of “115200,TCP,BINKP” |
 +| Sysop                            | <blank>       | if set, over-rides the sysop name (ZYZ) value (e.g. to send the sysop's real name instead of alias) |
  
 ==== Archive Sections ==== ==== Archive Sections ====
Line 103: Line 110:
 | ''PacketType'' | ''2+''        | Type of packets to generate for this node (2+, 2e, 2.2, or 2) | | ''PacketType'' | ''2+''        | Type of packets to generate for this node (2+, 2e, 2.2, or 2) |
 | ''PacketPwd''  |               | Password used in password-protected packets | | ''PacketPwd''  |               | Password used in password-protected packets |
 +| ''SessionPwd'' |               | Password used for BinkP (BinkIT) sessions with this linked node |
 | ''AreaFixPwd'' |               | Password required for AreaFix/AreaMgr operations | | ''AreaFixPwd'' |               | Password required for AreaFix/AreaMgr operations |
 | ''TicFilePwd'' |               | Password required for TIC files (used by ''[[util:tickit]].js'') | | ''TicFilePwd'' |               | Password required for TIC files (used by ''[[util:tickit]].js'') |
Line 116: Line 124:
 | ''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 |
 | ''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 |
 +| ''BinkpPort''  | ''24554''    | TCP port number of this link's BinkP mailer |
 +| ''BinkpPoll''  | ''false''    | Poll this link (e.g. as part of the ''BINKPOLL'' timed event) for incoming mail |
 +| ''BinkpAllowPlainAuth'' | ''false''| Allow plain-password authentication for this linked node |
 +| ''BinkpAllowPlainText'' | ''false''| 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 |
  
 **NOTE:** **NOTE:**
Line 151: Line 165:
 </file> </file>
  
 +==== Domain Sections ====
 +
 +Each FTN Domain Section has a prefix of "''domain:''" with the name of the domain (e.g. ''fidonet'', ''fsxnet'') following the prefix.
 +
 +^ Key             ^ Description ^
 +| ''Zones''       | List of zone numbers (comma-separated) associated with this domain |
 +| ''DNSSuffix''   | Optional suffix used for DNS-based IP address look-ups of nodes in this domain (e.g. ''f//<node>//.n//<net>//.z//<zone>//.//<suffix>//'') |
 +| ''NodeList''    | Optional nodelist path/filename to use for hostname/IP address look-ups for this domain |
 +| ''OutboundRoot''| Optional alternate outbound root directory to use for this domain |
 +
 +**Note:**\\
 +FTN domains //used// to be configured in the now-deprecated ''[[dir:ctrl]]/ftn_domains.ini'' file.
  
 ==== EchoList Sections ==== ==== EchoList Sections ====