Tons of email To [email protected]

Discussion in 'General' started by boardmain, Sep 13, 2010.

  1. boardmain

    boardmain New Member

    im receving tons of this email to all my server users
    i have the last version of ispconfig 2


    Code:
    from: [email protected]
    to: [email protected]
    
    
    Hi. This is the qmail-send program at n1nlvphout02.shr.prod.ams1.secureserver.net.
    I'm afraid I wasn't able to deliver your message to the following addresses.
    This is a permanent error; I've given up. Sorry it didn't work out.
    
    <[email protected]>:
    Sorry, I couldn't find any host named localhost.localdomain. (#5.1.2)
    
    --- Below this line is a copy of the message.
    
    Return-Path: <[email protected]>
    Received: (qmail 22842 invoked from network); 13 Sep 2010 07:47:49 -0000
    Received: from unknown (HELO ip-188-121-50-60.ip.secureserver.net) (188.121.50.60)
      by n1nlvphout02.shr.prod.ams1.secureserver.net (188.121.43.196) with ESMTP; 13 Sep 2010 07:47:49 -0000
    Received: (from info@localhost)
    	by ip-188-121-50-60.ip.secureserver.net (8.13.8/8.13.8/Submit) id o8D7llrZ001382
    	for [email protected]; Mon, 13 Sep 2010 09:47:47 +0200
    Date: Mon, 13 Sep 2010 09:47:47 +0200
    From: info <[email protected]>
    Message-Id: <[email protected]>
    X-Loop: [email protected]
    Subject: Mailsize: info
    
    1858
    
    

    this is the end of my postfix main.cf

    Code:
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
    mynetworks = 127.0.0.0/8
    smtpd_tls_auth_only = no
    smtp_use_tls = yes
    smtpd_use_tls = yes
    smtp_tls_note_starttls_offer = yes
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_session_cache_timeout = 3600s
    tls_random_source = dev:/dev/urandom
    relayhost = n1smtpout.europe.secureserver.net
    ##virtual_maps = hash:/etc/postfix/virtusertable
    ##mydestination = /etc/postfix/local-host-names
    home_mailbox = Maildir/
    mailbox_command =
    
    virtual_maps = hash:/etc/postfix/virtusertable
    mydestination = /etc/postfix/local-host-names
    
    
    i realy need help
     
  2. Mark_NL

    Mark_NL Member

    That's probably the cronjobs ispconfig run.

    They send theire results to that address.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    I guess the problem is this line:
    Code:
    relayhost = n1smtpout.europe.secureserver.net
    This makes that mails for [email protected]omain get sent to n1smtpout.europe.secureserver.net, but they should stay on the ISPConfig server (they are used to generate traffic stats for email).

    Is localhost.localdomain listed in /etc/postfix/local-host-names and /etc/hosts?
     

Share This Page