: Problems with setting up email notifications in Redmine I´ve installed a fresh Redmine 2.5.1 installation on a Ubuntu 12.04 server. Redmine is served by Apache (passenger). The Server can send
I´ve installed a fresh Redmine 2.5.1 installation on a Ubuntu 12.04 server.
Redmine is served by Apache (passenger).
The Server can send emails by use of Postfix (tested with the mail command from terminal).
After reading the help document on Redmine's Email-Configuration, I´m confused where to put what though.
My aim is to use the server's ability to send emails with Postfix and not to use an external SMTP like Gmail.
Redmine is also giving me following error in email settings:
In /etc/redmine/default I have following files (no configuration.yml!):
database.yml
session.yml
In /usr/share/redmine resides:
additional_environment.rb.example
environment.rb
locales
boot.rb
environments
routes.rb
configuration.yml.example
initializers
settings.yml
Questions:
Which directory is responsible for Redmine's config?
Which file is respnsible for email settings?
What configuration is needed to use the server's Postfix?
More posts by @Kevin317
1 Comments
Sorted by latest first Latest Oldest Best
/etc/redmine/
/etc/redmine/default/configuration.yml
See Below.
nano -w /etc/redmine/default/configuration.yml
then paste or type:
production:
email_delivery:
delivery_method: :sendmail
then:
CTRL X + S + Y
For all the possibilities see:
The Redmine Wiki: Email Configuration
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.