On Sun, 22 Oct 2000 00:19 Cameron Simpson wrote:
>On Tue, Oct 17, 2000 at 11:30:25PM -0400, Anthony E . Greene wrote:
>| On Mon, 16 Oct 2000 18:04 Bryan K. wrote:
>| >I need to send mail to multiple Bcc recipients from a script. But, the
>| >from address needs to be different than the user who is
On Tue, Oct 17, 2000 at 11:30:25PM -0400, Anthony E . Greene wrote:
| On Mon, 16 Oct 2000 18:04 Bryan K. wrote:
| >I need to send mail to multiple Bcc recipients from a script. But, the
| >from address needs to be different than the user who is sending it.
| >Basically this is for a virtual domain
Ditto.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Chris Harvey
Sent: Tuesday, October 17, 2000 8:24 AM
To: [EMAIL PROTECTED]
Subject:Re: mail from script
> I need to send mail to multiple Bcc recipients from a script. But,
On Tue, 17 Oct 2000, Chris Harvey wrote:
> > I need to send mail to multiple Bcc recipients from a script. But, the
> > from address needs to be different than the user who is sending it.
> > Basically this is for a virtual domain, so it needs to send from
> > [EMAIL PROTECTED] but the From add
Hi Bryan,
As I recall, sendmail -f will allow you to do this. You may need to be a
trusted user to do this. Failing that, you could probably use the set-uid
bit so that your script runs as root. Do a man on sendmail and read about
the -f flag.
Mike
"Bryan K." <[EMAIL PROTECTED]> on 10/16/2000 0
On Mon, 16 Oct 2000 18:04 Bryan K. wrote:
>I need to send mail to multiple Bcc recipients from a script. But, the
>from address needs to be different than the user who is sending it.
>Basically this is for a virtual domain, so it needs to send from
>[EMAIL PROTECTED] but the From address needs to
> I need to send mail to multiple Bcc recipients from a script. But, the
> from address needs to be different than the user who is sending it.
> Basically this is for a virtual domain, so it needs to send from
> [EMAIL PROTECTED] but the From address needs to be
> [EMAIL PROTECTED] How can I do th