4.1 on page 365) so that the correct path appears in your sendmail.cf
file??™s StatusFile option.
Also note that -E DESTDIR (?§10.1.3.3 on page 349) can be used to relocate all installation
directories.
2.7.67 confSTFILE and confSTMODE
The name and mode of the statistics file Build macro
The confSTFILE macro defines the name of the sendmail program??™s statistics file (see
?§10.4.1 on page 365). Normally that name is statistics. It is very unlikely that you will ever
have to change this predefined value, but one reason to change the name might be a desire
to use a more traditional name:
define(`confSTFILE??, `sendmail.st??)
Note that, if you redefine this name, you must also redefine the STATUS_FILE configuration
macro (?§10.4.1 on page 365) so that the correct name appears in your sendmail.cf file??™s
StatusFile option.
Beginning withV8.12.4 sendmail, th econfSTMODE Build macro has been added to specify the
initial permissions for the statistics file. The default permissions are 0600 (read/write only
for the owner). These are the recommended permissions, but you might prefer slightly
looser permissions if you wish to allow others to read that file with the mailstats program.
To change the default, add a line such as the following to your Build m4 file:
define(`confSTMODE??, `0640??)
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc.
Pages:
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202