Ruby on rails 配置更改后是否需要重新启动redmine服务器?

Ruby on rails 配置更改后是否需要重新启动redmine服务器?,ruby-on-rails,redmine,mediatemple,Ruby On Rails,Redmine,Mediatemple,我在Mediatemple DV中安装了一个Redmine站点。我目前在电子邮件配置中遇到一些问题。我更改了如下配置: # Outgoing emails configuration (see examples above) production: email_delivery: delivery_method: :smtp smtp_settings: address: "myOutgoingMailServer" port: 25 authentication: :plain domai

我在Mediatemple DV中安装了一个Redmine站点。我目前在电子邮件配置中遇到一些问题。我更改了如下配置:

  # Outgoing emails configuration (see examples above)
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "myOutgoingMailServer"
port: 25
authentication: :plain
domain: 'mySiteDomain'
user_name: 'emailAddressInsideSingleQuote'
password: 'passwordInsideSingleQuote'

是否需要重新启动服务器以确保配置中的更改生效?

您只需重新启动承载Redmine的Apache web服务器服务。

是的,这很重要

在修改Redmine中的configuration.yml之后

重新启动服务器以获得该效果