Only some few e-mails arrive my hotmail account.

Discussion in 'Installation/Configuration' started by djenojado, Apr 11, 2010.

  1. djenojado

    djenojado New Member

    Hi!

    Centos 5.4
    Ispconfig 3
    -Perfect setup-


    Strange problem.

    If I send an email to my other accounts as hotmail gmail etc. only a few emails arrive.
    If I type "test" in the subject, the email arrive other accounts all the time (stable).
    But if I write something else in the subject field, its very unstable (status=sent).

    Has anyone ever seen this before?


    I cannot receive any e-mails.

    Log->
    Recipient address rejected: User unknown in local recipient table; from=
    NOQUEUE: reject: RCPT from blu0-omc1-s30.blu0.hotmail.com[65.55.116.41]: 550 5.1.1

    I got this email back from my mail server->
    Delivery Status Notification (Failure)



    [root@meling /]# postconf -n
    alias_database = hash:/etc/aliases
    alias_maps = hash:/etc/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debug_peer_level = 2
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailq_path = /usr/bin/mailq.postfix
    manpage_directory = /usr/share/man
    mydestination = geek.no, trouble.no, meling, localhost, localhost.meling
    myhostname = meling
    mynetworks = 192.143.0.0/20, 127.0.0.0/8
    mynetworks_style = host
    myorigin = meling
    newaliases_path = /usr/bin/newaliases.postfix
    queue_directory = /var/spool/postfix
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    sample_directory = /usr/share/doc/postfix-2.3.3/samples
    sendmail_path = /usr/sbin/sendmail.postfix
    setgid_group = postdrop

    thanks
    Eno
     
    Last edited: Apr 11, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

    Please search for "Hotmail" on this forum, there are already a few threads about this kind of problem.
     
  3. djenojado

    djenojado New Member

    thanks.

    I find a solutions for hotmail

    But still - i can't receive email !!
    Im going round my self. Fix one problem, another one shows up.
    In this moment i'm bold!

    I find something with reinstall chapter 10 and 11 and updated ispconfig ->
    http://www.howtoforge.com/perfect-server-centos-5.4-x86_64-ispconfig-3-p4

    And my postconf -n show much more better. virtual_mailbox etc. coming up.

    Code:
    [root@meling postfix]# postconf -n
    alias_database = hash:/etc/aliases
    alias_maps = hash:/etc/aliases
    body_checks = regexp:/etc/postfix/body_checks
    broken_sasl_auth_clients = yes
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debug_peer_level = 2
    header_checks = regexp:/etc/postfix/header_checks
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailq_path = /usr/bin/mailq.postfix
    manpage_directory = /usr/share/man
    mime_header_checks = regexp:/etc/postfix/mime_header_checks
    mydestination = localhost.$mydomain, localhost, mail.geek123.no, mail.gakks.no
    myhostname = meling
    mynetworks = 127.0.0.0/8 [::1]/128
    mynetworks_style = host
    myorigin = meling
    nested_header_checks = regexp:/etc/postfix/nested_header_checks
    newaliases_path = /usr/bin/newaliases.postfix
    proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
    queue_directory = /var/spool/postfix
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    receive_override_options = no_address_mappings
    relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    sample_directory = /usr/share/doc/postfix-2.3.3/samples
    sendmail_path = /usr/sbin/sendmail.postfix
    setgid_group = postdrop
    smtp_host_lookup = dns, native
    smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
    smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_authenticated_header = yes
    smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
    smtpd_tls_cert_file = /etc/postfix/smtpd.cert
    smtpd_tls_key_file = /etc/postfix/smtpd.key
    smtpd_tls_security_level = may
    smtpd_use_tls = yes
    transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
    unknown_local_recipient_reject_code = 450
    virtual_alias_domains = 
    virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
    virtual_gid_maps = static:5000
    virtual_mailbox_base = /var/vmail
    virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
    virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
    virtual_transport = maildrop
    virtual_uid_maps = static:5000
    
    Dig mx geek123.no

    Code:
    [root@meling postfix]# dig mx geek123.no
    
    ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> mx geek123.no
    ;; global options:  printcmd
    ;; Got answer:
    
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34501
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
    
    ;; QUESTION SECTION:
    ;geek123.no.                    IN      MX
    
    ;; ANSWER SECTION:
    geek123.no.             86400   IN      MX      10 mail.geek123.no.
    
    ;; AUTHORITY SECTION:
    geek123.no.             86400   IN      NS      dns.vismasoftware.no.
    geek123.no.             86400   IN      NS      bjartur.unison.no.
    
    ;; ADDITIONAL SECTION:
    mail.geek123.no.        86400   IN      A       192.143.13.204
    dns.vismasoftware.no.   3600    IN      A       193.75.92.64
    bjartur.unison.no.      86400   IN      A       192.143.13.195
    
    ;; Query time: 3 msec
    ;; SERVER: 194.143.13.195#53(194.143.13.195)
    ;; WHEN: Mon Apr 12 17:02:35 2010
    ;; MSG SIZE  rcvd: 158



    Maillog

    Code:
    Apr 12 16:51:09 meling postfix/qmgr[6635]: 4B46A18FBA6: from=<[email protected]>, size=2132, nrcpt=1 (queue active)
    Apr 12 16:51:09 meling postfix/trivial-rewrite[6636]: warning: do not list domain geek123.no in BOTH virtual_mailbox_domains and relay_domains
    Apr 12 16:51:09 meling postfix/smtp[6641]: 4B46A18FBA6: to=<[email protected]>, relay=none, delay=0.35, delays=0.35/0/0/0, dsn=5.4.6, status=bounced (mail for meling loops back to myself)
    Apr 12 16:51:09 meling postfix/cleanup[6645]: 865DF18FBAA: message-id=<20100412165109.865DF18FBAA@meling>
    Apr 12 16:51:09 meling postfix/bounce[6694]: 4B46A18FBA6: sender non-delivery notification: 865DF18FBAA
    Apr 12 16:51:09 meling postfix/qmgr[6635]: 865DF18FBAA: from=<>, size=3815, nrcpt=1 (queue active)
    Apr 12 16:51:09 meling postfix/qmgr[6635]: 4B46A18FBA6: removed
    Apr 12 16:51:09 meling postfix/smtpd[6686]: disconnect from blu0-omc3-s10.blu0.hotmail.com[65.55.116.85]
    Apr 12 16:51:10 meling postfix/smtp[6641]: 865DF18FBAA: to=<[email protected]>, relay=mx3.hotmail.com[65.55.92.184]:25, delay=1.2, delays=0.01/0/0.47/0.69, dsn=2.0.0, status=sent (250  <20100412165109.865DF18FBAA@meling> Queued mail for delivery)
    
    When I reply my own email from hotmail to [email protected]
    i got this errer message back to my hotmail account

    Code:
    This is the mail system at host meling.
    
    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]>: mail for meling loops back to myself

    Hope some body have a solution or a tip!


    Thanks a lot!

    Br
    hairless Eno
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please add meling to the mydestination line in /etc/postfix/main.cf. Restart Postfix afterwards.
     
  5. djenojado

    djenojado New Member

    thank you for reply. :)


    I have still the same error after I adding meling to mydestination

    Code:
    Apr 13 19:27:51 meling postfix/smtp[3567]: 39B9D18FBB8: to=<[email protected]>, relay=none, delay=0.36, delays=0.35/0.01/0/0, dsn=5.4.6, status=bounced (mail for meling loops back to myself)
    

    New information - Edit

    New info.

    I have now reinstalled amavisd-new
    And updatet ispconfig 3: php -q update.php
    amavids-new didn't like only hostname meling.
    I renamed meling to meling.geek123.no.
    but when i send an email from hotmail to [email protected]
    I still have: (mail for meling loops back to myself).


    Code:
    [root@meling postfix]# postconf -n
    
    alias_maps = hash:/etc/aliases
    body_checks = regexp:/etc/postfix/body_checks
    broken_sasl_auth_clients = yes
    config_directory = /etc/postfix
    content_filter = amavis:[127.0.0.1]:10024
    debug_peer_level = 5
    header_checks = regexp:/etc/postfix/header_checks
    inet_interfaces = all
    mailbox_size_limit = 0
    manpage_directory = /usr/share/man
    message_size_limit = 0
    mime_header_checks = regexp:/etc/postfix/mime_header_checks
    mydestination = meling.geek123.no
    myhostname = localhost
    mynetworks = 192.143.0.0/20, 127.0.0.0/8 [::1]/128
    nested_header_checks = regexp:/etc/postfix/nested_header_checks
    proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    receive_override_options = no_address_mappings
    relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    relayhost = 
    sample_directory = /usr/share/doc/postfix-2.3.3/samples
    smtp_host_lookup = dns, native
    smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
    smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_authenticated_header = yes
    smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
    smtpd_tls_cert_file = /etc/postfix/smtpd.cert
    smtpd_tls_key_file = /etc/postfix/smtpd.key
    smtpd_tls_security_level = may
    smtpd_use_tls = yes
    transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
    virtual_alias_domains = 
    virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
    virtual_gid_maps = static:5000
    virtual_mailbox_base = /var/vmail
    virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
    virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
    virtual_transport = maildrop
    virtual_uid_maps = static:5000
    
    
    I don't have this warning anymore. And i got some else log messages.
    Code:
    warning: connect to transport amavis: Connection refused
    

    I got some other log messages now.

    Code:
    Apr 14 10:02:43 meling postfix/smtpd[5801]: connect from unknown[127.0.0.1]
    Apr 14 10:02:43 meling postfix/trivial-rewrite[5779]: warning: do not list domain geek123.no in BOTH virtual_mailbox_domains and relay_domains
    Apr 14 10:02:43 meling postfix/smtpd[5801]: 1066918FBEE: client=unknown[127.0.0.1]
    Apr 14 10:02:43 meling postfix/cleanup[5783]: 1066918FBEE: message-id=<[email protected]>
    Apr 14 10:02:43 meling postfix/smtpd[5801]: disconnect from unknown[127.0.0.1]
    Apr 14 10:02:43 meling postfix/qmgr[5772]: 1066918FBEE: from=<[email protected]>, size=2549, nrcpt=1 (queue active)
    Apr 14 10:02:43 meling postfix/trivial-rewrite[5779]: warning: do not list domain geek123.no in BOTH virtual_mailbox_domains and relay_domains
    Apr 14 10:02:43 meling amavis[5461]: (05461-02) Passed CLEAN, [65.55.116.93] [65.55.116.74] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: 3Alv6Rg5n3nn, Hits: 0.063, size: 2137, queued_as: 1066918FBEE, 6129 ms
    Apr 14 10:02:43 meling postfix/smtp[5773]: B0EF518FBE8: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.5, delays=0.34/0/0/6.1, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=05461-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 1066918FBEE)
    Apr 14 10:02:43 meling postfix/qmgr[5772]: B0EF518FBE8: removed
    Apr 14 10:02:43 meling postfix/smtp[5802]: 1066918FBEE: to=<[email protected]>, relay=none, delay=0.02, delays=0.01/0.01/0/0, dsn=5.4.6, status=bounced (mail for meling loops back to myself)
    Apr 14 10:02:43 meling postfix/cleanup[5783]: 1648E18FBEF: message-id=<20100414100243.1648E18FBEF@localhost>
    Apr 14 10:02:43 meling postfix/bounce[5803]: 1066918FBEE: sender non-delivery notification: 1648E18FBEF
    Apr 14 10:02:43 meling postfix/qmgr[5772]: 1648E18FBEF: from=<>, size=4328, nrcpt=1 (queue active)
    Apr 14 10:02:43 meling postfix/qmgr[5772]: 1066918FBEE: removed
    Apr 14 10:02:44 meling postfix/smtp[5802]: 1648E18FBEF: to=<[email protected]>, relay=mx4.hotmail.com[65.55.37.88]:25, delay=1.4, delays=0/0/0.54/0.84, dsn=2.0.0, status=sent (250  <20100414100243.1648E18FBEF@localhost> Queued mail for delivery)
    Apr 14 10:02:44 meling postfix/qmgr[5772]: 1648E18FBEF: removed
    
    I appreciate some tip from you guys.

    Br
    Eno
     
    Last edited: Apr 14, 2010
  6. djenojado

    djenojado New Member

    I have changed something:
    I can still send email, but i can't receive.
    Host or domain name not found. Name service error for name=meling type=A: Host not found


    Code:
    [root@meling postfix]# postconf -n
    
    alias_database = hash:/etc/aliases
    alias_maps = hash:/etc/aliases
    body_checks = regexp:/etc/postfix/body_checks
    broken_sasl_auth_clients = yes
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debug_peer_level = 2
    header_checks = regexp:/etc/postfix/header_checks
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailq_path = /usr/bin/mailq.postfix
    manpage_directory = /usr/share/man
    mime_header_checks = regexp:/etc/postfix/mime_header_checks
    mydestination = localhost, localhost, localhost.localdomain, meling.geek123.no
    myhostname = localhost
    mynetworks = 192.143.0.0/20, 127.0.0.0/8 [::1]/128
    nested_header_checks = regexp:/etc/postfix/nested_header_checks
    newaliases_path = /usr/bin/newaliases.postfix
    proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
    queue_directory = /var/spool/postfix
    readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
    receive_override_options = no_address_mappings
    relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    sample_directory = /usr/share/doc/postfix-2.3.3/samples
    sendmail_path = /usr/sbin/sendmail.postfix
    setgid_group = postdrop
    smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
    smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_authenticated_header = yes
    smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
    smtpd_tls_cert_file = /etc/postfix/smtpd.cert
    smtpd_tls_key_file = /etc/postfix/smtpd.key
    smtpd_tls_security_level = may
    smtpd_use_tls = yes
    transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
    unknown_local_recipient_reject_code = 550
    virtual_alias_domains = 
    virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
    virtual_gid_maps = static:5000
    virtual_mailbox_base = /var/vmail
    virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
    virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
    virtual_transport = maildrop
    virtual_uid_maps = static:5000
    
    
    
    I got new log messages now. 
    
    [CODE]
    Apr 14 13:10:29 meling postfix/smtpd[21358]: connect from blu0-omc3-s29.blu0.hotmail.com[65.55.116.104]
    Apr 14 13:10:30 meling postfix/smtpd[21358]: 01F1E18FB79: client=blu0-omc3-s29.blu0.hotmail.com[65.55.116.104]
    Apr 14 13:10:30 meling postfix/cleanup[21364]: 01F1E18FB79: message-id=<[email protected]>
    Apr 14 13:10:30 meling postfix/qmgr[21348]: 01F1E18FB79: from=<[email protected]>, size=2127, nrcpt=1 (queue active)
    Apr 14 13:10:30 meling amavis[18843]: (18843-04) (!!)WARN: all primary virus scanners failed, considering backups
    Apr 14 13:10:30 meling postfix/smtpd[21358]: disconnect from blu0-omc3-s29.blu0.hotmail.com[65.55.116.104]
    Apr 14 13:10:36 meling postfix/smtpd[21376]: connect from unknown[127.0.0.1]
    Apr 14 13:10:36 meling postfix/smtpd[21376]: 36B0D18FBA9: client=unknown[127.0.0.1]
    Apr 14 13:10:36 meling postfix/cleanup[21364]: 36B0D18FBA9: message-id=<[email protected]>
    Apr 14 13:10:36 meling postfix/qmgr[21348]: 36B0D18FBA9: from=<[email protected]>, size=2539, nrcpt=1 (queue active)
    Apr 14 13:10:36 meling postfix/smtpd[21376]: disconnect from unknown[127.0.0.1]
    Apr 14 13:10:36 meling postfix/trivial-rewrite[21349]: warning: do not list domain geek123.no in BOTH virtual_mailbox_domains and relay_domains
    Apr 14 13:10:36 meling amavis[18843]: (18843-04) Passed CLEAN, [65.55.116.104] [65.55.116.72] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: A5ESjEVnRoTS, Hits: 0.09, size: 2127, queued_as: 36B0D18FBA9, 5999 ms
    Apr 14 13:10:36 meling postfix/smtp[21354]: 36B0D18FBA9: to=<[email protected]>, relay=none, delay=0.01, delays=0/0/0/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=meling type=A: Host not found)
    Apr 14 13:10:36 meling postfix/cleanup[21364]: 3ACB918FBF1: message-id=<20100414131036.3ACB918FBF1@localhost>
    Apr 14 13:10:36 meling postfix/smtp[21365]: 01F1E18FB79: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.3, delays=0.34/0/0/6, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=18843-04, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 36B0D18FBA9)
    Apr 14 13:10:36 meling postfix/qmgr[21348]: 01F1E18FB79: removed
    Apr 14 13:10:36 meling postfix/qmgr[21348]: 3ACB918FBF1: from=<>, size=4432, nrcpt=1 (queue active)
    Apr 14 13:10:36 meling postfix/bounce[21448]: 36B0D18FBA9: sender non-delivery notification: 3ACB918FBF1
    Apr 14 13:10:36 meling postfix/qmgr[21348]: 36B0D18FBA9: removed
    Apr 14 13:10:37 meling postfix/smtp[21356]: 3ACB918FBF1: to=<[email protected]>, relay=mx4.hotmail.com[65.55.92.184]:25, delay=1.1, delays=0.01/0/0.43/0.7, dsn=2.0.0, status=sent (250  <20100414131036.3ACB918FBF1@localhost> Queued mail for delivery)
    Apr 14 13:10:37 meling postfix/qmgr[21348]: 3ACB918FBF1: removed
    

    If we look at this log sence -->
    dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=meling type=A: Host not found)
    name=meling - it should be meling.geek123.no right?



    hostname
    meling.geek123.no
    hostname -f
    meling.geek123.no

    cat /etc/hosts
    127.0.0.1 meling.geek123.no meling.geek123.no
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.143.13.204 geek123.no

    I hope somebody have a tip for me. :)

    Br
    Eno
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Try to modify /etc/hosts as follows:

    Code:
    127.0.0.1 meling.geek123.no [COLOR="Red"]meling[/COLOR]
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.143.13.204 geek123.no
     
  8. djenojado

    djenojado New Member

    Thanks for reply.

    I changed the hosts -file
    Code:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               meling          meling.geek123.no
    127.0.0.1       localhost.localdomain   localhost
    ::1     localhost6.localdomain6 localhost6
    #127.0.0.1              meling
    192.143.13.204          geek123.no
    
    hostname meling.geek123.no
    hostname - f meling

    I got another error

    Code:
    Apr 14 14:52:39 meling postfix/smtp[27641]: 0E11918FBEC: to=<[email protected]>, relay=none, delay=0.01, delays=0/0/0/0, dsn=5.4.6, status=bounced (mail for meling loops back to myself)
    
    Whole log when i try to send an email from hotmail to geek123
    Code:
    Apr 14 15:31:57 meling postfix/smtpd[31010]: connect from unknown[127.0.0.1]
    Apr 14 15:31:57 meling postfix/trivial-rewrite[30997]: warning: do not list domain geek123.no in BOTH mydestination and virtual_mailbox_domains
    Apr 14 15:31:57 meling postfix/smtpd[31010]: 82F9418FBF1: client=unknown[127.0.0.1]
    Apr 14 15:31:57 meling postfix/cleanup[31006]: 82F9418FBF1: message-id=<[email protected]>
    Apr 14 15:31:57 meling postfix/smtpd[31010]: disconnect from unknown[127.0.0.1]
    Apr 14 15:31:57 meling postfix/qmgr[30992]: 82F9418FBF1: from=<[email protected]>, size=2561, nrcpt=1 (queue active)
    Apr 14 15:31:57 meling postfix/trivial-rewrite[30997]: warning: do not list domain geek123.no in BOTH mydestination and virtual_mailbox_domains
    Apr 14 15:31:57 meling amavis[18843]: (18843-11) Passed CLEAN, [65.55.116.109] [65.55.116.74] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: kDht9cYXDfgn, Hits: 0.1, size: 2133, queued_as: 82F9418FBF1, 14976 ms
    Apr 14 15:31:57 meling postfix/smtp[31007]: 5349B18FBED: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=15, delays=0.35/0.01/0/15, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=18843-11, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 82F9418FBF1)
    Apr 14 15:31:57 meling postfix/qmgr[30992]: 5349B18FBED: removed
    Apr 14 15:31:57 meling postfix/smtp[31012]: 82F9418FBF1: to=<[email protected]>, relay=none, delay=0.02, delays=0.01/0.01/0/0, dsn=5.4.6, status=bounced (mail for meling loops back to myself)
    Apr 14 15:31:57 meling postfix/cleanup[31006]: 89F5F18FC00: message-id=<[email protected]>
    Apr 14 15:31:57 meling postfix/bounce[31013]: 82F9418FBF1: sender non-delivery notification: 89F5F18FC00
    Apr 14 15:31:57 meling postfix/qmgr[30992]: 89F5F18FC00: from=<>, size=4408, nrcpt=1 (queue active)
    Apr 14 15:31:57 meling postfix/qmgr[30992]: 82F9418FBF1: removed
    Apr 14 15:32:05 meling postfix/smtp[31012]: 89F5F18FC00: to=<[email protected]>, relay=mx4.hotmail.com[65.55.37.104]:25, delay=8.3, delays=0/0/1.2/7, dsn=2.0.0, status=sent (250  <[email protected]> Queued mail for delivery)
    Apr 14 15:32:05 meling postfix/qmgr[30992]: 89F5F18FC00: removed
    
     
    Last edited: Apr 14, 2010
  9. djenojado

    djenojado New Member

    I have read a lot of threads in this forum and others.
    And every post say I have to put in this case meling in mydestination.

    Code:
    mydestination = meling 
    
    But still, the same error printing out.
    Error
    Code:
    Apr 14 20:46:01 meling postfix/smtp[12722]: 1F55118FBEC: to=<[email protected]>, relay=none, delay=0.02, delays=0.01/0.01/0/0, dsn=5.4.6, status=bounced (mail for meling loops back to myself)
    Have anyone some tip for me? :)

    Br
    Eno
     
  10. djenojado

    djenojado New Member

    BREAKING NEWS

    Postfix work!

    The problem was related to this error:
    Code:
    Apr 14 15:31:57 meling postfix/trivial-rewrite[30997]: warning: do not list domain geek123.no in BOTH mydestination and virtual_mailbox_domains
    I logged on to my phpmyadmin
    Looked at ->> dbispconfig - mail_transport
    I deleted the domain name in field 'domain' in mail_transport
    I only use the field 'transport' (smtp:meling.geek123.no)


    VOILA!

    There was a conflict between the tables: mail_transport and mail_user
    Both tables used domain name.


    Br
    Eno
     
    Last edited: Apr 15, 2010

Share This Page