.. getpwnam(user)...found ?†? if in passwd file
... getpwnam(user)...failed ?†? otherwise
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
558 | Chapter 15: Debug sendmail with -d
The -d27.2 debugging switchalso causes sendmail to print a message every time it sleeps
while waiting for the aliases database to be rebuilt:
aliaswait: sleeping for secs seconds
Also, when processing the ~/.forward file, sendmail might experience a temporary inability
to read it (such as when an NFS server is down). In that case the -d27.2 debugging switch
causes the following message to be printed:
forward: transient error on home
Here the message will be queued and tried again later.
15.7.32 -d27.3
Forwarding path and alias wait Debug command-line switch
The -d27.3 debugging switchcauses eachpathfor a possible ~/.forward file to be printed
before it is tried:
forward: trying file
Here, file is each file in the path of files declared by the ForwardPath option (?§24.9.52 on
page 1034).
The -d27.3 debugging switchalso causes sendmail to trace its wait for another alias rebuild
to complete (?§12.5.1 on page 478). First sendmail prints the database type (such as hash)
and filename for which it will wait:
aliaswait(dbtype:file)
If the database is not rebuildable (as would be the case with a network database type, such
as nis, nis+, or hesiod), the -d27.
Pages:
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991