Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2018
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. canonical_maps = hash:/etc/postfix/canonical
  6. default_destination_concurrency_limit = 5
  7. disable_vrfy_command = yes
  8. dovecot_destination_recipient_limit = 1
  9. home_mailbox = Maildir/
  10. inet_interfaces = all
  11. inet_protocols = ipv4
  12. mailbox_size_limit = 0
  13. message_size_limit = 104857600
  14. mydestination = $myhostname, thatmadhacker.org, localhost
  15. myhostname = thatmadhacker.org
  16. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  17. myorigin = $myhostname
  18. readme_directory = no
  19. recipient_delimiter = +
  20. relay_destination_concurrency_limit = 1
  21. relayhost =
  22. smtp_tls_note_starttls_offer = yes
  23. smtp_tls_security_level = may
  24. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  25. smtpd_banner = $myhostname ESMTP smtpd_helo_required = yes reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, reject_unknown_helo_hostname, permit reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_invalid_hostname, reject_non_fqdn_sender reject_sender_login_mismatch
  26. smtpd_sender_login_maps = $virtual_mailbox_maps
  27. smtpd_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
  28. smtpd_tls_ask_ccert = yes
  29. smtpd_tls_cert_file = /etc/letsencrypt/live/thatmadhacker.org/cert.pem
  30. smtpd_tls_key_file = /etc/letsencrypt/live/thatmadhacker.org/privkey.pem
  31. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  32. smtpd_use_tls = yes
  33. unknown_address_reject_code = 550
  34. unknown_client_reject_code = 550
  35. unknown_hostname_reject_code = 550
  36. virtual_alias_maps = hash:/etc/postfix/virtual
  37. virtual_mailbox_domains = hash:/etc/postfix/virtual-mailbox-domains
  38. virtual_mailbox_maps = hash:/etc/postfix/virtual-mailbox-users
  39. virtual_transport = dovecot
  40. root@thatmadhacker:/etc# ^C
  41. root@thatmadhacker:/etc# postconf -n
  42. alias_database = hash:/etc/aliases
  43. alias_maps = hash:/etc/aliases
  44. append_dot_mydomain = no
  45. biff = no
  46. canonical_maps = hash:/etc/postfix/canonical
  47. default_destination_concurrency_limit = 5
  48. disable_vrfy_command = yes
  49. dovecot_destination_recipient_limit = 1
  50. home_mailbox = Maildir/
  51. inet_interfaces = all
  52. inet_protocols = ipv4
  53. mailbox_size_limit = 0
  54. message_size_limit = 104857600
  55. mydestination = $myhostname, thatmadhacker.org, localhost
  56. myhostname = thatmadhacker.org
  57. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  58. myorigin = $myhostname
  59. readme_directory = no
  60. recipient_delimiter = +
  61. relay_destination_concurrency_limit = 1
  62. relayhost =
  63. smtp_tls_note_starttls_offer = yes
  64. smtp_tls_security_level = may
  65. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  66. smtpd_banner = $myhostname ESMTP smtpd_helo_required = yes reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, reject_unknown_helo_hostname, permit reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_invalid_hostname, reject_non_fqdn_sender reject_sender_login_mismatch
  67. smtpd_sender_login_maps = $virtual_mailbox_maps
  68. smtpd_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
  69. smtpd_tls_ask_ccert = yes
  70. smtpd_tls_cert_file = /etc/letsencrypt/live/thatmadhacker.org/cert.pem
  71. smtpd_tls_key_file = /etc/letsencrypt/live/thatmadhacker.org/privkey.pem
  72. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  73. smtpd_use_tls = yes
  74. unknown_address_reject_code = 550
  75. unknown_client_reject_code = 550
  76. unknown_hostname_reject_code = 550
  77. virtual_alias_maps = hash:/etc/postfix/virtual
  78. virtual_mailbox_domains = hash:/etc/postfix/virtual-mailbox-domains
  79. virtual_mailbox_maps = hash:/etc/postfix/virtual-mailbox-users
  80. virtual_transport = dovecot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement