Advertisement
Guest User

Sample postfinger output for Postfix configuration

a guest
May 30th, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. # sh /root/postfinger.sh --nowarn
  2. postfinger - postfix configuration on Thu May 30 09:49:34 PDT 2013
  3. version: 1.30
  4.  
  5. --System Parameters--
  6. mail_version = 2.7.0
  7. hostname = example.com
  8. uname = Linux example.com 2.6.32-042stab076.8 #1 SMP Tue May 14 20:38:14 MSK 2013 x86_64 GNU/Linux
  9.  
  10. --Packaging information--
  11. looks like this postfix comes from deb package: postfix-2.7.0-1ubuntu0.2
  12.  
  13. --main.cf non-default parameters--
  14. alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  15. alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  16. append_dot_mydomain = no
  17. biff = no
  18. body_checks = regexp:/etc/postfix/body_checks
  19. broken_sasl_auth_clients = yes
  20. content_filter = amavis:[127.0.0.1]:10024
  21. header_checks = regexp:/etc/postfix/header_checks
  22. html_directory = /usr/share/doc/postfix/html
  23. mailbox_size_limit = 0
  24. message_size_limit = 0
  25. mime_header_checks = regexp:/etc/postfix/mime_header_checks
  26. mydestination = localhost, localhost.localdomain
  27. mynetworks = 127.0.0.0/8 [::1]/128
  28. myorigin = /etc/mailname
  29. nested_header_checks = regexp:/etc/postfix/nested_header_checks
  30. owner_request_special = no
  31. proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
  32. receive_override_options = no_address_mappings
  33. recipient_delimiter = +
  34. relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
  35. relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
  36. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  37. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  38. smtpd_client_message_rate_limit = 100
  39. smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
  40. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf,reject_sender_login_mismatch, reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_rbl_client zen.spamhaus.org, reject_rhsbl_helo dbl.spamhaus.org, reject_rhsbl_sender dbl.spamhaus.org, reject_rbl_client bl.spamcop.net
  41. smtpd_sasl_auth_enable = yes
  42. smtpd_sasl_authenticated_header = yes
  43. smtpd_sasl_path = private/auth
  44. smtpd_sasl_type = dovecot
  45. smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
  46. smtpd_tls_CAfile = /root/ssl/example.com.bundle
  47. smtpd_tls_cert_file = /root/ssl/example.com.crt
  48. smtpd_tls_key_file = /root/ssl/example.com.key
  49. smtpd_tls_received_header = yes
  50. smtpd_tls_security_level = may
  51. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  52. smtpd_use_tls = yes
  53. transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
  54. virtual_alias_domains =
  55. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf, hash:/var/lib/mailman/data/virtual-mailman
  56. virtual_gid_maps = static:5000
  57. virtual_mailbox_base = /var/vmail
  58. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
  59. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
  60. virtual_transport = dovecot
  61. virtual_uid_maps = static:5000
  62.  
  63. --master.cf--
  64. smtp inet n - - - - smtpd
  65. submission inet n - - - - smtpd
  66. -o smtpd_sasl_auth_enable=yes
  67. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  68. -o milter_macro_daemon_name=ORIGINATING
  69. smtps inet n - - - - smtpd
  70. -o smtpd_tls_wrappermode=yes
  71. -o smtpd_sasl_auth_enable=yes
  72. pickup fifo n - - 60 1 pickup
  73. -o content_filter=
  74. -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
  75. cleanup unix n - - - 0 cleanup
  76. qmgr fifo n - n 300 1 qmgr
  77. tlsmgr unix - - - 1000? 1 tlsmgr
  78. rewrite unix - - - - - trivial-rewrite
  79. bounce unix - - - - 0 bounce
  80. defer unix - - - - 0 bounce
  81. trace unix - - - - 0 bounce
  82. verify unix - - - - 1 verify
  83. flush unix n - - 1000? 0 flush
  84. proxymap unix - - n - - proxymap
  85. proxywrite unix - - n - 1 proxymap
  86. smtp unix - - - - - smtp
  87. relay unix - - - - - smtp
  88. -o smtp_fallback_relay=
  89. showq unix n - - - - showq
  90. error unix - - - - - error
  91. retry unix - - - - - error
  92. discard unix - - - - - discard
  93. local unix - n n - - local
  94. virtual unix - n n - - virtual
  95. lmtp unix - - - - - lmtp
  96. anvil unix - - - - 1 anvil
  97. scache unix - - - - 1 scache
  98. maildrop unix - n n - - pipe
  99. flags=DRhu user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}
  100. uucp unix - n n - - pipe
  101. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  102. ifmail unix - n n - - pipe
  103. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  104. bsmtp unix - n n - - pipe
  105. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  106. scalemail-backend unix - n n - 2 pipe
  107. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  108. mailman unix - n n - - pipe
  109. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  110. ${nexthop} ${user}
  111. dovecot unix - n n - - pipe
  112. flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}
  113. amavis unix - - - - 1 smtp
  114. -o smtp_data_done_timeout=1200
  115. -o smtp_send_xforward_command=yes
  116. 127.0.0.1:10025 inet n - - - - smtpd
  117. -o content_filter=
  118. -o local_recipient_maps=
  119. -o relay_recipient_maps=
  120. -o smtpd_restriction_classes=
  121. -o smtpd_client_restrictions=
  122. -o smtpd_helo_restrictions=
  123. -o smtpd_sender_restrictions=
  124. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  125. -o mynetworks=127.0.0.0/8
  126. -o strict_rfc821_envelopes=yes
  127. -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
  128. -o smtpd_bind_address=127.0.0.1
  129.  
  130. -- end of postfinger output --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement