>> I just recently started getting problems with SquirrelMail. Whenever >> I try to send an email it takes about 60 seconds then I get an error >> in the Compose screen: "Server replied: 354".
> 354 is just the server asking for data ala: > 354 End data with <CR><LF>.<CR><LF> oh ok. >> I have no idea how to track down what is causing this. > This is not an error, but it seems as if your SMTP server's delayed send > of the 354 might be an issue(?). Yes, could be. I started investigating a little more and it may be something going on with apache+php. Not 100% sure yet. The problem seem to be intermittent. >> According to >> the logs on the mailsever everything is good. The mail gets >> delivered. Using normal IMAP applications like Thunderbird and >> Evolution works with no problems. > Show some. Show the logs when you run configtest, show them when you > send using SM. Show them when you use Thunderbird. Well this mail was sent through the same server. I am using courier only for the IMAP part. For SMTP I am using Qmail. I will get back to this list when I find out what it could have been :) >> I am using Courier-imap 3.0.8. >> >> The configtest.php reports no errors, though it takes roughly 50-60 >> seconds to respond. >> >> Thanks for any help you can give me. > Try telnetting yourself to localhost port 25 and running your own SMTP > conversation: > % telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220 mydomain.com SOME BANNER MSG > ehlo asdf.com > 250-mydomain.com > 250-PIPELINING > 250-ETRN > 250-etc.... etc.... > mail from: [email protected] > 250 Ok > rcpt to: [EMAIL PROTECTED] > 250 Ok > DATA > 354 End data with <CR><LF>.<CR><LF> > asdfasdf > asdfasdf > . > 250 Ok: queued as 3834E3441D1 > quit > 221 Bye > Connection closed by foreign host. � -- ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
