My MTA is exim with symlink as sendmail. I had a strange problem with exim
while sending bulk mail (more than 3000 to our customer). It got stuck after
sending around 200 mails and with sendmail on the same machine it worked
fine. In my script i was reading the text file (email addresses) in a loop
and then sending mail to that address.

Regards
Sanjay

----- Original Message -----
From: "Suresh Ramasubramanian" <[EMAIL PROTECTED]>
To: "linux list" <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 12:55 AM
Subject: [LIH] Re: How to change Return-path and sender address


> +++ Philip S Tellis [linux-india] <21/02/02 00:50 +0530>:
> > Sometime on Feb 20, sanjay assembled some asciibets to say:
> > > I have a script(Perl/PHP) which sends email from the web(apache web
> > > server on linux). The problem is the header of the message contains
> > > "Return-path" and "Sender" email address as the
> > > [EMAIL PROTECTED] and so all the bounced messages goes
> > > to [EMAIL PROTECTED]
> >
> > The return path is set to be equal to the user who starts sendmail - if
> > you use the sendmail command interface.  If you use smtp, then you set
> > the return-path when you use the MAIL FROM: address command.
> > In short, use SMTP instead of sendmail -t
>
> Good idea - but VERY inefficient - especially if you send out large
amounts
> of mail.  Batched smtp transactions ...
>
> See my answer.  His approach is correct EXCEPT he's using exim where only
> trusted users are allowed to invoke sendmail -f



_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to