A Useful Table
The m4 method of creating a configuration file
using an mc configuration file is covered in
Chapter 4[3ed]. In Table 4-1, we list nearly all
of the macros available to use when creating your configuration file.
Note that most of these mc macros are defined
with the define method. For example:
define(`ALIAS_FILE´, `/etc/mail/aliases´)
In the table, these are shown without trailing parentheses.
Others macros are self-defining. For example:
CANONIFY_DOMAIN_FILE(`/etc/mail/canonify-domains´)
In Table 4-1, these are shown with trailing parentheses. For example:
ALIAS_FILE
use with define( )
CANONIFY_DOMAIN_FILE( )
use by itselfTable 4-1. mc configuration macros and directives
|
Item |
sendmail text reference |
Description |
|---|---|---|
ALIAS_FILE |
24.9.1[3ed] |
Define the location of the |
BITNET_RELAY |
21.9.11[3ed] |
Define the BITNET relay host |
CANONIFY_DOMAIN( ) |
4.8.28[3ed] |
Add a value to the |
CANONIFY_DOMAIN_FILE( ) |
4.8.28[3ed] |
Add values to the |
CLIENT_OPTIONS( ) |
24.9.17[3ed] |
Define client port option settings |
confALIAS_WAIT |
24.9.2[3ed] |
Wait for an |
confALLOW_BOGUS_HELO |
24.9.3[3ed] |
Allow HELO or EHLO sans host |
confAUTH_MAX_BITS |
24.9.4[3ed] |
Limit max encryption strength for SASL |
confAUTH_MECHANISMS |
24.9.5[3ed] |
List the AUTH mechanisms |
confAUTH_OPTIONS |
24.9.6[3ed] |
Tune authentication parameters |
confAUTO_REBUILD |
24.9.7[3ed] |
Rebuild |