Anyway, the problem is that I get the iris unknown face instead of the
mailer-daemon face. Well my FACEPATH is set up as:
/usr/local/faces:/usr/local/faces/facedir:/usr/local/faces/facesaver:/usr/local/faces/logos
So based on the algorithm in main.c it looks up mailer-daemon in the following
order
$FACEPATH/machine.dom.ain/uid/iconname
$FACEPATH/dom.ain/uid/iconname
$FACEPATH/ain/uid/iconname
$FACEPATH/misc./uid/iconname
$FACEPATH/machine.dom.ain/unknown/iconname
$FACEPATH/dom.ain/unknown/iconname
$FACEPATH/ain/unknown/iconname <===== bingo finds iris/unknown
$FACEPATH/misc./unknown/iconname
and since the default community is iris, it finds the unknown user icon. How
can one make it find the icon in logos/misc./mailer-daemon? If I put misc.
in /usr/local/faces, then the unknown user icon appears all the time.
Can the people.tab file be modified to look the user up under misc.
regardless of where you find it. For example,
iris/MAILER-DAEMON=misc./mailer-daemon
or is there some other way to fix this. This will be a problem with all
special users, like root and Postmaster as well.
Victor Riley