Redmine incoming emails problem (DSN: unknown mailer error 1)
Added by M Dez over 14 years ago
Environment:
ruby 1.8.7 (2009-12-24 patchlevel 248) [amd64-freebsd8]
Rails 2.3.8
FreeBSD 8.0-RELEASE-p2
mysql Ver 14.14 Distrib 5.5.4-m3, for portbld-freebsd8.0 (amd64) using 5.2
Hello all,
I'm trying to configure Redmine to receive incoming emails (used this: http://www.redmine.org/wiki/1/RedmineReceivingEmails), but I keep getting an error - that i'm assuming - has to do with the rdm-mailhandler.rb file. So here's my setup:
- user@server.net (this is the email designated to receive redmine specific emails)
- inside user's directory, i've put a .forward file containing this: "|/home/user/rdm-mailhandler.rb --url http://redmine.server.net --key secret_key --project project1"
- user@server.net can receive regular mail
- i only get these errors once I start piping the emails through the rdm-mailhandler.
- rdm-mailhandler.rb is chown'ed user user (if this makes any difference)
Any suggestions or ideas on where to start?
Thanks in advance if you could help.
Replies (1)
RE: Redmine incoming emails problem (DSN: unknown mailer error 1) - Added by Felix Schäfer over 14 years ago
Have a look at the redmine log (redmine_dir/log/production.log probably) after you tried to pipe a mail in there, see if there is any meaningful trace. Also note that redmine is only supported on rails 2.3.5. While I can't say the mailer will break on 2.3.8, I can't say it won't either.