- Registriert
- 15.06.04
- Beiträge
- 376
Hi ich möchte meinen Mac OS X Mail server so einrichten, dass er die emails beim versenden, an meinen richtigen Webhoster weiterleitet.
habe hierfür postfix sasl_passwd eingerichter und in der main.cf die SMTP AUTH.
Leider funktioniert das ganze nicht.
Ich habe mal sämtliche Logs und Test angehängt, vielleicht kann ja jemand da etwas rauslesen, warum das nicht funktioniert.
Unten noch 2 Screenshots von der GUI
Telnet
http://www.hq42.net/net_tools/smtp_test.php
SMTP Protokoll
habe hierfür postfix sasl_passwd eingerichter und in der main.cf die SMTP AUTH.
Leider funktioniert das ganze nicht.
Ich habe mal sämtliche Logs und Test angehängt, vielleicht kann ja jemand da etwas rauslesen, warum das nicht funktioniert.
Unten noch 2 Screenshots von der GUI
Telnet
Code:
telnet sunworks.homeip.net 25
Trying 91.21.226.220...
Connected to sunworks.homeip.net.
Escape character is '^]'.
220 mail.host.eu ESMTP Postfix
HELO www.domain.org
250 mail.host.eu
MAIL FROM [email protected]
501 Syntax: MAIL FROM: <address>
MAIL FROM: [email protected]
250 Ok
RCPT TO: [email protected]
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
bla bla bla
Subject: -type subject here-
-
.
250 Ok: queued as A73B1615CB
QUIT
221 Bye
Connection closed by foreign host.
http://www.hq42.net/net_tools/smtp_test.php
This scripted dialog will test the mail server to insure the mandatory
recipients postmaster and abuse are accepted according to RFC.
Good IP address
Opened log file 070724154123.6939
creating socket.....OK.
Attempting to connect to 'sunworks.homeip.net' on port '25'...Connected
sending HELO
HELO 66-23-192-50.clients.speedfactory.net
response: 220 mail.core64.eu ESMTP Postfix 250 mail.core64.eu
sending MAIL FROM [email protected]
response: 250 Ok
sennding RCPT TO [email protected]
response: 554 : Relay access denied
sennding RCPT TO [email protected]
response: 554 : Relay access denied
sending QUIT
Closing socket...socket closed
SMTP Protokoll
<[email protected]>: Relay access denied; from=<tester@[91.21.226.220]> to=<[email protected]> proto=SMTP helo=<66-23-192-50.clients.speedfactory.net>
Jul 24 21:41:28 tallon-zek postfix/smtpd[2818]: NOQUEUE: reject: RCPT from 66-23-192-50.clients.speedfactory.net[66.23.192.50]: 554 <[email protected]>: Relay access denied; from=<tester@[91.21.226.220]> to=<[email protected]> proto=SMTP helo=<66-23-192-50.clients.speedfactory.net>
Jul 24 21:41:32 tallon-zek postfix/smtpd[2818]: disconnect from 66-23-192-50.clients.speedfactory.net[66.23.192.50]
Jul 24 21:44:02 tallon-zek postfix/smtpd[2879]: connect from localhost[127.0.0.1]
Jul 24 21:44:03 tallon-zek postfix/smtpd[2879]: 0132F61742: client=localhost[127.0.0.1]
Jul 24 21:44:03 tallon-zek postfix/cleanup[2880]: 0132F61742: message-id=<[email protected]>
Jul 24 21:44:03 tallon-zek postfix/qmgr[2169]: 0132F61742: from=<[email protected]>, size=724, nrcpt=1 (queue active)
Jul 24 21:44:03 tallon-zek postfix/smtpd[2879]: disconnect from localhost[127.0.0.1]
Jul 24 21:44:03 tallon-zek postfix/smtp[2881]: connect to mx-ha01.web.de[217.72.192.149]: Connection refused (port 25)
Jul 24 21:44:06 tallon-zek postfix/smtp[2881]: connect to mx-ha02.web.de[217.72.192.188]: Connection refused (port 25)
Jul 24 21:44:06 tallon-zek postfix/smtp[2881]: 0132F61742: to=<[email protected]>, relay=none, delay=4, status=deferred (connect to mx-ha02.web.de[217.72.192.188]: Connection refused)