Roundcube Community Forum

 

Can't send email--log attached

Started by PeterK2003, June 04, 2008, 10:55:05 AM

Previous topic - Next topic

PeterK2003

It seems to connect and authenticate successfully but then sends RSET(reset?) command and quits.

Any clue why this happens?

hmail is my mail server.

Log from mail server:

"SMTPD" 2136 65338 "2008-06-04 09:06:19.869" "192.168.1.253" "SENT: 220 Hello World!"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.869" "192.168.1.253" "RECEIVED: EHLO webmail.xxx.name"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.869" "192.168.1.253" "SENT: 250-hmailserver[nl]250-SIZE[nl]250 AUTH LOGIN"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "RECEIVED: AUTH LOGIN"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "SENT: 334 VXNlcm5hbWU6"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "RECEIVED: cGV0ZXJAa3J1bS5uYW1l"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "SENT: 334 UGFzc3dvcmQ6"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "RECEIVED: ***"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "SENT: 235 authenticated."
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "RECEIVED: RSET"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.885" "192.168.1.253" "SENT: 250 OK"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.901" "192.168.1.253" "RECEIVED: QUIT"
"SMTPD" 2136 65338 "2008-06-04 09:06:19.901" "192.168.1.253" "SENT: 221 goodbye"

PeterK2003


PeterK2003

Bump!

Someone has to know something!

PeterK2003

ok i didn't realize that roundcube had it own loging before but here is the issue:

[11-Jun-2008 08:44:42 -0400] SMTP Error: SMTP error: No From address has been provided in C:\Server\ftp\RoundCube\program\steps\mail\func.inc on line 1009

Thanks

JohnDoh

do you have an identity setup? In RC goto personal settings > identity and make sure you have one. on the compose screen you should see the identity rather than a textbox next to the From tag.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

PeterK2003

Yeah i just figured that out about 30sec before your post and i think that is the issue--need to check to be sure.

Why does round cube not setup a default identity or provide a more clear error message?  It just say "message failled to send"  that could mean anything.

thanks

JohnDoh

RC does setup a default identity when you login for the very first time, atleast it did for me. May be you had an error then.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

PeterK2003