by suporteagro » Jul 31 14 7:55 am
Hi Adrien,
When I try this configuration in RedMine:
# Outgoing emails configuration
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: 192.168.0.3
port: 587
domain: 'RedMine'
authentication: :plain
user_name: gabriel
password: password
Wingate SMTP Log says:
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Created:
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: <=S: 220 agroalimentos.com.br ESMTP Service ready
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: C=>: EHLO RedMine
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: <=S: 250-agroalimentos.com.br greets you
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: <=S: 250-AUTH CRAM-MD5
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: <=S: 250 SIZE 0
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: C=>: AUTH PLAIN AGdhYnJpZWwyAGxlc21h
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Debug: <=S: 504 Command parameter not implemented
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Error: Client closed connection unexpectedly expecting MAIL - terminating
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Traffic 153 47 0 0 0s
07/30/14 15:47:34 192.168.0.126 gabriel 0000015569 Terminated exit code 0
And when I tray this
# Outgoing emails configuration
email_delivery:
delivery_method: :smtp
smtp_settings:
address: 192.168.0.3
port: 587
domain: 'RedMine'
authentication: :login
user_name: gabriel
password: password
And Wingate SMTP Server log debug always says:
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Created:
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: <=S: 220 agroalimentos.com.br ESMTP Service ready
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: C=>: EHLO RedMine
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: <=S: 250-agroalimentos.com.br greets you
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: <=S: 250-AUTH CRAM-MD5
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: <=S: 250 SIZE 0
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: C=>: AUTH LOGIN
07/30/14 15:53:49 192.168.0.126 gabriel 0000017444 Debug: <=S: 504 Command parameter not implemented
07/30/14 15:53:50 192.168.0.126 gabriel 0000017444 Error: Client closed connection unexpectedly expecting MAIL - terminating
07/30/14 15:53:50 192.168.0.126 gabriel 0000017444 Traffic 153 26 0 0 1s
07/30/14 15:53:50 192.168.0.126 gabriel 0000017444 Terminated exit code 0
Thanks,
Gabriel