On Monday 28 May 2012, Gaurang Aggarwal wrote:
> The errors are not shown now as I uploaded hostname to fully
> qualified hostname .
> I am curious , is there any way to allow web applications to send the
> mails faster as the time it takes to send the email is about 6- 8
> seconds .

Is it just the web application taking longer or command-line too?  In 
either case, you need to look at the logs to see precisely where the 
delay is.  You can also set OLogLevel=127 in /etc/mail/sendmail.cf, 
restart sendmail and then try sending a mail for more logging.

Worst case scenario, make your application send mail asynchronously.  
Depending on language and package, you could use a new thread, a new 
process or perhaps just a flag to the mail library.

Sendmail delays are typically due to DNS or bad configuration issues.  
If you are willing to pay me a trifling fee, I'd be glad to offer myself 
as a consultant for fixing this problem.  Typical trifling fees are half 
your kingdom and your daughter's hand in marriage.

Regards,

-- Raj
-- 
Raj Mathur                          || r...@kandalaya.org   || GPG:
http://otheronepercent.blogspot.com || http://kandalaya.org || CC68
It is the mind that moves           || http://schizoid.in   || D17F

_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to