Re: mail from script

2000-10-24 Thread Anthony E . Greene
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

Re: mail from script

2000-10-21 Thread Cameron Simpson
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

RE: mail from script

2000-10-19 Thread Alfredo Macias
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,

Re: mail from script

2000-10-19 Thread Bryan K.
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

Re: mail from script

2000-10-19 Thread Michael Butler/CanEast/IBM
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

Re: mail from script

2000-10-17 Thread Anthony E . Greene
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

Re: mail from script

2000-10-17 Thread Chris Harvey
> 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