Another SMTP issue

Trying to validate email... verbose logging definitely shows the source of the error.  Why on earth would it try and send that "MAIL FROM" command????

2017/08/05 10:26:16    CURL: header_in 235 2.0.0 OK Authenticated  
2017/08/05 10:26:16    CURL: header_out MAIL FROM:<mbradford@smtp://mail.insightete.com:25>  
2017/08/05 10:26:16    CURL: header_in 553 5.1.3 <mbradford@smtp://mail.insightete.com:25>... Colon illegal in host name part  
2017/08/05 10:26:16    CURL: MAIL failed: 553

2017/08/05 10:26:16    CURL: header_out QUIT  
2017/08/05 10:26:16    CURL: header_in 221 2.0.0 sp4066g.serverpronto.com closing connection  
2017/08/05 10:26:16    CURL: Closing connection 0

2017/08/05 10:26:16    CURL: TLSv1.2, TLS alert, Client hello (1):

2017/08/05 10:26:16    CURL: ssl_out   

Comments

  • If the From address doesn't contain a '@', Acrosync will append '@server' to it. But in your case, the server included the port number therefore the ':25' part was inserted too.  I'll fix this in the next update, but a workaround for now is enter the full address 'mbradford@mail.insightete.com' into the From field.
  • Ah... maybe break the two out into different fields.  My username on my server is mbradford.  The "from" email is mbradford@insightete.com.  Evidently you have a check to try both?  Because it appears to work now.
Sign In or Register to comment.