Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
server:mail [2021/01/27 21:13] digital man [sbbs.ini] Fix justification |
server:mail [2022/01/17 19:43] digital man [Options] MUTE option is no longer used (replaced with semfile) |
||
---|---|---|---|
Line 47: | Line 47: | ||
The Synchronet Mail Server recognizes the incoming special address format: ''//<name>//#//<tag>//@//<host>//'' | The Synchronet Mail Server recognizes the incoming special address format: ''//<name>//#//<tag>//@//<host>//'' | ||
- | The //<tag>// is extracted from the address and if it is **not** found in the ''data/user/<usernum>.smtptags'' file, the mail message is | + | The //<tag>// is extracted from the address and if it is **not** found in the ''data/user/<usernum>.smtpblock'' file, the mail message is |
- | sent to the destination user. If the tag matches a line in the ''.smtptags'' file, the email is rejected by the mail server with a "no such user" error. | + | sent to the destination user. If the tag matches a line in the ''.smtpblock'' file, the email is rejected by the mail server with a "no such user" error. |
- | This feature allows you (the sysop) to easily create and use "temporary" email addresses without requiring additional user accounts. Once you start receiving spam with a tag, just disable that tag by adding it to your ''.smtptags'' file. | + | This feature allows you (the sysop) to easily create and use "temporary" email addresses without requiring additional user accounts. Once you start receiving spam with a tag, just disable that tag by adding it to your ''.smtpblock'' file. |
==== Anti-SPAM ==== | ==== Anti-SPAM ==== | ||
Line 214: | Line 214: | ||
| NO_RECYCLE | Do not allow this server to be automatically recycled by external event | | | NO_RECYCLE | Do not allow this server to be automatically recycled by external event | | ||
| KILL_READ_SPAM | Mark received SPAM messages for "Kill after read" | | | KILL_READ_SPAM | Mark received SPAM messages for "Kill after read" | | ||
- | | MUTE | Disable all sound (WAV) files from playing | | + | |