~/paste/1117
~/paste/1117
~/paste/1117

  1. # cat /var/log/mail.log
  2. [..]
  3. postfix/smtpd: >>> START Recipient address RESTRICTIONS <<<
  4. postfix/smtpd: generic_checks: name=permit_mx_backup
  5. postfix/smtpd: permit_mx_backup: test@nanl.de
  6. postfix/smtpd: ctable_locate: leave existing entry key test@nanl.de
  7. postfix/smtpd: permit_mx_backup: not local: test@nanl.de
  8. postfix/smtpd: dns_query: nanl.de (MX): OK
  9. postfix/smtpd: dns_get_answer: type MX for nanl.de
  10. postfix/smtpd: dns_get_answer: type MX for nanl.de
  11. postfix/smtpd: i_am_mx: resolve hostname: mx2.scnr.nanl.de
  12. postfix/smtpd: match_string: mx2.scnr.nanl.de ~? mx1.scnr.nanl.de
  13. postfix/smtpd: match_string: mx2.scnr.nanl.de ~? mail.hatschi.scnr.nanl.de
  14. postfix/smtpd: match_string: mx2.scnr.nanl.de ~? localhost.scnr.nanl.de
  15. postfix/smtpd: match_string: mx2.scnr.nanl.de ~? localhost
  16. postfix/smtpd: match_list_match: mx2.scnr.nanl.de: no match
  17. postfix/smtpd: i_am_mx: resolve hostname: mx1.scnr.nanl.de
  18. postfix/smtpd: match_string: mx1.scnr.nanl.de ~? mx1.scnr.nanl.de <<<<<<<<<<<<<<<<<<<<<<
  19. postfix/smtpd: generic_checks: name=permit_mx_backup status=0 <<<<<<<<<<<<<<<<<<<<<<
  20. postfix/smtpd: generic_checks: name=reject <<<<<<<<<<<<<<<<<<<<<<
  21. postfix/smtpd: NOQUEUE: reject: RCPT from XXX: 554 5.7.1 <test@nanl.de>: Recipient address rejected: Access denied; from=<test@foo.bar> to=<test@nanl.de> proto=ESMTP helo=<XXX>
  22. [..]
  23.  
  24. # cat /etc/resolv.conf
  25. nameserver 127.0.0.1
  26.  
  27. # host nanl.de 127.0.0.1
  28. [..]
  29. nanl.de mail is handled by 50 mx2.scnr.nanl.de.
  30. nanl.de mail is handled by 50 mx1.scnr.nanl.de.
  31.  
  32. # host mx1.scnr.nanl.de 127.0.0.1
  33. [..]
  34. mx1.scnr.nanl.de has address 130.133.110.87
  35.  
  36. # cat /etc/postfix/main.cf
  37. myhostname = mail.hatschi.scnr.nanl.de
  38. alias_maps = hash:/etc/aliases
  39. alias_database = hash:/etc/aliases
  40. relayhost = [mail.scnr.nanl.de]:9876
  41. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 0.0.0.0 mail.hatschi.scnr.nanl.de
  42. mydestination = mx1.scnr.nanl.de, mail.hatschi.scnr.nanl.de, localhost.scnr.nanl.de, localhost
  43. permit_mx_backup_networks = 130.133.110.89/32 130.133.110.87/32
  44. smtpd_recipient_restrictions = permit_mx_backup, reject
Language: text
Posted by Anonymous at 13 May 2012, 06:41:24 UTC