Project

General

Profile

Actions

Defect #11373

closed

Fail to sent test email

Added by Vincent Lee almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

发送邮件时发生错误 (501 command argument is not acceptable )

Redmine installation info:bitnami-redmine-2.0.3-1-windows-installer.exe

Actions #1

Updated by Etienne Massip almost 12 years ago

Clearly there is not enough information, please check your production.log and give details according to SubmittingBugs.

It's very likely that there is a problem with your email configuration, though.

Actions #2

Updated by Vincent Lee almost 12 years ago

  • Status changed from New to Resolved

I resolved the notification error by editing apps\redmine\htdocs\config\configuration.yml like below:

# default configuration options for all environments
default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      # arguments: "-i"      
      address: "10.192.1.1" 
      port: 25
      domain: "xxx.com.cn" 
      authentication: :login
      user_name: "user1" 
      password: "123456" 
      enable_starttls_auto: true

Another problem is :
i can't find redmine logs,the apps\redmine\htdocs\log\production.log does not help very much!

Actions #3

Updated by Etienne Massip almost 12 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid
Actions

Also available in: Atom PDF