Do you *have* /usr/lib/courier/courier/aliascombine ? Do you *have* /usr/lib/courier/courier/aliasexp ?
Consider doing this: strace -o foo -f -s 256 -e trace=file makealiases And looking through it to see which file it can't find. You could just grep through *that* for '= -1' grep -- '= -1' foo If things are still unclear after that, consider mailing me offlist. Sam: Would it be possible to have error messages for situations where programs can't fine files actually print the name of the file it was looking for (or program, or whatever...) It sure would help debugging. I could do some of the work, too. -- Democracy is two wolves and a sheep voting on what to have for dinner. Liberty is two wolves attempting to have a sheep for dinner and finding a well-informed, well-armed sheep. Jon Nelson <[EMAIL PROTECTED]> C and Python Code Gardener ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
