Bob
Thanks for the response. Your expertise did what it said, but my problem still remains about the looping. I assumed the entries needed to be on top, but even there they cause issues.
So my 70aliases file (located at /etc/e-smith/templates-custom/var/qmail/control/virtualdomains/70aliases per the HowTo) contains the following information:
myprimary1.com:brian
mydomain2.com:kevin
kevin@myprimary1.com:kevin
brian@mydomain2.com:brian
and so one. This is a fake, but mimics the real entries. my real file is very long but I have checked all the entries.
The real issue comes from, I think, the full domain entries (mydomain1.com:brian). When the virtualdomains file is created by the e-smith console-save event, it includes (now at the top) my entries from 70aliases, and also the other domains/vdomains that look like:
myprimary1.com:alias-localdelivery
www.myprimary1.com:alias-localdelivery
mydomain2.com:alias-localdelivery
www.myprimary1.com:alias-localdelivery
So, whenever both of these are in the virtualdomains file, I get email loops with the following error : "This message is looping: it already has my Delivered-To line." If I remove the duplicate entries, (one that specifies a user per my 70aliases and the other specifying alias-localdelivery), then it all works like it should.
For some reason, it worked all fine with both entries in 5.5, but its not working in 5.6. Any ideas?