Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 1999 13:48:55 +0200
From:      Tim Priebe <tim@iafrica.com.na>
To:        "freebsd-isp@FreeBSD.ORG" <freebsd-isp@FreeBSD.ORG>
Cc:        admin@wholesalehosting.com
Subject:   Re: I must be stupid
Message-ID:  <36E7ADA7.CE2@iafrica.com.na>
References:  <36E7A1E938E.955CADMIN@domains.md>

next in thread | previous in thread | raw e-mail | index | archive | help
admin wrote:
>
> All i want is to create custom aliass for non local users (much like
> virtusertable) but i want them to exist in the users directory so they
> can add and remove them.
> 
> When i was with webaxxcess/online marketing.. we did this with a
> .redirect file which looked like this.
> 
> $: cat .redirect
> default diva@diva.com
> bob        bob@mindspring.com
> dave      dave@mail.com
> 
> .forward will NOT do, because diva does not want everyone to get
> everyones mail. Those emails to dave@diva.com need to be bounced to
> dave@mindspring.com Just like they would be if these redirects were in
> the virtusertable. So in super lamer terms.. i need local virtusertables
> for all my users so they can do it themselves on the fly.
> 
> dig?

I would think that the easiest way to achive this would be to use a
separate alias file for each domain, and to allow the owner of that
domain to modify the file for thier domain. If the file should be in the
users home directory, this can be achieved with a symbolic link.
I do not know if you can setup per domain alias files with Sendmail, I
would suspect it can be done. I have done it with exim (not including
the users modifying the files themselves), and I am sure it can be done
with other programs as well.

> Cant believe noone else on this list has something like this for their
> clients.

I know of a large ISP that does something similar to this on FreeBSD.
They use a web based system to allow thier users to administor thier own
virtual domains. Personally I would find giving the users access to do
it themselves, via shell or ftp access, a security concern.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36E7ADA7.CE2>