> I just set up a second identity that uses an email address with a > different domain name. My default email ID is gary @ gprc . com (without > the spaces of course :-). I set up another identity that uses the email > address gpr @ cyberlights . com. > > When I use my default ID, and I click on SEND in the email compose window > I go back to the INBOX pretty much immediatley (maybe a second or two > delay). However, when I use the alternate ID and click SEND, the window > essentially freezes up for a good 5 minutes. During this time I'm not > seeing anything in my syslog indicating that sendmail has even recieved > the message. After that 5 minutes sendmail gets the message, and send it > along. It'll take another minute or so after that before the compose > window finally refreshes and takes me back to my inbox. > > This happens only when I change the domain name in an ID. If I change the > username but keep the domian gprc . com the IDs work fine. It's only when > I change the domainname to something other than gprc . com. > > The reason I think this is an SM issue is because the old webmail package > I used to use also allowed multiple IDs and I was able to do this scenario > with no problems or delays. > > Anyone have any ideas? I checked archives but couldn't come up with > anything.
older webmail package might have used php functions to send email. I think, PHP defaults to using /usr/sbin/sendmail. SquirrelMail uses own functions and it can use SMTP or /usr/sbin/sendmail. By default SM is set to use SMTP. If your SMTP server does some DNS tests with mail from: or rcpt to: fields, you might have problems with slow DNS lookups. Set SquirrelMail to use /usr/sbin/sendmail (conf.pl 2. Server settings -> 3. Sendmail or SMTP). -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
