Skip to content
Snippets Groups Projects
Commit d93cddb3 authored by rswindell's avatar rswindell
Browse files

Updated [Mail] section:

Removed the (defunct) ProcessConfigFile key.
Added missing "Options" values and added comments for all.
parent b083abab
No related branches found
No related tags found
No related merge requests found
......@@ -94,31 +94,34 @@ Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN
POP3Sound=
InboundSound=
OutboundSound=
ProcessConfigFile=mailproc.cfg
; Supported options (separated with |):
; DEBUG_RX_HEADER
; DEBUG_RX_BODY
; ALLOW_POP3
; DEBUG_TX
; DEBUG_RX_RSP
; RELAY_TX
; DEBUG_POP3
; ALLOW_RX_BY_NUMBER
; USE_TCP_DNS
; NO_SENDMAIL
; ALLOW_RELAY
; SMTP_AUTH_VIA_IP
; DNSBL_REFUSE
; DNSBL_IGNORE
; DNSBL_BADUSER
; RELAY_AUTH_PLAIN
; RELAY_AUTH_LOGIN
; RELAY_AUTH_CRAM_MD5
; NO_HOST_LOOKUP
; NO_RECYCLE
; LOCAL_TIMEZONE
; MUTE
; NO_NOTIFY (Do not send telegrams on mew email receipt)
; DEBUG_RX_HEADER - Log header fields of received mail messages
; DEBUG_RX_BODY - Log body text of received mail messages
; ALLOW_POP3 - Enable the POP3 server
; DEBUG_TX - Log all transmissions sent to remote clients/servers
; DEBUG_RX_RSP - Log responses received from remote clients/servers
; RELAY_TX - Use external SMTP relay server for sending mail
; DEBUG_POP3 - Log details from POP3 sessions
; ALLOW_RX_BY_NUMBER - Allow mail received by user number (e.g. "1@yourbbs.com")
; NO_NOTIFY - Do not send telegrams on mew email receipt
; NO_HOST_LOOKUP - Do not look-up hostnames of connected clients
; USE_TCP_DNS - Use TCP (instead of UDP) for DNS MX record queries
; NO_SENDMAIL - Disable sendmail thread
; ALLOW_RELAY - Allow authenticated users to relay mail
; SMTP_AUTH_VIA_IP - Authenticate SMTP users via IP address
; DNSBL_REFUSE - Refuse mail session from blacklisted IPs
; DNSBL_IGNORE - Ignore (pretend to receive) mail from blacklisted IPs
; DNSBL_BADUSER - Report recipient failure for mail from blacklisted IPs
; DNSBL_CHKRECVHDRS - Check all "Received" header fields for blacklisted IPs
; DNSBL_THROTTLE - Throttle mail sessions from blacklisted IPs
; DNSBL_DEBUG - Log DNS blacklist queries
; SEND_INTRANSIT - Send mail even when flaggeed as 'in-transit'
; RELAY_AUTH_PLAIN - Use PLAIN SMTP authentication when relaying mail
; RELAY_AUTH_LOGIN - Use LOGIN SMTP authentication when relaying mail
; RELAY_AUTH_CRAM_MD5 - Use CRAM MD5 SMTP authentication when relaying mail
; NO_RECYCLE - Don't allow server recycles
; LOCAL_TIMEZONE - Use the local timezone (vs UTC) when generating timestamps
; MUTE - Don't play sound files
Options=ALLOW_POP3
[FTP]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment