Jim Gifford writes:
Sam and everyone,
I have tracked the issue down to the tmp file not being created. Sam,
How did you conclude that?
got any ideas. I took another box and reloaded courier and it's doing the
same thing.
aliascombine: ERR: No such file or directory
/usr/sbin/makealiases: line 252: 30663 Done for f in
$aliasdir/*;
do
echo "##MaKeAlIaSeS##$f"; if test -f "$f"; then
cat $f;
else
echo "$f: file not found." 1>&2; echo ".";
fi;
done
30664 Broken pipe | /usr/libexec/courier/aliasexp
$xaliaspfix $xaliastmpdir $module
makealiases: ERR: No such file or directory
Attached is the modified version of makealiases I used to track the errors.
Here is the output of the log
aliastmp=-tmp=/etc/courier/aliases.tmp aliasdump=
aliasalias=-alias=/etc/courier/aliases.dat
xaliaspfix=-xaliaspfix=.xalias/ xaliastmpdir= module=local
xaliaspfix=-xaliaspfix=.xalias/ xaliastmpdir= module=local
I don't see the problem with this output.
This also sort of relates to my sqwebmail problem where the cache files are
not being created.
How is it related?