Options in the mc File

When you create a configuration file with the mc configuration technique (see Chapter 17 on page 584), you can tune each option by including an appropriate statement in your .mc configuration file:[360]

define(`option',`value')enclose in opposing single quotes
define(`confAUTO_REBUILD',`True')   ← for example
DAEMON_OPTIONS(`Port=1097')         ← for example

The option is selected from one of the mc option names shown in the leftmost column of Table 24-3. The value is an appropriate value for that option, as described in the reference section at the end of this chapter. Note that the option and the value should each be enclosed in opposing single quotes to prevent m4 from wrongly recognizing either as a keyword or macro. The leftmost single quote is the reverse apostrophe, and the rightmost is the normal apostrophe.

Table 24-3. All option mc macros ordered by name

mc name

Option name

§

ALIAS_FILE

AliasFile

AliasFile on page 970

CLIENT_OPTIONS( )

ClientPortOptions

ClientPortOptions on page 986

confALIAS_WAIT

AliasWait

AliasWait on page 973

confALLOW_BOGUS_HELO

AllowBogusHELO

AllowBogusHELO on page 974

confAUTH_MAX_BITS

AuthMaxBits

AuthMaxBits on page 975

confAUTH_MECHANISMS

AuthMechanisms

AuthMechanisms on page 975

confAUTH_OPTIONS

AuthOptions

AuthOptions on page 977

confAUTH_REALM

AuthRealm

AuthRealm on page 978

confAUTO_REBUILD

AutoRebuildAliases

AutoRebuildAliases on page 978

confBAD_RCPT_THROTTLE

BadRcptThrottle

BadRcptThrottle on ...

Get sendmail, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.