The form for FEATURE(allmasquerade) is:
MASQUERADE_AS(`your.hub.domain??)
FEATURE(`allmasquerade??)
Note that MASQUERADE_AS (?§17.4.2 on page 600) must also be defined and must
contain a fully qualified hostname.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
616 | Chapter 17: Configure sendmail.cf with m4
17.8.5 FEATURE(always_add_domain)
Add the local domain even on local mail V8.1 and later
Normally, header recipient addresses and header and envelope sender addresses that are
local are left as is. If FEATURE(always_add_domain) is defined, local addresses that lack a host
part have an @ and the MASQUERADE_AS host appended (if it is defined). If
MASQUERADE_AS is not defined, an @ and the value of the $j sendmail macro (?§21.9.59
on page 830) are appended.
The form for the always_add_domain feature is:
FEATURE(`always_add_domain??)
The always_add_domain feature is safe and recommended. It ensures that all addresses that
are locally delivered will be fully qualified. See FEATURE(allmasquerade) (?§17.8.4 on page
615) for a description of the risks surrounding masquerading addresses.
17.8.6 FEATURE(authinfo)
Use a separate database for authentication information V8.12 and later
Beginning withV8.12, FEATURE(authinfo) tells sendmail to look in a special database file
called authinfo for authentication information, rather than in the access database.
Pages:
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084