2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] makealiases probl...
FromSent OnAttachments
Jeff GamsbyJan 15, 2008 12:13 pm 
Gordon MessmerJan 15, 2008 1:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] makealiases problem HELP!!Actions...
From:Gordon Messmer (yiny@eburg.com)
Date:Jan 15, 2008 1:28:35 pm
List:net.sourceforge.lists.courier-users

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).