Guest User

Untitled

a guest
Oct 9th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. Delivered-To: [email protected]
  2. Received: by mail.glmr.in (Postfix, from userid 994)
  3. id 4CDBC1373; Thu, 4 Oct 2018 09:37:52 +0200 (CEST)
  4. Delivered-To: [email protected]
  5. Received: from www.tantramassageamsterdam.net (unknown [94.177.253.49])
  6. (Authenticated sender: [email protected])
  7. by mail.glmr.in (Postfix) with ESMTPSA id DA19E428
  8. for <[email protected]>; Thu, 4 Oct 2018 09:37:31 +0200 (CEST)
  9. Date: Thu, 4 Oct 2018 07:37:25 +0000
  10. From: 2342 <[email protected]>
  11.  
  12. # ==========================================================================
  13. # service type private unpriv chroot wakeup maxproc command + args
  14. # (yes) (yes) (yes) (never) (100)
  15. # ==========================================================================
  16. smtp inet n - n - - smtpd
  17. submission inet n - - - - smtpd
  18. -o smtpd_tls_security_level=encrypt
  19. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  20. pickup fifo n - - 60 1 pickup
  21. cleanup unix n - - - 0 cleanup
  22. qmgr fifo n - n 300 1 qmgr
  23. tlsmgr unix - - - 1000? 1 tlsmgr
  24. rewrite unix - - - - - trivial-rewrite
  25. bounce unix - - - - 0 bounce
  26. defer unix - - - - 0 bounce
  27. trace unix - - - - 0 bounce
  28. verify unix - - - - 1 verify
  29. flush unix n - - 1000? 0 flush
  30. proxymap unix - - n - - proxymap
  31. proxywrite unix - - n - 1 proxymap
  32. smtp unix - - - - - smtp
  33. relay unix - - - - - smtp
  34. -o smtp_fallback_relay=
  35. showq unix n - - - - showq
  36. error unix - - - - - error
  37. retry unix - - - - - error
  38. discard unix - - - - - discard
  39. local unix - n n - - local
  40. virtual unix - n n - - virtual
  41. lmtp unix - - - - - lmtp
  42. anvil unix - - - - 1 anvil
  43. scache unix - - - - 1 scache
  44. maildrop unix - n n - - pipe
  45. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  46. uucp unix - n n - - pipe
  47. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  48. ifmail unix - n n - - pipe
  49. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  50. bsmtp unix - n n - - pipe
  51. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  52. scalemail-backend unix - n n - 2 pipe
  53. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  54. mailman unix - n n - - pipe
  55. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  56. ${nexthop} ${user}
  57. dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/bin/spamc -4 -u vmail -e /usr/libexec/dovecot/deliver -d ${recipient} -f ${sender}
  58.  
  59. policy-spf unix - n n - - spawn user=nobody argv=/usr/libexec/postfix/policyd-spf
  60.  
  61. ~]# host 94.177.253.49
  62. 49.253.177.94.in-addr.arpa domain name pointer se******o.com.
  63.  
  64. ~]# nslookup 94.177.253.49
  65. Server: 62.149.128.4
  66. Address: 62.149.128.4#53
  67.  
  68. Non-authoritative answer:
  69. 49.253.177.94.in-addr.arpa name = se******o.com.
  70.  
  71. Authoritative answers can be found from:
  72.  
  73. ~]# postconf | grep dns
  74. disable_dns_lookups = no
  75. dnsblog_reply_delay = 0s
  76. dnsblog_service_name = dnsblog
  77. lmtp_dns_resolver_options =
  78. lmtp_host_lookup = dns
  79. postscreen_dnsbl_action = ignore
  80. postscreen_dnsbl_reply_map =
  81. postscreen_dnsbl_sites =
  82. postscreen_dnsbl_threshold = 1
  83. postscreen_dnsbl_ttl = 1h
  84. smtp_dns_resolver_options =
  85. smtp_host_lookup = dns
Add Comment
Please, Sign In to add comment