thufir

postfix

Dec 30th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ dig dur.bounceme.net mx
  3.  
  4. ; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> dur.bounceme.net mx
  5. ;; global options: +cmd
  6. ;; Got answer:
  7. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4088
  8. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  9.  
  10. ;; QUESTION SECTION:
  11. ;dur.bounceme.net. IN MX
  12.  
  13. ;; ANSWER SECTION:
  14. dur.bounceme.net. 1800 IN MX 5 dur.bounceme.net.
  15.  
  16. ;; Query time: 1575 msec
  17. ;; SERVER: 127.0.1.1#53(127.0.1.1)
  18. ;; WHEN: Mon Dec 30 18:00:00 PST 2013
  19. ;; MSG SIZE rcvd: 50
  20.  
  21. thufir@dur:~$ nslookup -query=mx dur.bounceme.net
  22. Server: 127.0.1.1
  23. Address: 127.0.1.1#53
  24.  
  25. Non-authoritative answer:
  26. dur.bounceme.net mail exchanger = 5 dur.bounceme.net.
  27.  
  28. Authoritative answers can be found from:
  29.  
  30. thufir@dur:~$
  31. thufir@dur:~$ nslookup dur.bounceme.net
  32. Server: 127.0.1.1
  33. Address: 127.0.1.1#53
  34.  
  35. Non-authoritative answer:
  36. Name: dur.bounceme.net
  37. Address: 96.55.205.166
  38.  
  39. thufir@dur:~$
  40. thufir@dur:~$ dig dur.bounceme.net
  41.  
  42. ; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> dur.bounceme.net
  43. ;; global options: +cmd
  44. ;; Got answer:
  45. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63216
  46. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  47.  
  48. ;; QUESTION SECTION:
  49. ;dur.bounceme.net. IN A
  50.  
  51. ;; ANSWER SECTION:
  52. dur.bounceme.net. 16 IN A 96.55.205.166
  53.  
  54. ;; Query time: 14 msec
  55. ;; SERVER: 127.0.1.1#53(127.0.1.1)
  56. ;; WHEN: Mon Dec 30 18:00:43 PST 2013
  57. ;; MSG SIZE rcvd: 50
  58.  
  59. thufir@dur:~$
  60. thufir@dur:~$ postconf -n
  61. alias_database = hash:/etc/aliases
  62. alias_maps = hash:/etc/aliases
  63. append_dot_mydomain = no
  64. biff = no
  65. broken_sasl_auth_clients = yes
  66. config_directory = /etc/postfix
  67. home_mailbox = Maildir/
  68. inet_interfaces = all
  69. mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}"
  70. mailbox_size_limit = 0
  71. mydestination = dur.bounceme.net, localhost.bounceme.net, , localhost
  72. myhostname = dur.bounceme.net
  73. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  74. myorigin = /etc/mailname
  75. readme_directory = no
  76. recipient_delimiter = +
  77. relayhost =
  78. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  79. smtp_use_tls = yes
  80. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  81. smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  82. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  83. smtpd_sasl_auth_enable = yes
  84. smtpd_sasl_authenticated_header = yes
  85. smtpd_sasl_local_domain = $myhostname
  86. smtpd_sasl_path = private/dovecot-auth
  87. smtpd_sasl_security_options = noanonymous
  88. smtpd_sasl_type = dovecot
  89. smtpd_sender_restrictions = reject_unknown_sender_domain
  90. smtpd_tls_auth_only = yes
  91. smtpd_tls_cert_file = /etc/dovecot/dovecot.pem
  92. smtpd_tls_key_file = /etc/dovecot/private/dovecot.pem
  93. smtpd_tls_mandatory_ciphers = medium
  94. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  95. smtpd_tls_received_header = yes
  96. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  97. smtpd_use_tls = yes
  98. tls_random_source = dev:/dev/urandom
  99. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment