Sam and everyone,
    I have tracked the issue down to the tmp file not being created. Sam,
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

This also sort of relates to my sqwebmail problem where the cache files are
not being created.

It has be asked for my configure line, so here it is.
   ./configure --prefix=/usr \
                    --sysconfdir=/etc/courier \
                    --with-piddir=/var/run \
                    --libexecdir=/usr/libexec \
                    --datadir=/usr/share/courier \
                    --localstatedir=/var/lib/courier \
                    --disable-root-check \
                    --with-db=db \
                    --with-mailuser=courier \
                    --with-mailgroup=courier \
                    --enable-workarounds-for-imap-client-bugs \
                    --enable-mimetypes=/etc/apache/mime.types \
                    --with-ispell=/usr/bin/aspell \
                    --enable-maildropmysql

----
Jim Gifford

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Attachment: makealiases
Description: Binary data

Attachment: error.log
Description: Binary data

Reply via email to