Your message dated Sat, 31 Jul 2010 11:42:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#590329: redmine: issue with email notification
has caused the Debian Bug report #590329,
regarding redmine: issue with email notification
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
590329: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590329
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redmine
Version: 0.9.5-1
Severity: normal

Hi,

I use Redmine with exim4 for email notification. Exim4 is ok because I can send 
emails through the "mail" command.
when trying to send a test email from Redmine, I have this strange error 
message on the web page (nothing in the exim and Redmine logs) : 
An error occurred while sending mail (501 Syntactically invalid HELO 
argument(s) )

I have a really simple email.yml : 
production:
  delivery_method: :smtp
  smtp_settings:
    address: "localhost"
    port: 25

My destination email is simple: [email protected]
My emission email addresse is also simple: [email protected]

Bye,
Carl Chenet

Blog: http://carlchenet.wordpress.com
Identi.ca: http://identi.ca/carlchenet


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Here's a simpler configuration that works :

production:
  delivery_method: :sendmail


It does not work with localhost because exim4 rejects :
rejected HELO from [127.0.0.1] U=www-data

It is a problem with exim4 config, not with redmine.

Cheers,
Jérémy.


--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to