Nigel Wade wrote:
>>>
Is Usermin any use? (
http://www.webmin.com/uintro.html). It allows users
to
edit their .forward files via the Web. I'm not sure if it's any use for
virtual users.
<<<
My eximadm
(
http://www.hochstrasser.org/wiki/pmwiki.php?pagename=Linux.EximAdm)
allows to edit various plain text files used by exim. Instead of a
.forward file I have a simple "redirect.txt" file with "username
othername@???" entries which is used by a redirect router;
it allows you to define an unlimited number of virtual users. (It's the
"last chance router" in my config, hence the "no_more"):
reject:
driver = redirect
cannot_route_message = "$local_part@$domain: Recipient unknown."
data = ${lookup{$local_part}wildlsearch{/etc/exim/redirect.txt}}
no_more
Drawback is that every user sees the whole file which might not be ideal
under all circumstances... (but eximadm was made for admins, not users)
My 2 cents...
--
Ben