Hello, 2008/5/4 Stephen Gran <[EMAIL PROTECTED]>: > > On Sun, May 04, 2008 at 06:47:52AM +0700, Konstantin Boyandin said: > > Hello, > > > > I have a new problem. In /etc/aliases there are records > > > > user1alais: user1 > > userlist: user1,user2,user3 > > > > user1, user2, user3 are local accounts. > > > > Mail sent to [EMAIL PROTECTED] is accepted. > > > > Mail sent to [EMAIL PROTECTED] results in '550 User unknown - > > [EMAIL PROTECTED]' > > > > May I ask how that can be solved? > > Try > exim -d+route -bt userlist > > and look for which of the addresses is undeliverable and remove it. > > And please try not to obfuscate. I can see the important thing here, > but in other cases we might not be able to.
Thanks. The problem was I was using local_part_suffix = -* and the failing address had '-' in it, and the part before '-' didn't exist. I handled that. The next question: is it possible to use regexp in local_part_suffix list? I need to consider a suffix the following: dash and one or more digits after it. The records local_part_suffix = ^-[0-9]+ local_part_suffix = ^-[0-9]+$ do not work. Thanks. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
