Hi,

I'm trying to get CCRB emails working on mac osx leopard.  Using
'mail' from the Leopard command line sends mail fine, so I don't think
it's a system problem.  This entry sends CCRB mails fine on Linux, but
fails on Leopard:

ActionMailer::Base.smtp_settings = {
  :address =>        "localhost",
  :domain =>         "intranetsubdomain.domain.com"
}

Here's the error messages:
Error in plugin EmailNotifier: Connection refused - connect(2)
Connection refused - connect(2) at
./lib/cruise_control/../../script/../config/../lib/cruise_control/../../script/../config/../lib/smtp_tls.rb:68:in
`initialize'

I have the postfix port installed, I assume that is how 'mail' is
working from the command line:
$ port list postfix
postfix                        @2.5.4          mail/postfix

Anyone have a working config to share, or tips other than debugging
into ActionMailer?

Thanks,
-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to