Lines Matching refs:FEATURE
137 FEATURE
145 influence a FEATURE() should be done before that feature. For example,
147 FEATURE(`local_procmail').
172 # See FEATURE(`foo') above
174 it will not do what you expect, because the FEATURE(`foo') will be
381 FEATURE(`local_procmail').
384 FEATURE(`local_procmail'); tweak LOCAL_MAILER_FLAGS
388 FEATURE(`local_procmail'); tweak LOCAL_MAILER_ARGS
394 Currently used for FEATURE(`local_lmtp') and
395 FEATURE(`smrsh').
439 FEATURE(`stickyhost') -- see the discussion of
529 If you use this with FEATURE(`local_procmail'), the FEATURE
538 FEATURE(`local_procmail')). For example, "eric", "eric+sendmail", and
547 Special features can be requested using the "FEATURE" macro. For
550 FEATURE(`use_cw_file')
553 file to get values for class {w}. A FEATURE may contain up to 9
556 FEATURE(`mailertable', `dbm /usr/lib/mailertable')
564 if you specify an argument to a FEATURE. DATABASE_MAP_TYPE is only used
565 if no argument is given for the FEATURE. It must be specified before any
609 FEATURE(`nocanonify') will be overridden by setting the
610 'c' flag. Conversely, if FEATURE(`nocanonify') is not used,
619 An exception list for FEATURE(`nocanonify') can be
635 FEATURE(`nocanonify', `canonify_hosts'), then
659 i.e. local host names). The argument of the FEATURE may be
691 FEATURE may be the key definition. If none is specified,
704 The argument of the FEATURE may be the key definition; if
794 The argument of FEATURE(`genericstable') may be the map
806 mail, it is necessary to use FEATURE(`always_add_domain')
876 the FEATURE macro, such as
878 FEATURE(`virtusertable', `dbm /etc/mail/virtusers')
903 with this one is FEATURE(`nocanonify'). No mailers
917 FEATURE(`local_lmtp', `/usr/local/bin/lmtp', `lmtp')
951 FEATURE(`local_procmail', `/usr/local/bin/maildrop',
956 FEATURE(`local_procmail', `/usr/local/bin/scanmails')
967 traffic. THIS FEATURE IS FUNDAMENTALLY INCOMPATIBLE WITH
1016 FEATURE(`relay_based_on_MX') does not necessarily allow
1020 FEATURE(`loose_relay_check').
1031 of tags and FEATURE(`relay_mail_from') in the section on
1051 addresses are accepted even without this FEATURE.
1052 If this FEATURE is not used, the DaemonPortOptions modifier
1148 FEATURE(`enhdnsbl', `dnsbl.example.com', `', `t', `127.0.0.2.')
1226 FEATURE(`mtamark', `', `t')
1230 FEATURE(`relay_hosts_only'), because most lookups for
1270 FEATURE and introduce new settings via DAEMON_OPTIONS().
1281 FEATURE(`msp', `', `MSA')
1288 FEATURE(`msp', `[127.0.0.1]')
1293 FEATURE(`msp', `[IPv6:::1]')
1298 FEATURE(`msp')
1320 FEATURE(`greet_pause', `5000') dnl 5 seconds
1322 If FEATURE(`access_db') is enabled, an access database
1332 When using FEATURE(`access_db'), the optional
1333 FEATURE(`greet_pause') argument becomes the default if
1351 FEATURE(`delay_checks')
1385 this FEATURE() will not be applied to authenticated senders
1411 FEATURE(`badmx', `^127\.0\.0\.1')
1609 FEATURE(`masquerade_envelope')
1646 and MAIL_HUB _AND_ you have FEATURE(`stickyhost'), unqualified names will
1654 FEATURE(`stickyhost'), the following combinations of settings will have the
1668 If you do not have FEATURE(`stickyhost') set, then LOCAL_RELAY and
1818 FEATURE()'s which take an optional map definition argument (e.g., access,
1822 FEATURE(`access_db', `LDAP')
1823 FEATURE(`virtusertable', `LDAP')
1832 FEATURE() sendmailMTAMapName
1843 For example, FEATURE(`mailertable', `LDAP') would use the map definition:
1888 specify the map parameters when using the FEATURE(). For example:
1890 FEATURE(`access_db', `ldap:-1 -k (&(objectClass=mapDatabase)(key=%0)) -v value')
1984 FEATURE(`ldap_routing') can be used to implement the IETF Internet Draft
2007 this behavior can be changed by giving additional arguments to the FEATURE()
2010 FEATURE(`ldap_routing', <mailHost>, <mailRoutingAddress>, <bounce>,
2077 to the FEATURE() command. The default is to deliver the message to the
2140 FEATURE(`promiscuous_relay'). You can allow certain domains to relay
2162 FEATURE(`relay_entire_domain')
2171 FEATURE(`relay_based_on_MX')
2185 FEATURE(`relay_local_from')
2194 FEATURE(`relay_mail_from')
2211 in either class {R}, class {m} if FEATURE(`relay_entire_domain') is used,
2212 or the access database if FEATURE(`access_db') is used. To prevent
2215 FEATURE(`loose_relay_check')
2219 that they provide a gateway for. Use this FEATURE with caution as it
2223 rules do not prevent: the case of a system that does use FEATURE(`nouucp',
2226 FEATURE(`nouucp') at all, addresses of the form
2244 FEATURE(`accept_unresolvable_domains')
2264 FEATURE(`accept_unqualified_senders')
2267 i.e., unqualified addresses are accepted even without this FEATURE. If
2268 this FEATURE is not used, the DaemonPortOptions modifier 'f' can be used
2275 FEATURE(`access_db')
2280 The FEATURE macro can accept as second parameter the key file
2283 FEATURE(`access_db', `hash -T<TMPF> /etc/mail/access_map')
2342 send mail to that address even if FEATURE(`blacklist_recipients')
2446 FEATURE(`relay_hosts_only')
2463 FEATURE(`blacklist_recipients')
2491 FEATURE(`dnsbl', `dnsbl.example.com')
2495 to check by specifying an argument to the FEATURE. The default
2504 FEATURE(`dnsbl', `dnsbl.example.com', `quarantine')
2515 FEATURE(`dnsbl', `dnsbl.example.com', `',
2525 This FEATURE can be included several times to query different
2572 By using FEATURE(`delay_checks') the rulesets check_mail and check_relay
2597 FEATURE(`delay_checks') can take an optional argument:
2599 FEATURE(`delay_checks', `friend')
2601 FEATURE(`delay_checks', `hater')
2718 FEATURE(`access_db') to be listed earlier in the mc file.
2720 Note: FEATURE(`delay_checks') delays those connection control checks
2725 FEATURE(`ratecontrol', `nodelay')
2727 In that case, FEATURE(`delay_checks') has no effect on connection
2736 FEATURE(`ratecontrol', `nodelay', `terminate')
2896 current recipient. This ruleset is only defined if FEATURE(`access_db')
3084 If you have FEATURE(`nocanonify'), you may need to omit the dots after
3097 UUCP mail with FEATURE(`promiscuous_relay') and
3098 FEATURE(`accept_unresolvable_domains').
3128 line), and use ``FEATURE(`use_cw_file')'' in the .mc file, or add
3141 To use FEATURE(`mailertable'), you will have to create an external
3207 imperative that you not use FEATURE(`stickyhost') -- otherwise,
3352 See also FEATURE(`use_ct_file').
4024 use FEATURE(`no_default_msa') (see also FEATURES). If you use
4033 FEATURE(`no_default_msa')
4082 - confTRUSTED_USERS, FEATURE(`use_ct_file'), and confCT_FILE for
4087 - FEATURE(stickyhost) and LOCAL_RELAY to send unqualified addresses
4094 FEATURE(`nocanonify', `canonify_hosts')
4120 FEATURE(`msp')
4123 value must be defined before the FEATURE line in the .mc file.
4186 the FEATURE macro.