delivery temporarily suspended

Discussion in 'General' started by cheesewizz, Mar 9, 2010.

  1. cheesewizz

    cheesewizz New Member

    Hello

    i have a problem in the ispconfig everyday i got message like this, but i dont know where exactly of the scripts that i must remove it or disable...

    please anyone can help me


    message:
    This is the mail system at host local.dns.com.

    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients. It's attached below.

    For further assistance, please send mail to <postmaster>

    If you do so, please include this problem report. You can
    delete your own text from the attached returned message.

    The mail system

    <[email protected]>: delivery temporarily suspended: connect to
    d.elv8.net[72.44.38.213]: Connection timed out




    thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The admispconfig messages are nescessary for the mail statistics in ispconfig. It looks as if your hostname is not configured correctly as it should be admispconfig@localhost and not [email protected]. Please post the contents of the /etc/hosts file.
     
  3. cheesewizz

    cheesewizz New Member

    re:

    Hello


    thanks for your reply...


    here is the content of my hosts

    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    192.168.1.88 local.dns.com local
    ::1 localhost6.localdomain6 localhost6
     
  4. falko

    falko Super Moderator ISPConfig Developer

    What are the outputs of
    Code:
    hostname
    and
    Code:
    hostname -f
    ? What's in /etc/postfix/main.cf?
     
  5. cheesewizz

    cheesewizz New Member

    thanks for your reply

    here is my hostname:

    [root@local ~]# hostname -f
    local.dns.com

    and copy my last part of my main.cf

    main.cf

    #
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    smtpd_sasl_local_domain =
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_sasl_authenticated_header = yes
    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
    myhostname = local.dns.com
    home_mailbox = Maildir/
    mailbox_command =

    virtual_maps = hash:/etc/postfix/virtusertable

    mydestination = /etc/postfix/local-host-names



    thanks
     
  6. falko

    falko Super Moderator ISPConfig Developer

    What's in /etc/postfix/local-host-names?
     
  7. cheesewizz

    cheesewizz New Member


    hello


    thanks for your reply


    i think that is the dns name that i created


    ################################### # #
    ISPConfig local-host-names Configuration File # Version 1.0 # ################################### localhost local.dns.com
    localhost.local.dns.com
    localhost.dns.com localhost.localdomain
    www.tailin.localgroupware.com
    www.server.localtime.com
    www.tailin.localemail.net
    www.server.tailin.net
    www.server.pidgin.com
    www.tailin-netmot.com
    www.tailin.oracle.com
    www.mcastillo-local.com
    tailin.localgroupware.com
    server.localtime.com
    tailin.localemail.net
    server.tailin.net
    server.pidgin.com
    tailin-netmot.com
    mcastillo-local.com
    tailin.oracle.com
    #### MAKE MANUAL ENTRIES BELOW THIS LINE! ####
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    The file seems to be a bit corrupted. the first lines in the file must be:

    localhost
    local.dns.com
    localhost.local.dns.com
    localhost.dns.com
    localhost.localdomain
    www.tailin.localgroupware.com
    ..............
     
  9. cheesewizz

    cheesewizz New Member


    Hello

    thanks for your reply


    but how does it happen i just followed one of the tutorials in howtoforge site and i'v been using this many times

    still I cannot figure it out which file of conf I must edit



    thanks :)
     

    Attached Files:

  10. falko

    falko Super Moderator ISPConfig Developer

    I still have no idea where d.elv8.net is coming from. Do you use it in ISPConfig somewhere (e.g. under Management)?
     

Share This Page