[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] aliases and viertusertable
- Subject: [cobalt-developers] aliases and viertusertable
- From: Ariel Manzur <punto@xxxxxxxxxxxx>
- Date: Tue May 16 18:53:33 2000
Hi..
I'm writing a "free e-mail" system (stupid portals..) to use on a RaQ3i,
and I have some questions:
- is there any open sourve solution alredy existing for that? :-)
- is there any documentation about the "aliases" and "virtusertable"? I saw
this on /etc/aliases:
user: "|/path/vacation.pl parameters"
So I tryed to put this on /etc/virtusertable:
@free_email_domain.com "|/bin/cat>>/path/%1"
So I get all the e-mails for the users on a text file. I would store the
e-mails on a database, so I'd do this:
@free_email_domain.com "|/path/deliver.pl %1"
But it didn't work..
Any ideas on how to do this?
Thanks.. Bye.
Ariel.