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>

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(?).


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.


  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

Reply via email to