Reciving mail problem

Discussion in 'Installation/Configuration' started by kaliszakpl, Mar 17, 2008.

  1. kaliszakpl

    kaliszakpl New Member

    Hi I isntall ISPConfig step by step using http://www.howtoforge.com/perfect_server_ubuntu7.10

    but i have problem recive mail i can send but nobody can send mails to my

    If i use this config i cant recive but i can send mail


    # See /usr/share/postfix/main.cf.dist for a commented, more complete version


    # Debian specific: Specifying a file name will cause the first
    # line of that file to be used as the name. The Debian default
    # is /etc/mailname.
    #myorigin = /etc/mailname

    smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
    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

    # TLS parameters
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_use_tls = yes
    smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
    smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache

    # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
    # information on enabling SSL in the smtp client.

    myhostname = server.rudowicz.pl
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    myorigin = /etc/mailname
    mydestination = server.rudowicz.pl, localhost.rudowicz.pl, localhost
    relayhost =
    mynetworks = 127.0.0.0/8
    mailbox_command = procmail -a "$EXTENSION"
    mailbox_size_limit = 0
    recipient_delimiter = +
    inet_interfaces = all
    inet_protocols = all
    smtpd_sasl_local_domain =
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
    smtpd_tls_auth_only = no
    smtp_use_tls = yes
    smtp_tls_note_starttls_offer = yes
    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





    mail.log

    Mar 17 19:10:45 server postfix/master[7028]: terminating on signal 15
    Mar 17 19:10:46 server postfix/master[8255]: daemon started -- version 2.4.5, configuration /etc/postfix
    Mar 17 19:11:15 server courierpop3login: LOGIN, user=krzysztof, ip=[::ffff:127.0.0.1]
    Mar 17 19:11:15 server courierpop3login: LOGOUT, user=krzysztof, ip=[::ffff:127.0.0.1], top=0, retr=0, rcvd=12, sent=88, time=0
    Mar 17 19:11:33 server postfix/smtpd[8304]: connect from localhost.localdomain[127.0.0.1]
    Mar 17 19:11:33 server postfix/smtpd[8304]: 1017819743F: client=localhost.localdomain[127.0.0.1]
    Mar 17 19:11:33 server postfix/cleanup[8308]: 1017819743F: message-id=<[email protected]>
    Mar 17 19:11:33 server postfix/smtpd[8304]: disconnect from localhost.localdomain[127.0.0.1]
    Mar 17 19:11:33 server postfix/qmgr[8260]: 1017819743F: from=<[email protected]>, size=763, nrcpt=1 (queue active)
    Mar 17 19:11:33 server courierpop3login: LOGIN, user=krzysztof, ip=[::ffff:127.0.0.1]
    Mar 17 19:11:33 server courierpop3login: LOGOUT, user=krzysztof, ip=[::ffff:127.0.0.1], top=0, retr=0, rcvd=6, sent=30, time=0
    Mar 17 19:11:33 server postfix/smtpd[8304]: warning: 192.168.0.1: hostname DD-WRT verification failed: Name or service not known
    Mar 17 19:11:33 server postfix/smtpd[8304]: connect from unknown[192.168.0.1]
    Mar 17 19:11:33 server postfix/smtp[8309]: warning: host mail.rudowicz.pl[89.228.205.2]:25 greeted me with my own hostname server.rudowicz.pl
    Mar 17 19:11:33 server postfix/smtp[8309]: warning: host mail.rudowicz.pl[89.228.205.2]:25 replied to HELO/EHLO with my own hostname server.rudowicz.pl
    Mar 17 19:11:33 server postfix/smtp[8309]: 1017819743F: to=<[email protected]>, relay=mail.rudowicz.pl[89.228.205.2]:25, delay=0.57, delays=0.15/0.19/0.22/0, dsn=5.4.6, status=bounced (mail for rudowicz.pl loops back to myself)
    Mar 17 19:11:33 server postfix/smtpd[8304]: disconnect from unknown[192.168.0.1]
    Mar 17 19:11:33 server postfix/cleanup[8308]: CEDD2197442: message-id=<[email protected]>
    Mar 17 19:11:33 server postfix/bounce[8313]: 1017819743F: sender non-delivery notification: CEDD2197442
    Mar 17 19:11:33 server postfix/qmgr[8260]: CEDD2197442: from=<>, size=2632, nrcpt=1 (queue active)
    Mar 17 19:11:33 server postfix/qmgr[8260]: 1017819743F: removed
    Mar 17 19:11:33 server postfix/smtpd[8304]: warning: 192.168.0.1: hostname DD-WRT verification failed: Name or service not known
    Mar 17 19:11:33 server postfix/smtpd[8304]: connect from unknown[192.168.0.1]
    Mar 17 19:11:33 server postfix/smtp[8309]: warning: host mail.rudowicz.pl[89.228.205.2]:25 greeted me with my own hostname server.rudowicz.pl
    Mar 17 19:11:33 server postfix/smtp[8309]: warning: host mail.rudowicz.pl[89.228.205.2]:25 replied to HELO/EHLO with my own hostname server.rudowicz.pl
    Mar 17 19:11:34 server postfix/smtp[8309]: CEDD2197442: to=<[email protected]>, relay=mail.rudowicz.pl[89.228.205.2]:25, delay=0.07, delays=0.03/0/0.04/0, dsn=5.4.6, status=bounced (mail for rudowicz.pl loops back to myself)
    Mar 17 19:11:34 server postfix/smtpd[8304]: disconnect from unknown[192.168.0.1]
    Mar 17 19:11:34 server postfix/qmgr[8260]: CEDD2197442: removed
     
    Last edited: Mar 17, 2008
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please add:

    rudowicz.pl

    at the end of the file /etc/postfix/local-host-names and restart postfix.
     

Share This Page