Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
module:listgate [2010/02/24 15:30] – created digitalman | module:listgate [2018/03/01 12:21] (current) – old revision restored digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ListGate ====== | ====== ListGate ====== | ||
- | FIXME | + | ===== Overview ===== |
+ | |||
+ | The Synchronet ListGate module ('' | ||
+ | sub-boards (message areas) with existing, remotely hosted, Internet mailing | ||
+ | lists. | ||
+ | |||
+ | |||
+ | ===== Requirements ===== | ||
+ | The Synchronet ListGate requires Synchronet v3.12 or later. | ||
+ | |||
+ | |||
+ | ===== How it works ===== | ||
+ | The Synchronet ListGate module actually only handles the | ||
+ | // | ||
+ | (sent as SMTP e-mail messages). The // | ||
+ | list is handled by a special feature of the Synchronet [[: | ||
+ | allows messages received for specific addresses to be posted to local | ||
+ | sub-boards. | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | 1. If you haven' | ||
+ | you want to gate with an existing mailing list. Be sure to make a note | ||
+ | of the configured " | ||
+ | |||
+ | If you set the access or posting requirements, | ||
+ | '' | ||
+ | unauthenticated SMTP clients (see Access [[access: | ||
+ | |||
+ | 2. Edit or create your '' | ||
+ | each sub-board that will be gated. Example (if " | ||
+ | code for the gated sub-board and '' | ||
+ | host or domain name for receiving e-mail): | ||
+ | |||
+ | | ||
+ | to = listname@listserver.com | ||
+ | from = listname@mybbs.com | ||
+ | |||
+ | If the line '' | ||
+ | |||
+ | 3. Edit your '' | ||
+ | the mailing list as posts to the locally gated sub-board: | ||
+ | |||
+ | | ||
+ | |||
+ | This will redirect any SMTP e-mail messages received for '' | ||
+ | |||
+ | 4. Configure your account on the list server (if you can) to not "echo back" | ||
+ | any submissions received from you. This will prevent the dreaded " | ||
+ | loop" you would otherwise encounter. | ||
+ | |||
+ | The listgate module will automatically not export any messages that were | ||
+ | posted via SMTP (preventing any "dupe loop" from the BBS to the list). | ||
+ | |||
+ | 5. Setup a timed event (in [[util: | ||
+ | command-line ''? | ||
+ | in the sub-board(s) configured in '' | ||
+ | mailing list. | ||
+ | |||
+ | 6. Make sure that [[util: | ||
+ | |||
+ | |||
+ | ===== Maintenance ===== | ||
+ | The export pointers are kept in the file '' | ||
+ | ''// | ||
+ | |||
+ | You can execute ''? | ||
+ | actually exporting any existing messages to the list, or you may execute | ||
+ | ''? | ||
+ | messages in the sub-board will be exported to the mailing list (even if they were previously exported). | ||
===== See Also ===== | ===== See Also ===== | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
* [[: | * [[: | ||