Ticket #1485117 (closed Bugs: fixed)

Opened 4 months ago

Last modified 11 days ago

Sending mail fails--log attached.

Reported by: PeterK2003 Owned by:
Priority: 5 Milestone: 0.2-stable
Component: PHP backend Version: 0.1.1
Severity: normal Keywords:
Cc:

Description (last modified by till) (diff)

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

Any clue why this happens?

hmailserver 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"

Change History

Changed 4 months ago by PeterK2003

"SMTPD" 2136 65338 "2008-06-04 09:06:19.869" "192.168.1.253" "SENT: 220 Hello World!"

This looks nicer.

"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"

Changed 4 months ago by PeterK2003

Some more info:

[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

Changed 4 months ago by till

  • status changed from new to closed
  • resolution set to worksforme
  • description modified (diff)

Looks like a configuration issue, also, please try 0.2-alpha.

Changed 4 months ago by PeterK2003

  • status changed from closed to reopened
  • resolution deleted

the reason that i got it was b/c i didn't have an identity setup... round cube should provide a default or return a better error message.

Changed 4 months ago by PeterK2003

My issue is resolved but i just reopened it b/c i wanted someone to look at my suggestion.

Thanks

Changed 6 weeks ago by alec

  • component changed from Client Scripts to SMTP connection
  • milestone changed from later to 0.2-beta

Changed 11 days ago by alec

  • status changed from reopened to closed
  • resolution set to fixed
  • component changed from SMTP connection to PHP backend

Fixed in r1908.

Note: See TracTickets for help on using tickets.