Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
server:mail [2024/01/26 12:45] – [Configure] Clarify to and from keys in mailproc.ini are comma-separated lists support filter wildcards and !-negation digital man | server:mail [2025/02/16 18:11] (current) – [sbbs.ini] Add NO_READ_POP3 option digital man | ||
---|---|---|---|
Line 32: | Line 32: | ||
=== Special Aliases === | === Special Aliases === | ||
Recipient names configured in '' | Recipient names configured in '' | ||
- | |||
- | === User Number === | ||
- | Receiving by user account number is also optionally supported, not not encouraged and disabled by default. | ||
==== Special Prefixes ==== | ==== Special Prefixes ==== | ||
Line 153: | Line 150: | ||
< | < | ||
- | ╔══════════════════════════════════════════════╗ | + | ╔════════════════════════════════════════════╗ |
- | ║ Mail Server | + | ║ |
- | ╠══════════════════════════════════════════════╣ | + | ╠════════════════════════════════════════════╣ |
- | ║ │Enabled | + | ║ │Enabled |
- | ║ │Log Level Informational | + | ║ │Log Level Info |
- | ║ │SMTP Interfaces | + | ║ │SMTP Interfaces |
- | ║ │SMTP Port | + | ║ │SMTP |
- | ║ │Submission Support | + | ║ │Submission Support |
- | ║ │Submission | + | ║ │Submission/ |
- | ║ │Submission/ | + | ║ │POP3 Interfaces |
- | ║ │Submission/ | + | ║ │POP3 |
- | ║ │POP3 Support | + | ║ │POP3/TLS Support |
- | ║ │POP3 Interfaces | + | ║ │Max Clients |
- | ║ │POP3 Port | + | ║ │Max Inactivity |
- | ║ │POP3/TLS Support | + | ║ │Max Concurrent Connections |
- | ║ │POP3/ | + | ║ │Max Recipients Per Message |
- | ║ │Max Clients | + | ║ │Max Messages Waiting |
- | ║ │Max Inactivity | + | ║ │Max Receive Message Size 20M bytes |
- | ║ │Max Concurrent Connections | + | ║ │Default Recipient |
- | ║ │Max Recipients Per Message | + | ║ │Receive By Sysop Aliases |
- | ║ │Max Messages Waiting | + | ║ │Notify Local Recipients |
- | ║ │Max Receive Message Size 20M bytes | + | ║ │Notify Offline Recipients |
- | ║ │Default Recipient | + | ║ │Allow Users to Relay Mail |
- | ║ │Receive By User Number | + | ║ │Lookup Client Hostname |
- | ║ │Receive By Sysop Aliases | + | ║ │Check Headers against DNSBL |
- | ║ │Notify Local Recipients | + | ║ │DNS-Blacklisted Servers |
- | ║ │Notify Offline Recipients | + | ║ │Hash DNS-Blacklisted Msgs |
- | ║ │Allow Users to Relay Mail | + | ║ │Kill SPAM When Read |
- | ║ │Lookup Client Hostname | + | ║ │SendMail |
- | ║ │Check Headers against DNSBL | + | ║ │Login Requirements |
- | ║ │DNS-Blacklisted Servers | + | ║ │JavaScript Settings... |
- | ║ │Hash DNS-Blacklisted Msgs | + | ║ │Failed Login Attempts... |
- | ║ │Kill SPAM When Read | + | ╚════════════════════════════════════════════╝ |
- | ║ │SendMail | + | |
- | ║ │JavaScript Settings... | + | |
- | ║ │Failed Login Attempts... | + | |
- | ╚══════════════════════════════════════════════╝ | + | |
</ | </ | ||
Line 230: | Line 223: | ||
| RelayPassword | | RelayPassword | ||
| DNSServer | | DNSServer | ||
+ | | PostTo | ||
| DefaultUser | | DefaultUser | ||
| DefaultCharset | | DefaultCharset | ||
Line 254: | Line 248: | ||
| DEBUG_POP3 | | DEBUG_POP3 | ||
| TLS_POP3 | | TLS_POP3 | ||
+ | | NO_READ_POP3 | ||
| DEBUG_TX | | DEBUG_TX | ||
| DEBUG_RX_HEADER | | DEBUG_RX_HEADER | ||
| DEBUG_RX_BODY | | DEBUG_RX_BODY | ||
| DEBUG_RX_RSP | | DEBUG_RX_RSP | ||
- | | ALLOW_RX_BY_NUMBER | ||
| ALLOW_SYSOP_ALIASES | Allow email to received for various administrative aliases (e.g. " | | ALLOW_SYSOP_ALIASES | Allow email to received for various administrative aliases (e.g. " | ||
| NO_NOTIFY | | NO_NOTIFY | ||
Line 292: | Line 286: | ||
| **message_text** | | **message_text** | ||
| **new_message_text** | | **new_message_text** | ||
- | | **recipient_list** | + | | **recipient_list** |
| **processing_error** | | **processing_error** | ||
| **log_text** | | **log_text** | ||
Line 300: | Line 294: | ||
=== Message Text === | === Message Text === | ||
- | An external mail processor may either modify the **message_text** file in-place or create a **new_message_text** will be used in its place. | + | An external mail processor may either modify the **message_text** file in-place or create a **new_message_text** |
=== Recipient List === | === Recipient List === |