> Hi list, > > Does someone know here what to do with this error? I am not getting any > error in both the apache log or the mail.log file from my server. > > I am using Squirrelmail 1.4.2, Courier-Imap and qmail on Debian sid. > When I compose a message and clicking the send button I have to wait very > long and finally the mailserver is sending the message, but squirrelmail > still shows the compose message screen (with all content still there) and > is showing me an error on top of the screen which is the Server Replied : > 354 error. > > When I just pine on the mailserver, I am able to send without any problems > or time-outs.
Pine sends emails with /usr/sbin/sendmail. SquirrelMail defaults to SMTP protocol. Check your qmail setup and try sending email with telnet. Stock qmail does not do "354 error" after data command. It does "354 go ahead". 3xx is not error message. http://www.faqs.org/rfcs/rfc821.html 3yz Positive Intermediate reply The command has been accepted, but the requested action is being held in abeyance, pending receipt of further information. The sender-SMTP should send another command specifying this information. This reply is used in command sequence groups. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click -- 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
