私のredmineは正常に動作します。しかし、電子メールによる通知は機能しません。Ruby - Redmine 3.0.3
Environment:
Redmine version 3.0.3.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.1
Environment production
Database adapter Mysql2
SCM:
Filesystem
Redmine plugins:
no plugin installed
configuration.yml:
default:
# Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "smtp.bsservices.com.br"
port: 587
domain: "smtp.bsservices.com.br"
authentication: :login
user_name: '<user>@bsservices.com.br'
password: '<password>'
openssl_verify_mode: 'none'
エラー:
(Permission denied - connect(2) for "smtp.bsservices.com.br" port 587)
エラー2:
を使用してApp 6529 stderr: Saving attachment '/var/www/redmine/files/2016/12/161223114939_app_creator.PNG' (79469 bytes) App 6529 stderr: Completed 500 Internal Server Error in 18ms (ActiveRecord: 2.5ms) App 6529 stderr: App 6529 stderr: Errno::EACCES (Permission denied @ rb_sysopen - /var/www/redmine/files/2016/12/161223114939_app_creator.PNG): App 6529 stderr: app/models/attachment.rb:109:in
initialize' App 6529 stderr: app/models/attachment.rb:109:in
open' App 6529 stderr: app/models/attachment.rb:109:infiles_to_final_location' App 6529 stderr: app/controllers/attachments_controller.rb:90:in
upload'
イム
私はすでにフォルダにすべての権限(777)を与えました。
助けが必要ですか?
は、(1)あなたが投稿YAML構文が無効であるSMTPサーバーにアクセスするためにRedmineのを防ぐファイアウォールがあるかもしれません。あなたの質問を編集して、元のファイルと同じように正確な字下げを確認してください。 (2)YAMLファイルで設定されたホスト名が、エラーメッセージのホスト名と一致しません。どちらを実際に使ったのですか? –
Holger ...私の間違い。私は説明を修正する。 –