17 confHFDIR
Where to install the sendmail help file Build macro
The confHFDIR macro defines the location (directory) where the sendmail program??™s help
file should be installed. The help file contains help for SMTP and -bt rule-testing
commands. It is very unlikely that you will ever have to change this from the value that is
predefined for you (usually /etc/mail). But if you do, you can do so like this:
define(`confHFDIR??, `/admin/mail/etc??)
If you redefine this directory, you must also redefine the HELP_FILE configuration macro
(?§24.9.54 on page 1035) so that the correct path appears in your sendmail.cf file??™s HelpFile
option.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
78 | Chapter 2: Download, Build, and Install
2.7.18 confHFFILE
The name of the sendmail help file Build macro
Prior to V8.10 sendmail, the name of the SMTP and -bt rule-testing help file was sendmail.
hf. Beginning withV8.10 sendmail, the default name is helpfile. To change back to the
old name, perhaps for sentimental reasons, you can do the following:
define(`confHFFILE??, `sendmail.hf??)
If you redefine this name, you must also redefine the HELP_FILE configuration macro
(?§24.9.54 on page 1035) so that the correct name appears in your sendmail.cf file??™s HelpFile
option.
Pages:
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163