Project

General

Profile

Problem with MS Exchange Configuration

Added by Frank Rüschenbaum almost 7 years ago

Hi,

i have a Problem with the Exchange Configuration.

In the configuration file I have the following configured

production:
delivery_method: :smtp
smtp_settings:
adress: sv-exchange.ABC.de
port: 25
domain: ABC.de
authentication : :login
user_name:
password: XXX

If I send a test mail via administration / configuration / mail notification the following error message appears

Beim Senden einer E-Mail ist ein Fehler aufgetreten (Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte. - connect(2) for "localhost" port 25).

GOGGLE TRANSLATION:
An error occurred while sending an e-mail (Connection could not be established because the target computer refused to connect - connect (2) for "localhost" port 25).

In the apache error log is:

[Wed May 10 14:41:30.904428 2017] [ssl:warn] [pid 12668:tid 476] AH01909: localhost:444:0 server certificate does NOT include an ID which matches the server name
[Wed May 10 14:41:31.138806 2017] [ssl:warn] [pid 12668:tid 476] AH01909: localhost:444:0 server certificate does NOT include an ID which matches the server name
[Wed May 10 14:41:31.154433 2017] [mpm_winnt:notice] [pid 12668:tid 476] AH00455: Apache/2.4.23 (Win32) OpenSSL/1.0.2h PHP/5.6.30 configured -- resuming normal operations
[Wed May 10 14:41:31.154433 2017] [mpm_winnt:notice] [pid 12668:tid 476] AH00456: Apache Lounge VC11 Server built: Jul 7 2016 11:13:22
[Wed May 10 14:41:31.154433 2017] [core:notice] [pid 12668:tid 476] AH00094: Command line: 'D:\\REDMINE\\apache2\\bin\\httpd.exe -d D:/REDMINE/apache2 -f D:\\REDMINE\\apache2\\conf\\httpd.conf'
[Wed May 10 14:41:31.154433 2017] [mpm_winnt:notice] [pid 12668:tid 476] AH00418: Parent: Created child process 21844
[Wed May 10 14:41:31.670063 2017] [ssl:warn] [pid 21844:tid 372] AH01909: localhost:444:0 server certificate does NOT include an ID which matches the server name
[Wed May 10 14:41:31.904456 2017] [ssl:warn] [pid 21844:tid 372] AH01909: localhost:444:0 server certificate does NOT include an ID which matches the server name
[Wed May 10 14:41:31.935746 2017] [mpm_winnt:notice] [pid 21844:tid 372] AH00354: Child: Starting 64 worker threads.

Whats wrong ?

Greetings Frank