* [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Hi thanks for your quick reply we are building a web system that permits the
> sending of mail to a user defined mailling list for each of the contacts on
> the mailling list we send one mail ex : ([EMAIL PROTECTED] ->
> [EMAIL PROTECTED] , [EMAIL PROTECTED] -> [EMAIL PROTECTED] , ... ) for
> this we use a foreach that iterates the recipeints array

OK. It's called "mailing list"

> We use sendmail to send the mail ,

That's very slow. Direct injection via SMTP is faster.

> I was hopping it was possible to have a relation between each mail we
> send and the log generated for that mail to get reports back to the
> webapp that could confirm for example virus found , email sucessfull ,
> email rejected etc etc , but when i go to the logs e cannot associate
> de log line with the sendmail command that generated that log , i dont
> know if im explain myself well but :

Use VERP and examine the bounces (if any).

-- 
Ralf Hildebrandt ([EMAIL PROTECTED])          [EMAIL PROTECTED]
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
"I've not lost my mind. It's backed up on tape somewhere." - Unknown

Reply via email to