3 debugging switch causes the following to be printed:
aliaswait: not rebuildable
If the file specified doesn??™t exist, the -d27.3 debugging switch prints:
aliaswait: no source file
The -d27.3 debugging switchalso causes sendmail to print an error message if there was a
read error while processing an :include: or ~/.forward file:
include: read error: reason here
15.7.33 -d27.4
Print not safe Debug command-line switch
A ~/.forward file must be owned by the user or by root. If it is not, it is considered unsafe,
and sendmail ignores it. The -d27.4 debugging switchcauses sendmail to print a message
describing any such file it finds unsafe:
include: not safe (uid=user-id)
Note that a file is considered unsafe if, among other things, it lacks all read permissions.
The -d27.4 debugging switchalso causes sendmail to print information about an :include:
file beyond that printed with -d27.2:
include(file) ?†? printed with -d27.2
ruid=real-user-id euid=effective-user-id ?†? printed with -d27.4
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
15.7 Reference for -d in Numerical Order | 559
This shows the real user-id (the ruid=) and effective user-id (the euid=) of the currently
running sendmail.
The -d27.4 debugging switchcauses sendmail to print an error if an :include: or ~/.
Pages:
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992