[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Sendmail problems.
- Subject: Re: [cobalt-users] Sendmail problems.
- From: Eric Welling <eric@xxxxxxxxxxx>
- Date: Tue Sep 4 09:28:51 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Sat, 1 Sep 2001, Stuart Low wrote:
> Hey all,
>
> Ok I have a client here who wants to be able to pipe a mailbox to a
> particular program (lets call it /home/site1/bobs-prog for now).
>
> Now, on a Cobalt RaQ4 how would this be done? I have tried modifying
> /etc/mail/aliases to read
>
> sb-admin: "|/home/site1/bobs-prog"
>
> But the mail just bounces and I have a feeling the cobalt raq will kill it
> as soon as anything is done. Am I right in this assumption? If so, can it be
> done?
>
> Stuart
>
>
>
> --
> Perlboy Productions - www.Perlboy.org
> ABN: 24 405 136 795
> Blogger for the Masses - www.Seekbrain.com
>
>
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
Hello Stuart,
You have to add the name of your program to /etc/shells before sendmail
will use it. Just add line
/home/site1/bobs-prog
on a line by itself. You will have to be root to edit this file.
Eric