The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 11
last paragraph |
The web site to get "GNU Privacy Handbook",
http://www.gnupg.org/gph/
NOW READS:
http://www.gnupg.org/(en)/documentation/guides.html
|
Anonymous |
|
May 01, 2004 |
| Printed |
Page 26
2nd paragraph from the bottom |
... have been made part of the sendmail.mc file simply by copying the generic-linux.m4 file.
NOW READS:
... have been made part of the sendmail.mc file simply by copying the generic-linux.mc file.
|
Anonymous |
|
May 01, 2004 |
| Printed |
Page 55
Code snippet between 2nd and 3rd paragraph |
ALIAS_FILE should be enclosed in unbalanced
single quotes, i.e. `ALIAS_FILE'
|
Anonymous |
|
|
| Printed |
Page 65
example after the fourth paragraph |
root: "/usr/local/bin/rtmproc"
NOW READS:
root: "|/usr/local/bin/rtmproc"
|
Anonymous |
|
May 01, 2004 |
| Printed |
Page 84
4th paragraph (See Also of 3.3) |
The sendmail book covers .... LOCAL_RELAY in 4.5.5.
NOW READS:
The sendmail book covers .... LOCAL_RELAY in 4.5.4.
|
Anonymous |
|
May 01, 2004 |
| Printed |
Page 185
1st paragraph of "Instructions for the LDAP administrator" in Solution of 5.9 |
The schema is documented in the draft-lachman-laser-ldap-mail-routing-02 file available from the IETF.
NOW READS:
The schema is documented in the draft-lachman-laser-ldap-mail-routing-02 file available from http://www.sendmail.org/m4/laser.txt
|
Anonymous |
|
May 01, 2004 |
| Printed |
Page 193
See Also of 5.9 |
"The sendmail book covers ..... the arguments available for the confLDAP_DEFAULT_SPEC define in section 21.7.11.
NOW READS:
"The sendmail book covers ..... the arguments available for the confLDAP_DEFAULT_SPEC define in section 23.7.11.
|
Anonymous |
|
May 01, 2004 |
| Printed |
Page 203
after 1st paragraph |
FEATURE(`enhdnsbl', `sbl.spamhaus.org', , ,`127.0.0.2', `127.0.0.3')
needs to be changed to read:
FEATURE(`enhdnsbl', `sbl.spamhaus.org', , ,`127.0.0.2.', `127.0.0.3.')
note addition of trailing . (dot) at end of the IP addresses.
|
Anonymous |
|
|
| Printed |
Page 222
example after 1st paragraph |
In the rsync example: # rsync rsync.dsbl.org::dsbl/bind-list.dsbl.org.
"bind-list.dsbl.org."
should be
"bind-list.dsbl.org ."
The trailing dot is the local directory, meaning that an intervening space is required. More
importantly, it should be noted that this is only an *example* of one
way that blackhole list services provide list updates. In this
particular case, dsbl.org no longer provides BIND formatted lists. An
updated example using the current format supported by dsbl.org would be:
# rsync rsync.dsbl.org::dsbl/rbldns-list.dsbl.org .
Of course, there can be no guarantees that this won't change again. To
reiterate, this is just an example.
|
Anonymous |
|
|
| Printed |
Page 289
7th line from the bottom of the page, end of sentence. |
Reads:
... for inbound conenctions.
should be:
... for inbound connections.
|
Anonymous |
|
|
| Printed |
Page 289
last sentence |
Reads:
... used for inbound connections.
should be:
... used for outbound connections.
|
Anonymous |
|
|
| Printed |
Page 313
1st paragraph (See Also of 8.10) |
I read:
sendmail book covers ...... and TLS_Rcpt: in 10.10.8.2.
however, TLS_Rcpt: is actually described in 10.10.8.3 in the sendmail book.
|
Anonymous |
|
|
| Printed |
Page 329
"See Also" section of recipe 9.3 |
I read:
The sendmail book covers ..... confQUEUE_FILE_MODE in 29.9.84,
confFAST_SPLIT in 29.9.32, confMAX_QUEUE_CHILDREN in 29.9.65, ...
but, the sendmail book does not have chapter 29.
The following section numbers are appropriate:
The sendmail book covers ..... confQUEUE_FILE_MODE in 24.9.84,
confFAST_SPLIT in 24.9.46, confMAX_QUEUE_CHILDREN in 24.9.65, ...
|
Anonymous |
|
|