Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0000559SOGoBackend Mailpublic2010-04-13 15:58
Reportervgiralt Assigned Towsourdeau 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux 
Product Version1.2.1 
Target Version1.2.2Fixed in Version1.2.2 
Summary0000559: Can't send mail via SMTP due to bad address syntax
Description

It is not possible to send mail using an MTA as the envelope address is not quoted inside angle brackets as required by th RFC.

This results in an 501 permanent error that leads to an internal error screen.

Steps To Reproduce
  • Configure SOGo to send through Postfix on external MTA
  • Send message
  • Get error screen
  • Message not sent
Additional Information

SOGo log:
S: <SMTP-Reply: code=220 line='rusadir.melilla.es ESMTP Postfix'>
C: EHLO sogo.melilla.es
S: <SMTP-Reply: code=250 line='8BITMIME'>
S: pipelining extension supported.
S: size extension supported.
C: MAIL FROM:vic@melilla.es
C: QUIT
S: <SMTP-Reply: code=221 line='Bye'>

SMTP packet capture:
220 rusadir.melilla.es ESMTP Postfix

EHLO sogo.melilla.es

250-rusadir.melilla.es

250-PIPELINING

250-SIZE 50485760

250-VRFY

250-ETRN

250 8BITMIME

MAIL FROM:vic@melilla.es

501 Bad address syntax

QUIT

221 Bye

TagsNo tags attached.

Relationships

related to 0000218 resolvedwsourdeau When an SMTP error occurs, SOGo should display a nice error message, rather than crashing abruptly 

Activities

wsourdeau

wsourdeau

2010-04-13 15:58

viewer   ~0000936

Fixed in 4c3313b138cb68cb3e389108d8457732594a094d. Don't forget to update SOPE!

Issue History

Date Modified Username Field Change
2010-04-11 19:08 vgiralt New Issue
2010-04-12 11:41 francis Relationship added duplicate of 0000218
2010-04-13 01:11 ludovic Status new => assigned
2010-04-13 01:11 ludovic Assigned To => wsourdeau
2010-04-13 01:11 ludovic Target Version => 1.2.2
2010-04-13 15:58 wsourdeau Note Added: 0000936
2010-04-13 15:58 wsourdeau Status assigned => resolved
2010-04-13 15:58 wsourdeau Fixed in Version => 1.2.2
2010-04-13 15:58 wsourdeau Resolution open => fixed
2010-04-13 15:59 wsourdeau Relationship replaced related to 0000218