I cant get mail anymore.

Discussion in 'Installation/Configuration' started by cctex10, Jun 17, 2006.

  1. cctex10

    cctex10 New Member

    here is the mail log.
    Code:
    Jun 17 07:28:59 s1 postfix/smtpd[6537]: connect from unknown[192.168.0.1]
    Jun 17 07:28:59 s1 postfix/smtpd[6537]: setting up TLS connection from unknown[192.168.0.1]
    Jun 17 07:28:59 s1 postfix/smtpd[6537]: TLS connection established from unknown[192.168.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
    Jun 17 07:28:59 s1 postfix/smtpd[6537]: F1A8E1D0138: client=unknown[192.168.0.1], sasl_method=PLAIN, sasl_username=web1_david
    Jun 17 07:29:00 s1 postfix/cleanup[6541]: F1A8E1D0138: message-id=<[email protected]>
    Jun 17 07:29:00 s1 postfix/qmgr[6434]: F1A8E1D0138: from=<[email protected]>, size=671, nrcpt=1 (queue active)
    Jun 17 07:29:00 s1 postfix/smtpd[6537]: disconnect from unknown[192.168.0.1]
    Jun 17 07:29:01 s1 postfix/smtp[6542]: F1A8E1D0138: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[64.233.185.114], delay=2, status=sent (250 2.0.0 OK 1150568400 g9si4963501wra)
    Jun 17 07:29:01 s1 postfix/qmgr[6434]: F1A8E1D0138: removed
    Jun 17 07:29:25 s1 pop3d: Connection, ip=[::ffff:192.168.0.1]
    Jun 17 07:29:25 s1 pop3d: LOGIN, user=web1_david, ip=[::ffff:192.168.0.1]
    Jun 17 07:29:25 s1 pop3d: LOGOUT, user=web1_david, ip=[::ffff:192.168.0.1], top=0, retr=0, time=0
    Jun 17 07:29:38 s1 imapd: Connection, ip=[::ffff:127.0.0.1]
    Jun 17 07:29:38 s1 imapd: LOGIN, user=web1_david, ip=[::ffff:127.0.0.1], protocol=IMAP
    Jun 17 07:29:38 s1 imapd: LOGOUT, user=web1_david, ip=[::ffff:127.0.0.1], headers=0, body=0, time=0
    Jun 17 07:29:54 s1 postfix/smtpd[6537]: connect from wr-out-0506.google.com[64.233.184.236]
    Jun 17 07:29:54 s1 postfix/smtpd[6537]: E19E51D0138: client=wr-out-0506.google.com[64.233.184.236]
    Jun 17 07:29:55 s1 postfix/cleanup[6541]: E19E51D0138: message-id=<[email protected]>
    Jun 17 07:29:55 s1 postfix/qmgr[6434]: E19E51D0138: from=<[email protected]>, size=1569, nrcpt=1 (queue active)
    Jun 17 07:29:55 s1 postfix/smtpd[6560]: connect from unknown[192.168.0.1]
    Jun 17 07:29:55 s1 postfix/smtp[6559]: warning: host mail.newsporemedia.com[66.160.216.40] greeted me with my own hostname mail.newsporemedia.com
    Jun 17 07:29:55 s1 postfix/smtp[6559]: warning: host mail.newsporemedia.com[66.160.216.40] replied to HELO/EHLO with my own hostname mail.newsporemedia.com
    Jun 17 07:29:55 s1 postfix/smtp[6559]: E19E51D0138: to=<[email protected]>, orig_to=<[email protected]>, relay=mail.newsporemedia.com[66.160.216.40], delay=1, status=bounced (mail for mail.newsporemedia.com loops back to myself)
    Jun 17 07:29:55 s1 postfix/smtpd[6560]: disconnect from unknown[192.168.0.1]
    Jun 17 07:29:55 s1 postfix/cleanup[6541]: 3B3E81D013B: message-id=<[email protected]>
    Jun 17 07:29:55 s1 postfix/qmgr[6434]: 3B3E81D013B: from=<>, size=3459, nrcpt=1 (queue active)
    Jun 17 07:29:55 s1 postfix/qmgr[6434]: E19E51D0138: removed
    Jun 17 07:29:56 s1 postfix/smtp[6542]: 3B3E81D013B: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[64.233.185.114], delay=1, status=sent (250 2.0.0 OK 1150568454 24si5179557wrl)
    Jun 17 07:29:56 s1 postfix/qmgr[6434]: 3B3E81D013B: removed
    Jun 17 07:30:25 s1 postfix/smtpd[6537]: disconnect from wr-out-0506.google.com[64.233.184.236]
    

    Here is my main.cf
    Code:
    readme_directory = /usr/share/doc/packages/postfix/README_FILES
    inet_protocols = all
    biff = no
    mail_spool_directory = /var/mail
    canonical_maps = hash:/etc/postfix/canonical
    #virtual_alias_maps = hash:/etc/postfix/virtual
    virtual_alias_domains = hash:/etc/postfix/virtual
    relocated_maps = hash:/etc/postfix/relocated
    transport_maps = hash:/etc/postfix/transport
    sender_canonical_maps = hash:/etc/postfix/sender_canonical
    masquerade_exceptions = root
    masquerade_classes = envelope_sender, header_sender, header_recipient
    myhostname = mail.$mydomain
    program_directory = /usr/lib/postfix
    inet_interfaces = all
    masquerade_domains =
    #mydestination = $myhostname, localhost.$mydomain
    defer_transports =
    mynetworks_style = subnet
    disable_dns_lookups = no
    relayhost =
    mailbox_command =
    mailbox_transport =
    strict_8bitmime = no
    disable_mime_output_conversion = no
    smtpd_sender_restrictions = hash:/etc/postfix/access
    smtpd_client_restrictions =
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    strict_rfc821_envelopes = no
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
    smtp_sasl_auth_enable = no
    smtpd_sasl_auth_enable = yes
    smtpd_use_tls = yes
    smtp_use_tls = yes
    alias_maps = hash:/etc/aliases
    mailbox_size_limit = 0
    message_size_limit = 10240000
    mydomain = newsporemedia.com
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_tls_auth_only = no
    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
    home_mailbox = Maildir/
    virtual_maps = hash:/etc/postfix/virtusertable
    
    mydestination = /etc/postfix/local-host-names
    mynetworks = 127.0.0.0/8
    

    netstat -tap
    Code:
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 localhost:1001          *:*                     LISTEN      2521/famd
    tcp        0      0 *:mysql                 *:*                     LISTEN      1894/mysqld
    tcp        0      0 *:sunrpc                *:*                     LISTEN      2222/portmap
    tcp        0      0 localhost:novell-zen    *:*                     LISTEN      2185/zmd
    tcp        0      0 *:hosts2-ns             *:*                     LISTEN      2496/ispconfig_http
    tcp        0      0 *:ftp                   *:*                     LISTEN      3193/proftpd: (acce
    tcp        0      0 s1.newsporemedia:domain *:*                     LISTEN      3176/named
    tcp        0      0 localhost:domain        *:*                     LISTEN      3176/named
    tcp        0      0 *:smtp                  *:*                     LISTEN      6432/master
    tcp        0      0 localhost:953           *:*                     LISTEN      3176/named
    tcp        0      0 *:imaps                 *:*                     LISTEN      2377/couriertcpd
    tcp        0      0 *:pop3s                 *:*                     LISTEN      2503/couriertcpd
    tcp        0      0 *:pop3                  *:*                     LISTEN      2467/couriertcpd
    tcp        0      0 *:imap                  *:*                     LISTEN      2342/couriertcpd
    tcp        0      0 *:www-http              *:*                     LISTEN      3000/httpd2-prefork
    tcp        0      0 *:ssh                   *:*                     LISTEN      2943/sshd
    tcp        0      0 *:smtp                  *:*                     LISTEN      6432/master
    tcp        0      0 localhost:953           *:*                     LISTEN      3176/named
    tcp        0      0 *:https                 *:*                     LISTEN      3000/httpd2-prefork
    tcp        0      0 s1.newsporemedia.c:pop3 192.168.0.1%:ovalarmsrv TIME_WAIT   -
    tcp        0    148 s1.newsporemedia.co:ssh 192.168.0.36%3084:venus ESTABLISHED 3484/0
    
    Undelivered Mail Returned to Sender
    Code:
    This is the Postfix program at host mail.newsporemedia.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 Postfix program
    
    <[email protected]> (expanded from <[email protected]>):
        mail for mail.newsporemedia.com loops back to myself
    
    
    
    Reporting-MTA: dns; mail.newsporemedia.com
    X-Postfix-Queue-ID: E19E51D0138
    X-Postfix-Sender: rfc822; [email protected]
    Arrival-Date: Sat, 17 Jun 2006 07:29:54 -0500 (CDT)
    
    Final-Recipient: rfc822; [email protected]
    Original-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.0.0
    Diagnostic-Code: X-Postfix; mail for mail.newsporemedia.com loops back to
        myself
    

    HELP!!!!!

    I can send mail

    but not get the mail any more.......
     
    Last edited: Jun 17, 2006
  2. rayit

    rayit Member

  3. cctex10

    cctex10 New Member

    Figured it out..

    And yes that link will help out.....

    Thanks for your help!
     

Share This Page