----- Original Message ----- From: "Brad Dameron" <[EMAIL PROTECTED]> To: "'Einar Bordewich'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 1:32 AM Subject: RE: Next 5.0 features > This is something I brought up previously as well. I use mail.domainname.com > as an alias for all my domains. This get's messy real quick. <--snip--> Yes it does. I reported this 08.08.2000 and attaching the answere I got. I see from my initial mail that I made a mistake when listing up "the new setup". Only one entry is needed in the users/assign, namely the user of realdomain. The aliasdomain is fed to the realdomain user, so basically the aliasdomain is only listed in rcpthosts/morercpthosts and virtualdomains. Sweet and clean. I wish my programing skills was good enough to do anything with this. Sorry, it's not. -- -------------------------------------------- IDG New Media Einar Bordewich Development Manager Phone: +47 2336 1420 E-Mail: eibo(at)newmedia.no Lat: 59.91144 N Lon: 10.76097 E --------------------------------------------
Ken Jones wrote: > > Einar Bordewich wrote: > > > > Since my illustrations appeard trunkated, I'm re-sending this mail, > > hopefully it will be a little bit easier to read this time ;-) > > > > ----------Forwarded message ---------- > > From: "Einar Bordewich" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Subject: vaddaliasdomain > > Date: Sun, 6 Aug 2000 00:10:40 +0200 > > > > Why is vaddaliasdomain making a link in ~vpopmail/domains/newdomain to > > ~vpopmail/domains/oldomain, and then in virtualdomains adding the newdomain > > to newdomain user. In /var/qmail/users/assign the newdomain is linked to > > itself and then the home catalog is ~vpopmail/domains/newdomain? > > > > Whould it not be better to drop the symlink in ~vpopmail/domains, and in > > virtualdomains/assign rather set the newdomain to the old domain alias > > user? > > > > Current setup: > > > > virtualdomains: > > test.org:test.org > > test.com:test.com > > > > assign: > > +test.org-:test.org:1009:104:/home/vpopmail/domains/test.org:-:: > > +test.com-:test.com:1009:104:/home/vpopmail/domains/test.com:-:: > > . > > > > New setup: > > > > virtualdomains: > > test.org:test.org > > test.com:test.org > > > > assign: > > +test.org-:test.org:1009:104:/home/vpopmail/domains/test.org:-:: > > +test.com-:test.org:1009:104:/home/vpopmail/domains/test.org:-:: > > . > > > > With many domains and several alias domains, the symlinks is boring. > > Special > > since there are no user with the aliasdomain in their username. > > > > Why am I conserned by this trivial issue? > > Since I do a: > > #!/bin/sh > > ls -1 ~vpopmail/domains/ | \ > > grep ".no\|.com\|.org\|.net" \ > > > /usr/local/share/sqwebmail/logindomainlist > > > > from time to time ;-) and since I think the "old" solution breaks qmails > > intention regarding aliasdomains and use of the assign file. > > Good point. I'll try it out. > > Ken Jones The answer to your question is easy. A new vpopmail api function would need to be added to support this. Which seems like a reasonable change. But that's why it wasn't done before. Instead we used an old function and added the symbolic link. Ken