Tim Allen on 8 Aug 2008 09:39:04 -0700 |
I wrote yesterday about the slowness with sendmail regarding to PHP - it turns out it wasn't what I thought. I didn't have to change sendmail configuration - I had to modify my hosts file! <kicks self> Apparently, sendmail really doesn't like not having a FQDN in hosts. The problem was that the hosts file didn't have a fully qualified domain name. Here's an example of the change I made: # OLD, BAD CONFIGURATION 127.0.0.1 localhost.localdomain localhost 192.168.1.100 www # NEW, GOOD CONFIGURATION 127.0.0.1 localhost.localdomain localhost 192.168.1.100 www.mydomain.com I hope this helps! Regards, -Tim -----Original Message----- From: plug-bounces@lists.phillylinux.org [mailto:plug-bounces@lists.phillylinux.org] On Behalf Of Eugene Smiley Sent: Friday, August 08, 2008 11:41 AM To: Philadelphia Linux User's Group Discussion List Subject: Re: [PLUG] Sendmail configuration w/osTicket? Michael Leone wrote: > Mark Baker wrote: >> If you take a look at the sendmail.cf and >> search for "Timeout" you will find a large number of variables that can be >> tuned to greatly speed up the delivery of email. > > I suppose he could post his sendmail configuration, and someone could > try and decipher it ... hehe... This makes me laugh. I know that the OP has already posted his results with switching to Postfix, but I find it hilarious that one has to 'tune' sendmail variables to make it faster while Postfix blazes from the moment of install. GO POSTFIX! WOOHOO! ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|