Email notifications
Added by Nijat Tulenov about 8 years ago
My email notification don't work.
Replies (3)
RE: Email notifications - Added by Nijat Tulenov about 8 years ago
no. I don't what kind of utils i should setup, could u advice me ?
RE: Email notifications - Added by Ivan Jezdimirovic about 8 years ago
First install postfix
$ sudo apt-get install postfix
(i chose insternet site)
then you need to tell redmine to use mailutils
create or edit file
/etc/redmine/default/configuration.yml
add
"production:
email_delivery:
delivery_method: :sendmail"
Without quotes ofc.
Restart apache2 and postfix and you should be good to go.