Temporary lookup failure nach System Update

  • Hi Ihr alle, Ich verzweifel gerade seid Tagen und Hoffe mir kann jemand helfen.
    Ich habe einen vServer bei Strato und habe mir am 1.9 ein komplettes Update gezogen. lief auch alles ganz toll, bis ich am 12.9 einen neustart hingelegt habe.
    Vorher ging alles nach dem Neustart, nun hab ich die Pappnase auf und nix geht mehr wie es mal war. Betroffen ist der komplette Email Versand.
    Es kommen keine Rein und auch nicht raus. sende ich aber über Intern ( Roundcube IMSCP ) kommen sie alle an.
    Habe auch schon alles versucht, und inzwischen wahrscheinlich mehr zerschossen anstatt es in Ordnung zu gebracht zu haben. :rolleyes:
    Daher schreie ich doch nun mal um Hilfe


    Hier einmal die Postfix Dateien , Server ausgetragen, aber schicke ich Privat gerne Rüber
    Master.cf

    Code
    1. # Postfix master process configuration file. For details on the format# of the file, see the master(5) manual page (command: "man 5 master").## Do not forget to execute "postfix reload" after editing this file.## ==========================================================================# service type private unpriv chroot wakeup maxproc command + args# (yes) (yes) (yes) (never) (100)# ==========================================================================smtp inet n - - - - smtpdsubmission inet n - - - - smtpd# -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject# -o milter_macro_daemon_name=ORIGINATING#smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject# -o milter_macro_daemon_name=ORIGINATING#628 inet n - - - - qmqpdpickup fifo n - - 60 1 pickupcleanup unix n - - - 0 cleanupqmgr fifo n - n 300 1 qmgr#qmgr fifo n - - 300 1 oqmgrtlsmgr unix - - - 1000? 1 tlsmgrrewrite unix - - - - - trivial-rewritebounce unix - - - - 0 bouncedefer unix - - - - 0 bouncetrace unix - - - - 0 bounceverify unix - - - - 1 verifyflush unix n - - 1000? 0 flushproxymap unix - - n - - proxymapproxywrite unix - - n - 1 proxymapsmtp unix - - - - - smtp# When relaying mail as backup MX, disable fallback_relay to avoid MX loopsrelay unix - - - - - smtp -o smtp_fallback_relay=# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5showq unix n - - - - showqerror unix - - - - - errorretry unix - - - - - errordiscard unix - - - - - discardlocal unix - n n - - localvirtual unix - n n - - virtuallmtp unix - - - - - lmtpanvil unix - - - - 1 anvilscache unix - - - - 1 scache## ====================================================================# Interfaces to non-Postfix software. Be sure to examine the manual# pages of the non-Postfix software to find out what options it wants.## Many of the following services use the Postfix pipe(8) delivery# agent. See the pipe(8) man page for information about ${recipient}# and other message envelope options.# ====================================================================## See the Postfix UUCP_README file for configuration details.#uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)## Other external delivery methods.#ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)bsmtp unix - n n - - pipe flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipientscalemail-backend unix - n n - 2 pipe flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}# i-MSCP autoresponderimscp-arpl unix - n n - - pipe flags=O user=vmail:imscp argv=/var/www/imscp/engine/messenger/imscp-arpl-msgr $recipientdovecot unix - n n - - pipe flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}



    Main.cf

    Code
    1. # Postfix directory settings; These are critical for normal Postfix MTA functionallitycommand_directory = /usr/sbindaemon_directory = /usr/lib/postfix# Some common configuration parametersinet_protocols = ipv4inet_interfaces = allmynetworks_style = host# IPv4 source for outbound mailssmtp_bind_address = 85.214.xx.xxx# IPv6 source for outbound mails#smtp_bind_address6 = myhostname = h1973xxx.stratoserver.netmydomain = h1973xxx.stratoserver.net.localmyorigin = $myhostnamesmtpd_banner = $myhostname ESMTP i-MSCP Git stable Managedsetgid_group = postdrop# Receiving messages parametersmydestination = $myhostname, $mydomainappend_dot_mydomain = noappend_at_myorigin = yeslocal_transport = localtransport_maps = hash:/etc/postfix/imscp/transportrelay_domains = hash:/etc/postfix/imscp/relay_domainsalias_maps = hash:/etc/aliasesalias_database = hash:/etc/aliases# Delivering local messages parametersmail_spool_directory = /var/mail# Mailboxquota# => 0 for unlimited# => 104857600 for 100 MBmailbox_size_limit = 0mailbox_command = procmail -a "$EXTENSION"# Message size limit# => 0 for unlimited# => 104857600 for 100 MBmessage_size_limit = 0biff = norecipient_delimiter = +local_destination_recipient_limit = 1local_recipient_maps = unix:passwd.byname $alias_database# i-MSCP Autoresponder parametersimscp-arpl_destination_recipient_limit = 1# Delivering virtual messages parametersvirtual_mailbox_base = /var/mail/virtualvirtual_mailbox_limit = 0virtual_mailbox_domains = hash:/etc/postfix/imscp/domainsvirtual_mailbox_maps = hash:/etc/postfix/imscp/mailboxesvirtual_alias_maps = hash:/etc/postfix/imscp/aliasesvirtual_minimum_uid = 999virtual_uid_maps = static:999virtual_gid_maps = static:8# SASL parameterssmtpd_sasl_type = dovecotsmtpd_sasl_path = private/authsmtpd_sasl_auth_enable = yessmtpd_sasl_security_options = noanonymousbroken_sasl_auth_clients = yessmtpd_sasl_authenticated_header = yessmtpd_helo_required = yessmtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostnamesmtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticatedsmtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:10023,smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining# TLS parameters#smtpd_tls_security_level = may#smtpd_tls_loglevel = 2#smtpd_tls_cert_file = /etc/imscp/h1973xxx.stratoserver.net.pem#smtpd_tls_key_file = /etc/imscp/h1973xxx.stratoserver.net.pem#smtpd_tls_auth_only = no#smtpd_tls_received_header = yes#smtp_tls_security_level = may#smtp_tls_loglevel = 2#smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crtvirtual_transport = dovecotdovecot_destination_recipient_limit = 1# Begin Plugins::i-MSCPmilter_default_action = acceptsmtpd_milters = # Begin Plugin::ClamAV unix:/clamav/clamav-milter.ctl # Ending Plugin::ClamAV # Begin Plugin::SpamAssassin unix:/spamass/spamass.sock # Ending Plugin::SpamAssassinnon_smtpd_milters = $smtpd_milters# Begin Plugin::SpamAssassin::Macrosmilter_connect_macros = j {daemon_name} v {if_name} _# Ending Plugin::SpamAssassin::Macros# Ending Plugins::i-MSCP


    Einziger Fehler der mail.err

    Code
    1. Sep 19 11:20:11 h1973176 spamc[4642]: connect to spamd on 127.0.0.1 failed, retrying (#1 of 3): Connection refused
    2. Sep 19 11:20:12 h1973176 spamc[4642]: connect to spamd on 127.0.0.1 failed, retrying (#2 of 3): Connection refused
    3. Sep 19 11:20:13 h1973176 spamc[4642]: connect to spamd on 127.0.0.1 failed, retrying (#3 of 3): Connection refused
    4. Sep 19 11:20:14 h1973176 spamc[4642]: connection attempt to spamd aborted after 3 retries

    http://www47.zippyshare.com/v/29238504/file.html


    Hoffe mir kann jemand helfen
    Lg

  • Hier nochmal die syslog auf zippy
    file.html

    und der NT Test



    TestResultSMTP TLSWarning - Does not support TLS. More InfoSMTP Banner CheckOK - 85.214.xx.xxx resolves to h1973xxx.stratoserver.net
    SMTP Reverse DNS MismatchOK - Reverse DNS matches SMTP BannerSMTP Connection Time0.920 seconds - Good on Connection timeSMTP Open RelayOK - Not an open relay.SMTP Transaction Time3.354 seconds - Good on Transaction TimeSession Transcript:
    Connecting to 85.214.xx.xxx


    220 h1973xxx.stratoserver.net ESMTP i-MSCP Git stable Managed [733 ms]
    EHLO MXTB-PWS3.mxtoolbox.com
    250-h1973xxx.stratoserver.net
    250-PIPELINING
    250-SIZE
    250-VRFY
    250-ETRN
    250-AUTH PLAIN LOGIN DIGEST-MD5
    250-AUTH=PLAIN LOGIN DIGEST-MD5
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 DSN [764 ms]
    MAIL FROM: <[email protected]>
    250 2.1.0 Ok [764 ms]
    RCPT TO: <[email protected]>
    451 4.3.0 <[email protected]>: Temporary lookup failure [764 ms]

  • Oder kann mir jemand seine zur Verfügung stellen, damit ich sehe wo der Fehler liegt ?

  • Ok, damit habe ich nun nicht gerechnet,
    also die Subdomains welche ich über IMSCP angelegt habe, sind erreichbar
    Also neue wie eine z.b. Partyzelte.de
    aber der Hauptserver wo alles Drüber läuft nicht ( h1973xxx.stratoserver.net ). das verstehe ich nun nicht.
    Der Hostname ist aber der selbe wir der Server name und auch so wie er in der Config drinne steht.
    aber woran kann das denn nun Liegen ?


    Server adresse :
    Host www.h1973xxx.stratoserver.net not found: 5(REFUSED)Received 47 bytes from 85.214.80.203#53 in 15 ms


    mal eine HP Adresse
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4272;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0;; QUESTION SECTION:;lxlp.de. IN NS;; ANSWER SECTION:lxlp.de. 10800 IN NS ns1.lxlp.de.Received 43 bytes from 85.214.80.xxx#53 in 15 ms

  • So also das ist nun geklärt, aber bekomme trotzdem nix. alle Emails werden nach 2 Tagen abgelehnt und gehen zurück.
    Office Spuckt das hier aus :


    [email protected] ([email protected])Der Server konnte diese Nachricht nicht zustellen. Weitere Versuche werden nicht unternommen. Möglicherweise ist der E-Mail-Server des Empfängers vorübergehend offline oder kann vorübergehend keine Nachrichten annehmen. Versuchen Sie, diese Nachricht noch mal zu senden. Weitere Tipps zum Beheben dieses Problems finden Sie unter DSN-Code 4.4.7 in Exchange Online. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.


    kann mir sonst jemand seine main.cfg mal zur Verfügung stellen ?


    Lg


    P.s. Diese beiden machen mir nun aber auch sorgen


    postfix/trivial-rewrite[4020]: error: open database /etc/postfix/imscp/relay_domains.db: Invalid argument


    spamc[4066]: connect to spamd on 127.0.0.1 failed, retrying (#1 of 3): Connection refused

  • Vielleicht hilft das ja jemanden mir zu helfen.


    spamc[4717]: connect to spamd on 127.0.0.1 failed, retrying (#3 of 3): Connection refused
    spamc[4717]: connection attempt to spamd aborted after 3 retries
    postfix/qmgr[3709]: 505FD226E4CF: from=<[email protected]>, size=754, nrcpt=1 (queue active)
    postfix/local[4045]: 505FD226E4CF: to=<[email protected]>, orig_to=<root>, relay=local, delay=6.6, delays=6.5/0/0/0.07, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    postfix/qmgr[3709]: 505FD226E4CF: removed
    postfix/smtpd[4720]: error: open database /etc/postfix/imscp/relay_domains.db: Invalid argument
    postfix/smtpd[4720]: warning: hostname h1973xxx.stratoserver.net does not resolve to address 85.214.80.xxx
    postfix/smtpd[4720]: connect from unknown[85.214.80.xxx]
    dovecot: auth-worker(4725): mysql(localhost): Connected to database imscp
    postfix/trivial-rewrite[4020]: warning: hash:/etc/postfix/imscp/relay_domains is unavailable. open database /etc/postfix/imscp/relay_domains.db: Invalid argument
    postfix/trivial-rewrite[4020]: warning: hash:/etc/postfix/imscp/relay_domains: table lookup problem
    postfix/smtpd[4720]: B1FDB226E4CF: client=unknown[85.214.80.xxx], sasl_method=DIGEST-MD5, [email protected]
    postfix/trivial-rewrite[4020]: warning: hash:/etc/postfix/imscp/relay_domains is unavailable. open database /etc/postfix/imscp/relay_domains.db: Invalid argument
    postfix/trivial-rewrite[4020]: warning: hash:/etc/postfix/imscp/relay_domains: table lookup problem
    postfix/trivial-rewrite[4020]: warning: relay_domains lookup failure
    postfix/smtpd[4720]: B1FDB226E4CF: reject: RCPT from unknown[85.214.80.xxx]: 451 4.3.0 <[email protected]>: Temporary lookup failure; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<admin.h1973xxx.stratoserver.net>
    postfix/smtpd[4720]: disconnect from unknown[85.214.80.xxx]
    /USR/SBIN/CRON[4728]: (root) CMD (cd /var/www/virtual/lxlp.de/wi/httpd/ && timeout 290 php ./startupdates.php >/dev/null 2>&1)
    postfix/pickup[3708]: 32863226E4D0: uid=0 from=<root>
    postfix/cleanup[4019]: 32863226E4D0: message-id=<[email protected]>
    spamc[4732]: connect to spamd on 127.0.0.1 failed, retrying (#1 of 3): Connection refused
    pamc[4732]: connect to spamd on 127.0.0.1 failed, retrying (#3 of 3): Connection refused
    spamc[4732]: connection attempt to spamd aborted after 3 retries


    Lg

  • Hello ;


    As i see there, your setup is totally broken...


    ls -la /etc/postfix ?
    ls -la /etc/postfix/imscp ?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • ls -la /etc/postfix
    insgesamt 96
    drwxr-xr-x 4 root root 4096 Sep 16 00:16 .
    drwxr-xr-x 108 vu2000 vu2000 4096 Okt 5 17:28 ..
    -rw-r--r-- 1 root root 329 Apr 7 18:24 dynamicmaps.cf
    drwxr-xr-x 2 root root 4096 Sep 16 02:38 imscp
    -rw-r--r-- 1 root root 4178 Okt 5 17:28 main.cf
    -rw-r--r-- 1 root root 4361 Apr 14 23:13 master.cf
    -rw-r--r-- 1 root root 19707 Mär 11 2013 postfix-files
    -rwxr-xr-x 1 root root 8729 Mär 11 2013 postfix-script
    -rwxr-xr-x 1 root root 26498 Mär 11 2013 post-install
    drwxr-xr-x 2 root root 4096 Sep 16 00:16 sasl



    ls -la /etc/postfix/imscp
    insgesamt 100
    drwxr-xr-x 2 root root 4096 Sep 16 02:38 .
    drwxr-xr-x 4 root root 4096 Sep 16 00:16 ..
    -rw-r--r-- 1 root root 754 Sep 19 09:37 aliases
    -rw-r--r-- 1 root root 12288 Sep 19 09:37 aliases.db
    -rw-r--r-- 1 root root 335 Apr 19 22:06 domains
    -rw-r--r-- 1 root root 12288 Apr 19 22:06 domains.db
    -rw-r--r-- 1 root root 496 Sep 19 09:37 mailboxes
    -rw-r--r-- 1 root root 12288 Sep 19 09:37 mailboxes.db
    -rw-r--r-- 1 root root 75 Apr 18 21:32 relay_domains
    -rw-r--r-- 1 root root 8704 Apr 18 21:32 relay_domains.db
    -rw-r--r-- 1 root root 8704 Jun 15 00:42 relay_domains.db.db
    -rw-r--r-- 1 root root 76 Apr 14 23:13 sender-access
    -rw-r--r-- 1 root root 8704 Apr 14 23:14 sender-access.db
    -rw-r--r-- 1 root root 72 Sep 19 09:37 transport
    -rw-r--r-- 1 root root 8192 Okt 5 17:26 transport.db


    But Why ?


    I have s sec. Post can you read this ?


    Datenbank Probleme ? Keine Mails

  • Re;


    Owner and group for /etc is vu2000 ??? Should be root normally. Teamviewer, possible ?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206