mahenderp Posted September 21, 2007 Share Posted September 21, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/70132-mass-mailing-problem-please-help/ Share on other sites More sharing options...
web_design_sydney Posted October 5, 2007 Share Posted October 5, 2007 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? Quote Link to comment https://forums.phpfreaks.com/topic/70132-mass-mailing-problem-please-help/#findComment-362225 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.