Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending mail to large list

Status
Not open for further replies.

mufka

ISP
Dec 18, 2000
587
US
I need to send mail out to list of 5000 recipients. Is there a limit to sendmail 8.9.3 that would prevent this? Could I expect problems to arise from sending that many messages? Personally, I would consider something that large to be spam, but someone apparently has a legitimate need.

Thanks for any info.
 
Sendmail's got a maximum number of recipeints - you set it...i cant think of the param name right now...but, the best way to do this is in a script. Have a perl script BCC a message to 100 recipients, then wait 10 seconds, then check if /var/spool/mqueue is empty (the mail queue). if it's empty, send the next 100 recips, if not, wait again


hope this helps
 
Yeah that's good, tell people how to send out e-mail spam.

-al
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top