Jump to content

Mass Mailing Problem - Please Help


mahenderp

Recommended Posts

Hi,

 

We've a dedicated server (PHP, mysql, apache , etc).

Mail server is not my server.

We use MTA (Sendmail) to send mail.

Any mail is sent via Mail Server using sendmail program.

 

Each mail takes about 120+ seconds (very huge time).

 

When a script is sending a mail .....

at the same time if another person on the site sends mail then it is quick(2/3 seconds per mail).

 

 

these are the programs that are running on myserver w.r.t sendmail

sendmail: accepting connections

sendmail: Queue runner@00:30:00 for /var/spool/clientmqueue

 

 

When a mail is sent ... additional 2 sendmail programs are being started..

sendmail: ... client greeting

sendmail: server localhost [127.0.0.1] startup

 

 

What might be the problem?

How do I fix it?

It is important for us to fix this issue.

 

Thanks

Mahender

Link to comment
https://forums.phpfreaks.com/topic/70132-mass-mailing-problem-please-help/
Share on other sites

  • 2 weeks later...

Just at a glance -

 

"Mail server is not my server."

 

sendmail: server localhost [127.0.0.1] startup

 

Is the script location relative to the sendmail location the correct path? It could be waiting for 120 seconds and then changing programs. Do you have two conflicting installs of sendmail?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.