[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] aliases and viertusertable
- Subject: Re: [cobalt-developers] aliases and viertusertable
- From: Ariel Manzur <punto@xxxxxxxxxxxx>
- Date: Wed May 17 17:29:41 2000
Hi.. thanks for your help..
At 21:51 16/05/2000 -0700, you wrote:
>Ariel Manzur wrote:
>> Any ideas on how to do this?
>In /etc/virtusertable, replace yourline with:
>
>@free_email_domain.com free_email
>In the aliases file (actually you'd be better of creating a new aliases
>file, so as to make sure you don't interfere with the gui
>administration) add the following line:
>free_email: "|/path/deliver.pl
Yes, I did this, and now I'm getting this error when I send an e-mail to
something@xxxxxxxxxx:
----- Transcript of session follows -----
sh: entregar.pl not available for sendmail programs
554 "|/usr/bin/deliver.pl something"... Service unavailable
I put
@free-email-domain.com free-email-%1
on virtusertable and then
free-email-something: "|/usr/bin/deliver.pl something"
on aliases.
Any idea of what that might be? Do I have to add the script to some list or
something?
I wish I could use regular expressions on the aliases file.. that would
make it easier..
Thanks.. bye..
Ariel.