Project

General

Profile

Not receiving mail from redmine with sendmail

Added by Christophe Verbinnen over 13 years ago

Hello everyone,

I'm trying to setup my redmine to use sendmail on my server to sendout notifications but I had no luck !

Here is my versions

Ruby version 1.8.6 (i386-linux)
RubyGems version 1.3.7
Rack version 1.0
Rails version 2.3.5
Active Record version 2.3.5
Active Resource version 2.3.5
Action Mailer version 2.3.5
Active Support version 2.3.5
Application root /opt/redmine
Environment production
Database adapter mysql
Database schema version 20100221100219

my email.yml looks like this.

[root@ks306861 redmine]# cat config/email.yml
production:
delivery_method: :sendmail
[root@ks306861 redmine]#

And of course my sendmail is configured and works with php or bash

Is there any way to get some kind of error message ?

The test mail does not work either.

Thanks in advance.


Replies (1)

RE: Not receiving mail from redmine with sendmail - Added by Felix Schäfer over 13 years ago

Does the delivery_method line begin with 2 spaces? YAML is space- and indentation-sensitive.

    (1-1/1)