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
module:listgate [2010/02/26 14:22] – Links to util:scfg changed to util:scfg:index digitalmanmodule:listgate [2018/03/01 12:21] (current) – old revision restored digital man
Line 22: Line 22:
 ===== Configuration ===== ===== Configuration =====
  
-1. If you haven't already, create the message area (sub-board) in [[util:scfg:index]] that+1. If you haven't already, create the message area (sub-board) in [[util:SCFG]] that
 you want to gate with an existing mailing list. Be sure to make a note you want to gate with an existing mailing list. Be sure to make a note
 of the configured "internal code". of the configured "internal code".
Line 28: Line 28:
 If you set the access or posting requirements, you'll need to append If you set the access or posting requirements, you'll need to append
 ''OR USER=0'' to the requirements string(s) to allow posts from ''OR USER=0'' to the requirements string(s) to allow posts from
-unauthenticated SMTP clients (see [[config:ARS]] for details).+unauthenticated SMTP clients (see Access [[access:Requirements]] for details).
  
-2. Edit your ''[[dir:ctrl]]/[[config:listgate.ini]]'' file, creating a separate section for+2. Edit or create your ''[[dir:ctrl]]/[[config:listgate.ini]]'' file, creating a separate section for
 each sub-board that will be gated. Example (if "mysub" is the internal each sub-board that will be gated. Example (if "mysub" is the internal
 code for the gated sub-board and ''mybbs.com'' is the BBS's public code for the gated sub-board and ''mybbs.com'' is the BBS's public
Line 39: Line 39:
         from = listname@mybbs.com         from = listname@mybbs.com
  
-If the line ''disabled=true'' is included in the file, remove it to enable +If the line ''disabled=true'' is included in the file, remove it to enable the listgate.
-the listgate.+
  
 3. Edit your ''[[dir:ctrl]]/[[config:alias.cfg]]'' file, adding a line to accept submissions from 3. Edit your ''[[dir:ctrl]]/[[config:alias.cfg]]'' file, adding a line to accept submissions from
Line 56: Line 55:
 posted via SMTP (preventing any "dupe loop" from the BBS to the list). posted via SMTP (preventing any "dupe loop" from the BBS to the list).
  
-5. Setup a timed event (in [[util:scfg:index]]->External Programs->Timed Events) to run the+5. Setup a timed event (in [[util:SCFG]]->External Programs->Timed Events) to run the
 command-line ''?listgate.js'' periodically. This will export any new messages command-line ''?listgate.js'' periodically. This will export any new messages
 in the sub-board(s) configured in ''[[config:listgate.ini]]'' as e-mail submissions to the in the sub-board(s) configured in ''[[config:listgate.ini]]'' as e-mail submissions to the
 mailing list. mailing list.
 +
 +6. Make sure that [[util:SCFG]]->System->Security Level Values->Level 0->Posts Per Day is set to a non-zero value and high enough to accommodate the maximum number of expected postings per day from the mailing list.