Problem mit SMTP-Server

Krudas

New Member
Hallo ihr Spezialisten :)

Ich habe mir einen vServer zugelegt, bin zwar IT-technisch bewandert, aber nicht so der große Linux-Spezi ;-)

Mein Problem ist folgendes, auf meinem Server läuft Debian 5 und ich habe Probleme mit meinem Mailserver. Eingang per POP3 funktioniert zwar tadellos, jedoch krieg ich keine Emails versendet, weil der SMTP-Server nicht auffindbar ist.

Mein Mailprogramm meldet:
Code:
Unbekannter Fehler. Betreff '123', Konto: 'xxx.de', Server: 'mail.xxx.de', Protokoll: SMTP, Serverantwort: '421 Cannot connect to SMTP server 84.38.65.210 (84.38.65.210:25), connect error 10060', Port: 25, Secure (SSL): Nein, Serverfehler: 421, Fehlernummer: 0x800CCC67
Fehler 421 ist, zumindest nach Google, "invalid sender domain"
Ich hab jetzt so ziemlich alles durch, finde des Fehler aber nicht -.- Wäre echt nett, wenn mir hier jemand helfen könnte ...

Hier einmal meine main.cf
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

myhostname = vserverXXXX.vserver-on.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = vserverXXXX, vserverXXXX.vserver-on.de, localhost
relayhost = 
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = 
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination

### CONFIXX POSTFIX ENTRY ###

virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains

### /CONFIXX POSTFIX ENTRY ###

postconf -n ergibt
Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = vserverXXXX, vserverXXXX.vserver-on.de, localhost
myhostname = vserverXXXX.vserver-on.de
mynetworks = 127.0.0.0/8
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
 
Code:
mydestination = vserverXXXX, vserverXXXX.vserver-on.de, [B][COLOR="Red"]xxx.de, mail.xxx.de,[/COLOR][/B] localhost
 
Code:
mydestination = vserverXXXX, vserverXXXX.vserver-on.de, [B][COLOR="Red"]xxx.de, mail.xxx.de,[/COLOR][/B] localhost
funktioniert leider auch nicht aber ich hab mal einen Blick ins Log geworfen, da bin ich etwas stutzig geworden
Code:
Mar  4 14:28:49 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<spamtest@abuse.net> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:50 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<spamtest> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:50 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:50 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:51 vserver1751 postfix/smtpd[17508]: warning: Illegal address syntax from verify.abuse.net[64.57.183.77] in MAIL command: <spamtest@>
Mar  4 14:28:51 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest%abuse.net@[84.38.65.210]>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest%abuse.net@[84.38.65.210]> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:51 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest%abuse.net@>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest%abuse.net@> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:51 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:52 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest%abuse.net>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest%abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:52 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net@[84.38.65.210]>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net@[84.38.65.210]> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:54 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net@[84.38.65.210]>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net@[84.38.65.210]> proto=SMTP helo=<www.abuse.net>
Mar  4 14:28:58 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net@>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net@> proto=SMTP helo=<www.abuse.net>
Mar  4 14:29:01 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:29:04 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <securitytest@abuse.net>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<securitytest@abuse.net> proto=SMTP helo=<www.abuse.net>
Mar  4 14:29:08 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <abuse.net!securitytest>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<abuse.net!securitytest> proto=SMTP helo=<www.abuse.net>
Mar  4 14:29:11 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <abuse.net!securitytest@[84.38.65.210]>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<abuse.net!securitytest@[84.38.65.210]> proto=SMTP helo=<www.abuse.net>
Mar  4 14:29:14 vserver1751 postfix/smtpd[17508]: NOQUEUE: reject: RCPT from verify.abuse.net[64.57.183.77]: 554 5.7.1 <abuse.net!securitytest@>: Relay access denied; from=<spamtest@[84.38.65.210]> to=<abuse.net!securitytest@> proto=SMTP helo=<www.abuse.net>
 
Back
Top