diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-25 20:15:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-25 20:15:47 +0000 |
commit | 25dc339f9d7565838ff31e4dbaf04fda65129d17 (patch) | |
tree | 5716f5b523998a80b319b20cf7c3daf91ddb2da2 /main/redmine/configuration.yml | |
parent | 153affa06c8da60f9193185f74bcdfce133d19e1 (diff) | |
download | aports-25dc339f9d7565838ff31e4dbaf04fda65129d17.tar.bz2 aports-25dc339f9d7565838ff31e4dbaf04fda65129d17.tar.xz |
main/redmine: misc fixes
- use local sendmail as default mailer
- fix log config
- fix some deps
- fix some permissions
- add example for sqlite
Diffstat (limited to 'main/redmine/configuration.yml')
-rw-r--r-- | main/redmine/configuration.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/main/redmine/configuration.yml b/main/redmine/configuration.yml index a729c60c7d..d5dfabb9a6 100644 --- a/main/redmine/configuration.yml +++ b/main/redmine/configuration.yml @@ -81,14 +81,7 @@ default: # Outgoing emails configuration (see examples above) email_delivery: - delivery_method: :smtp - smtp_settings: - address: smtp.example.net - port: 25 - domain: example.net - authentication: :login - user_name: "redmine@example.net" - password: "redmine" + delivery_method: :sendmail # Absolute path to the directory where attachments are stored. # The default is the 'files' directory in your Redmine instance. |