Guest User

Untitled

a guest
Nov 3rd, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. exim -bh 5.9.8.71
  2.  
  3. **** SMTP testing session as if from host 5.9.8.71
  4. **** but without any ident (RFC 1413) callback.
  5. **** This is not for real!
  6.  
  7. >>> host in hosts_connection_nolog? no (option unset)
  8. >>> host in host_lookup? yes (matched "*")
  9. >>> looking up host name for 5.9.8.71
  10. >>> IP address lookup yielded static.71.8.9.5.clients.your-server.de
  11. >>> gethostbyname2 looked up these IP addresses:
  12. >>> name=static.71.8.9.5.clients.your-server.de address=5.9.8.71
  13. >>> checking addresses for static.71.8.9.5.clients.your-server.de
  14. >>> 5.9.8.71 OK
  15. >>> host in host_reject_connection? no (option unset)
  16. >>> host in sender_unqualified_hosts? no (option unset)
  17. >>> host in recipient_unqualified_hosts? no (option unset)
  18. >>> host in helo_verify_hosts? no (option unset)
  19. >>> host in helo_try_verify_hosts? no (option unset)
  20. >>> host in helo_accept_junk_hosts? no (option unset)
  21. 220 mail.serverem.hu ESMTP Exim 4.76 Tue, 03 Nov 2015 10:39:46 +0100
  22. MAIL FROM: [email protected]
  23. 250 OK
  24. >>> using ACL "acl_check_rcpt"
  25. >>> processing "accept"
  26. >>> check hosts = :
  27. >>> host in ":"? no (end of list)
  28. >>> accept: condition test failed
  29. >>> processing "deny"
  30. >>> check local_parts = ^.*[@%!/|] : ^\\.
  31. >>> tamas.varga in "^.*[@%!/|] : ^\."? no (end of list)
  32. >>> deny: condition test failed
  33. >>> processing "accept"
  34. >>> check local_parts = postmaster:abuse:root:webmaster
  35. >>> neutrino in "postmaster:abuse:root:webmaster"? no (end of list)
  36. >>> accept: condition test failed
  37. >>> processing "accept"
  38. >>> check domains = @:localhost:$primary_hostname
  39. >>> gmail.com in "@:localhost:mail.leadmail.hu"? no (end of list)
  40. >>> accept: condition test failed
  41. >>> processing "deny"
  42. >>> check condition = ${lookup mysql{select address from users where local_part = '$local_part' and domain = '$domain' and enabled = 'no'}{yes}{no}}
  43. >>> = no
  44. >>> deny: condition test failed
  45. >>> processing "deny"
  46. >>> check condition = ${lookup mysql{select address from users where local_part = '$sender_address_local_part' and domain = '$sender_address_domain' and enabled = 'no'}{yes}{no}}
  47. >>> = no
  48. >>> deny: condition test failed
  49. >>> processing "accept"
  50. >>> check recipients = ${lookup mysql{select distinct address from users where address = '$local_part@$domain' and domain = '$sender_address_domain'}}
  51. >>> [email protected] in ""? no (end of list)
  52. >>> accept: condition test failed
  53. >>> processing "accept"
  54. >>> check domains = ${lookup mysql{select distinct domain from users where local_part='$sender_address_local_part' and domain='$sender_address_domain'}}
  55. >>> gmail.com in "cimem.hu"? no (end of list)
  56. >>> accept: condition test failed
  57. >>> processing "accept"
  58. >>> check condition = ${lookup mysql{select address from allowed_addresses where domain = '$sender_address_domain' and '$local_part@$domain' like replace(address,'*','%')}{yes}{no}}
  59. >>> = yes
  60. >>> accept: condition test succeeded
  61. 250 Accepted
  62. DATA
  63. 354 Enter message, ending with "." on a line by itself
  64. teszt message
  65. .
  66. >>> host in ignore_fromline_hosts? no (option unset)
  67. LOG: 1ZtY4g-000DlD-H3 <= [email protected] H=static.71.8.9.5.clients.your-server.de [5.9.8.71] P=smtp S=245
  68. 250 OK id=1ZtY4g-000DlD-H3
  69.  
  70. **** SMTP testing: that is not a real message id!
Advertisement
Add Comment
Please, Sign In to add comment