!TCPIP-Version: V5.1 ! ! This is a template for the SMTP.CONFIG file. The SMTP.CONFIG file holds SMTP ! configurable fields. The real SMTP.CONFIG file must reside in the ! TCPIP$SMTP_COMMON directory (SYS$SPECIFIC:[TCPIP$SMTP] if you don't define the ! TCPIP$SMTP_COMMON logical yourself). At this time the only configurable fields ! supported in SMTP.CONFIG are those affecting the behavior of the anti-SPAM ! features. However in future versions of TCPIP new fields in this file will ! replace all configuration information currently stored in TCPIP$CONFIGURATION ! from the SET/SHOW CONFIGURATION SMTP command along with the SMTP configuration ! logicals. ! ! Notes: ! - Do not modify this file. It exists for documentation purposes and will be ! updated periodically in the TCPIP kit. ! - The field names for each supported field are listed below. Each one is ! preceded by three exclamation points. If you want to create an initial ! SMTP.CONFIG without the comments from this file ! do a ! ! $ SEARCH/OUT=TCPIP$SMTP_COMMON:SMTP.CONFIG - ! $_ TCPIP$SMTP_COMMON:SMTP_CONFIG.TEMPLATE ! ! Search for three !'s ! ! This template file contains examples of each supported field. This template ! does not document the purpose of the fields, their defaults, their syntax or ! the way they interact. Regarding defaults note that all fields that require a ! default have one built into SMTP which means that configurations which require ! all the defaults need not even have an SMTP.CONFIG file. ! ! For more information on the anti-SPAM features of SMTP see the Management ! Guide ! ! Examples for supported fields: ! !!!Good-Clients: relay.dec.com, 16.20.0.0/16, 16.20.208.1 ! !!!Bad-Clients: 1.2.3.5, 11.1.0.0/8 ! !!!Relay-Zones: dec.com, !!! digital.com, !!! compaq.com ! !!!RBLs: rbl.maps.vix.com, dul.maps.vix.com, relays.orbs.org, mr-out.imrss.org ! !!!Relay-Based-On-Mx: TRUE ! !!!Reject-Unbacktranslatable-IP: TRUE ! !!!Accept-Unqualified-Senders: TRUE ! !!!Accept-Unresolvable-Domains: TRUE ! !!!Reject-Mail-From: *.xyz.com, known.spammer@*, *the_internet* ! !!!Accept-Mail-From: *@notabadguy.xyz.com, the_internet_news@somehwere.com ! !!!SPAM-Action: OPCOM, ACCOUNTING ! !!!Security: FRIENDLY ! !!!Unbacktranslatable-IP-Text: Your IP address is unbacktranslatable. SPAMMER! !!!Bad-Clients-Text: You dirty SPAMmer. !!!Client-In-RBL-Text: I Spotted you in an RBL. SPAMBREATH! !!!Reject-Mail-From-Text: Haven't you SPAMmed me before? !!!Unqualified-Sender-Text: MAIL FROM who? You've got to be kidding. !!!Unresolvable-Domain-Text: MAIL FROM where? Yeah right. !!!SPAM-Relay-Text: Trying to launch your SPAM from my site will get you nowhere.