Jeff Gamsby wrote: > All of a sudden, when I run makealiases, I get this error: > > aliasexp: ERR: No such file or directory > aliascombine: ERR: Success > > I have fixed this problem before, but I'm not sure what I did. >
I can't remember off the top of my head what causes that, either. ;) Start by looking for dups: grep '^[^#]' /etc/courier/aliases/* | cut -f1 -d: | sort | uniq -d Failing that, look for aliases which have a command specified, in addition to other recipients (which isn't allowed). ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
