Forum archive
Redmine email notification fix = Solved
Running Redmine 12.0.1 on Proxmox VE 2.1.14, Postfix email notifications did not work for me out of the box.
image = debian-6-turnkey-redmine_12.0.1_i386
- SSH'ed to the appliance
- cd /var/www/redmine/config/
- nano configuration.yml
- made changes below and saved
Original:
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "localhost"
port: 25Changed to:
production:
email_delivery:
delivery_method: :sendmail
smtp_settings:
address: 127.0.0.1
port: 25Now working
Reference post at redmine.org http://www.redmine.org/boards/2/topics/6641
Thanks for the great work on these images
And bonus points for providing a fix! :)
I've lodged it as a bug here.