XAMPP und Mercury

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

XAMPP und Mercury

Postby ibllaclk » 09. November 2014 11:59

Guten Tag, ich habe folgende Programme mit XAMPP nun aufgesetzt/konfiguriert und gestartet (Ja auch alle Ports sind freigegeben, ich habe zum Testen einfach alle Ports geöffnet mit einer Neuen Regel)
Der Server läuft auf Windows 2012 R2.

    Apache
    Mysql
    FileZilla
    Mercury

So bis auf Mercury funktioniert auch alles einwandfrei.
Laut Mercury werden die Emails auch abgesendet aber ich bekomme keine Email im Postfach/Spam Ordner nichts.

Ich hab hier mal alle meine Einstellungen in Bildern: http://imgur.com/a/Efgaw
Logs:
SMTP Client General
Code: Select all
T 20141109 134628 1468 Begin processing job MO001310 from postmaster@localhost
T 20141109 134628 1468 MAIL FROM:<postmaster@localhost> SIZE=351
T 20141109 134628 1468 250 Sender and size (351) OK - send RCPTs.
T 20141109 134628 1468 RCPT TO:<ibllaclk.exe@gmail.com>
T 20141109 134628 1468 250 Recipient OK - send RCPT or DATA.
T 20141109 134628 1468 Job MO001310 from postmaster@localhost processed OK.

SMTP Client Session
Code: Select all
13:46:28.484: << DATA<cr><lf>
13:46:28.484: >> 354 OK, send data, end with CRLF.CRLF<cr><lf>
13:46:28.484: << Received: from Spooler by localhost (Mercury/32 v4.62) ID MO001310;<cr><lf>  9 Nov 2014 13:46:28 +0100<cr><lf>
13:46:28.484: << Received: from spooler by localhost (Mercury/32 v4.62); 9 Nov 2014 11:45:44 +0100<cr><lf>
13:46:28.484: << From: "E-Mail Administrator" <postmaster@localhost><cr><lf>
13:46:28.484: << To: ibllaclk.exe@gmail.com<cr><lf>
13:46:28.484: << Subject: 989<cr><lf>
13:46:28.484: << Date: Sun, 9 Nov 2014 11:45:31 +0100<cr><lf>
13:46:28.484: << MIME-Version: 1.0<cr><lf>
13:46:28.484: << Content-type: text/plain; charset=US-ASCII<cr><lf>
13:46:28.484: << X-Mailer: Mercury/32 v4.62<cr><lf>
13:46:28.484: << Message-ID: <33640565E30@localhost><cr><lf>
13:46:28.484: << <cr><lf>
13:46:28.484: << 898<cr><lf>
13:46:28.484: << .<cr><lf>
13:46:28.484: >> 250 Data received OK.<cr><lf>
13:46:28.484: << QUIT<cr><lf>
13:46:28.484: >> 221 SMTP Lokal Service closing channel.<cr><lf>
13:46:28.484: --- Connection closed normally at Sun Nov 09 13:46:28 2014. ---
13:46:28.484:


SMTP Server general log
Code: Select all
T 20141109 134805 545f69a3 RSET
T 20141109 134805 545f69a3 MAIL FROM:<postmaster@localhost> SIZE=1269
T 20141109 134805 545f69a3 RCPT TO:<ibllaclk.exe@gmail.com>
T 20141109 134805 545f69a3 DATA
T 20141109 134805 545f69a3 DATA - 28 lines, 1367 bytes.
T 20141109 134805 545f69a3 QUIT
T 20141109 134805 545f69a3 Connection closed with 127.0.0.1, 1 sec. elapsed.

SMTP Session Log
Code: Select all
13:48:05.218: >> Received: from localhost (127.0.0.1) by SMTP Lokal (Mercury/32 v4.62) with ESMTP ID MG001E3C;<cr><lf>
13:48:05.218: >>    9 Nov 2014 13:46:28 +0100<cr><lf>
13:48:05.218: >> Received: from Spooler by localhost (Mercury/32 v4.62) ID MO001310;<cr><lf>
13:48:05.218: >>   9 Nov 2014 13:46:28 +0100<cr><lf>
13:48:05.218: >> Received: from spooler by localhost (Mercury/32 v4.62); 9 Nov 2014 11:45:44 +0100<cr><lf>
13:48:05.218: >> From: "E-Mail Administrator" <postmaster@localhost><cr><lf>
13:48:05.218: >> To: ibllaclk.exe@gmail.com<cr><lf>
13:48:05.218: >> Subject: 989<cr><lf>
13:48:05.218: >> Date: Sun, 9 Nov 2014 11:45:31 +0100<cr><lf>
13:48:05.218: >> MIME-Version: 1.0<cr><lf>
13:48:05.218: >> Content-type: text/plain; charset=US-ASCII<cr><lf>
13:48:05.218: >> X-Mailer: Mercury/32 v4.62<cr><lf>
13:48:05.218: >> Message-ID: <33640565E30@localhost><cr><lf>
13:48:05.218: >> <cr><lf>
13:48:05.218: >> 898<cr><lf>
13:48:05.218: >> .<cr><lf>
13:48:05.218: << 250 Data received OK.<cr><lf>
13:48:05.218: >> QUIT<cr><lf>
13:48:05.218: << 221 SMTP Lokal Service closing channel.<cr><lf>
13:48:05.218: --- Connection closed normally at Sun Nov 09 13:48:05 2014. ---
13:48:05.218:


System Log
Code: Select all
O 20141109 1347 MG001E4C postmaster@localhost           ibllaclk.exe@gmail.com         1224
O 20141109 1347 MG001E4B postmaster@localhost           ibllaclk.exe@gmail.com         1528
O 20141109 1347 MG001E4A postmaster@localhost           ibllaclk.exe@gmail.com         1834
O 20141109 1347 MG001E49 postmaster@localhost           ibllaclk.exe@gmail.com         3060

Ich möchte mich im Voraus schon für eure Hilfe bedanken, Danke.
ibllaclk
 
Posts: 1
Joined: 09. November 2014 11:31
Operating System: Windows Server 2012 R2

Re: XAMPP und Mercury

Postby Nobbie » 09. November 2014 15:31

Das geht nur in der Theorie, in der Praxis landet bei Gmail (und allen Providern der Welt) eine Email von privaten Rechnern (die auch noch "localhost" als Domain angeben) sofort in der Mülltonne. Bei den meisten klappt es noch nicht einmal, wenn man da wenigstens einen DynDNS Domainnamen besitzt, die Angst vor SPAM ist viel zu groß. Die Mails werden weder offziell abgewiesen noch landen sie in irgendeinem SPAM Folder, die sind einfach weg.

Das einzige, was wirkich hilft, nimm nicht den SMTP Server sondern den SMTP Relay und schicke die Email via einen bekannten SMTP Server (beispielsweise Deinen Account bei gmail.com oder auch bei gmx.net, wie auch immer).
Nobbie
 
Posts: 13170
Joined: 09. March 2008 13:04


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 42 guests