Mobile app version of vmapp.org
Login or Join
Kevin317

: 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

@Kevin317

Posted in: #Email #Server #WebApplications

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kevin317

1 Comments

Sorted by latest first Latest Oldest Best

 

@Margaret670

/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

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme