Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. postfinger - postfix configuration on Sun Jan 10 10:22:48 CET 2016
  2. version: 1.30
  3.  
  4. Warning: postfinger output may show private configuration information,
  5. such as ip addresses and/or domain names which you do not want to show
  6. to the public. If this is the case it is your responsibility to modify
  7. the output to hide this private information. [Remove this warning with
  8. the --nowarn option.]
  9.  
  10. --System Parameters--
  11. mail_version = 2.7.1
  12. hostname = my.host.name
  13. uname = Linux my.host.name 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC 2014 x86_64 GNU/Linux
  14.  
  15. --Packaging information--
  16. looks like this postfix comes from deb package: postfix-2.7.1-1+squeeze1
  17.  
  18. --main.cf non-default parameters--
  19. alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  20. alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  21. append_dot_mydomain = no
  22. biff = no
  23. body_checks = regexp:/etc/postfix/body_checks
  24. broken_sasl_auth_clients = yes
  25. content_filter = amavis:[127.0.0.1]:10024
  26. enable_original_recipient = no
  27. header_checks = regexp:/etc/postfix/header_checks
  28. html_directory = /usr/share/doc/postfix/html
  29. inet_protocols = all
  30. mailbox_command = procmail -a "$EXTENSION"
  31. mailbox_size_limit = 0
  32. message_size_limit = 20971520
  33. mime_header_checks = regexp:/etc/postfix/mime_header_checks
  34. mydestination = my.host.name, localhost, localhost.localdomain
  35. mynetworks = 127.0.0.0/8 [::1]/128
  36. myorigin = /etc/mailname
  37. nested_header_checks = regexp:/etc/postfix/nested_header_checks
  38. owner_request_special = no
  39. 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 $smtpd_sender_restrictions
  40. receive_override_options = no_address_mappings
  41. recipient_delimiter = +
  42. relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
  43. relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
  44. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  45. smtpd_client_message_rate_limit = 100
  46. smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
  47. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf
  48. smtpd_sasl_auth_enable = yes
  49. smtpd_sasl_authenticated_header = yes
  50. smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
  51. smtpd_tls_CAfile = /usr/local/ispconfig/interface/ssl/startssl.chain.class1.server.crt
  52. smtpd_tls_cert_file = /etc/postfix/smtpd.cert
  53. smtpd_tls_key_file = /etc/postfix/smtpd.key
  54. smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
  55. smtpd_tls_protocols = !SSLv2,!SSLv3
  56. smtpd_tls_security_level = may
  57. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  58. smtpd_use_tls = yes
  59. smtp_sasl_security_options =
  60. smtp_tls_protocols = !SSLv2,!SSLv3
  61. smtp_tls_security_level = may
  62. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  63. transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
  64. virtual_alias_domains =
  65. virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman, proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
  66. virtual_gid_maps = static:5000
  67. virtual_mailbox_base = /var/vmail
  68. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
  69. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
  70. virtual_transport = maildrop
  71. virtual_uid_maps = static:5000
  72.  
  73. --master.cf--
  74. smtp inet n - - - - smtpd -o content_filter=spamassassin
  75. pickup fifo n - - 60 1 pickup
  76. cleanup unix n - - - 0 cleanup
  77. qmgr fifo n - n 300 1 qmgr
  78. tlsmgr unix - - - 1000? 1 tlsmgr
  79. rewrite unix - - - - - trivial-rewrite
  80. bounce unix - - - - 0 bounce
  81. defer unix - - - - 0 bounce
  82. trace unix - - - - 0 bounce
  83. verify unix - - - - 1 verify
  84. flush unix n - - 1000? 0 flush
  85. proxymap unix - - n - - proxymap
  86. proxywrite unix - - n - 1 proxymap
  87. smtp unix - - - - - smtp
  88. relay unix - - - - - smtp
  89. -o smtp_fallback_relay=
  90. showq unix n - - - - showq
  91. error unix - - - - - error
  92. retry unix - - - - - error
  93. discard unix - - - - - discard
  94. local unix - n n - - local
  95. virtual unix - n n - - virtual
  96. lmtp unix - - - - - lmtp
  97. anvil unix - - - - 1 anvil
  98. scache unix - - - - 1 scache
  99. maildrop unix - n n - - pipe
  100. flags=DRhu user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}
  101. uucp unix - n n - - pipe
  102. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  103. ifmail unix - n n - - pipe
  104. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  105. bsmtp unix - n n - - pipe
  106. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  107. scalemail-backend unix - n n - 2 pipe
  108. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  109. mailman unix - n n - - pipe
  110. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  111. ${nexthop} ${user}
  112. amavis unix - - - - 2 smtp
  113. -o smtp_data_done_timeout=1200
  114. -o smtp_send_xforward_command=yes
  115. 127.0.0.1:10025 inet n - - - - smtpd
  116. -o content_filter=
  117. -o local_recipient_maps=
  118. -o relay_recipient_maps=
  119. -o smtpd_restriction_classes=
  120. -o smtpd_client_restrictions=
  121. -o smtpd_helo_restrictions=
  122. -o smtpd_sender_restrictions=
  123. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  124. -o mynetworks=127.0.0.0/8
  125. -o strict_rfc821_envelopes=yes
  126. -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
  127. -o smtpd_bind_address=127.0.0.1
  128. spamassassin unix - n n - - pipe user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
  129.  
  130. -- end of postfinger output --
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. Jan 10 10:03:52 messagerie postfix/smtpd[11906]: warning: 10.10.10.1: hostname wsus.eprs.dz verification failed: Name or service not known
  138.  
  139. root@messagerie-prod[10.10.10.19] ~/SCRIPTS/MAIL # nslookup wsus.eprs.dz
  140. Server: 10.10.10.4
  141. Address: 10.10.10.4#53
  142.  
  143. Non-authoritative answer:
  144. Name: wsus.eprs.dz
  145. Address: 10.10.10.1
  146.  
  147. root@messagerie-prod[10.10.10.19] ~/SCRIPTS/MAIL #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement