Email sending error: authentication not enabled
Added by Perrier T almost 16 years ago
We cannot configure Redmine to send emails to us about events.
Our config looks like this:
production:
delivery_method: :smtp
smtp_settings:
address: mail.ourdomain.hu
port: 25
domain: ourdomain.hu
authentication: :login
user_name: username
password: password
And the message given by redmine (trying to send a test message): 503 5.5.1 Error: authentication not enabled
As I have googled it, this seemsto be some kind of postfix problem, but i can't figure it out.
Could someone please help me?
Replies (2)
RE: Email sending error: authentication not enabled
-
Added by Jayamohan cb over 15 years ago
enable SASL SMTP authentication to yes
RE: Email sending error: authentication not enabled
-
Added by Jayamohan cb over 15 years ago
Jayamohan cb wrote:
enable SASL SMTP authentication to yes in the postfix mail server >SMTP Authentication & encryption configuration