Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Nov 6th, 2011  |  syntax: None  |  size: 6.39 KB  |  views: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [root@www etc]# /usr/sbin/postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. broken_sasl_auth_clients = yes
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. daemon_directory = /usr/libexec/postfix
  8. debug_peer_level = 2
  9. disable_vrfy_command = yes
  10. html_directory = no
  11. mailq_path = /usr/bin/mailq.postfix
  12. manpage_directory = /usr/share/man
  13. mydestination = $myhostname, localhost.$mydomain, localhost
  14. mydomain = os-velten.de
  15. myhostname = www.os-velten.de
  16. myorigin = $mydomain
  17. newaliases_path = /usr/bin/newaliases.postfix
  18. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  19. recipient_delimiter = +
  20. relay_domains = $mydestination
  21. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  22. sendmail_path = /usr/sbin/sendmail.postfix
  23. setgid_group = postdrop
  24. smtp_tls_loglevel = 1
  25. smtp_use_tls = yes
  26. smtpd_banner = $myhostname ESMTP $mail_name
  27. smtpd_sasl_auth_enable = yes
  28. smtpd_tls_CAfile = /etc/pki/postfix/certs/CAcert.pem
  29. smtpd_tls_cert_file = /etc/pki/postfix/certs/cert.pem
  30. smtpd_tls_key_file = /etc/pki/postfix/private/key.pem
  31. smtpd_tls_received_header = yes
  32. smtpd_use_tls = yes
  33. unknown_local_recipient_reject_code = 550
  34. virtual_alias_maps = ldap:/etc/postfix/ldapdistlist.cf
  35. virtual_mailbox_domains = os-velten.de, schueler.os-velten.de, extern.os-velten.de
  36. virtual_mailbox_maps = ldap:/etc/postfix/ldapvirtual.cf
  37. virtual_transport = lmtp:127.0.0.1:2003
  38. [root@www etc]#
  39.  
  40.  
  41. ---cut---
  42. [root@www etc]# cat postfix/master.cf
  43. #
  44. # Postfix master process configuration file.  For details on the format
  45. # of the file, see the master(5) manual page (command: "man 5 master").
  46. #
  47. # ==========================================================================
  48. # service type  private unpriv  chroot  wakeup  maxproc command + args
  49. #               (yes)   (yes)   (yes)   (never) (100)
  50. # ==========================================================================
  51. smtp      inet  n       -       n       -       -       smtpd
  52.         -o smtpd_proxy_filter=127.0.0.1:10024
  53.         -o content_filter=
  54.  
  55. 127.0.0.1:10025 inet    n       -       n       -       -       smtpd
  56.         -o content_filter=
  57.         -o smtpd_proxy_filter=
  58.         -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  59.         -o smtpd_client_restrictions=
  60.         -o smtpd_helo_restrictions=
  61.         -o smtpd_sender_restrictions=
  62.         -o smtpd_recipient_restrictions=permit_mynetworks,reject
  63.         -o smtpd_data_restrictions=
  64.         -o mynetworks=0.0.0.0/32,127.0.0.0/8,192.168.0.0/24
  65.         -o recesive_override_options=no_unknown_recipient_checks
  66.  
  67. pickup    fifo  n       -       n       60      1       pickup
  68.         -o content_filter=smtp:[127.0.0.1]:10024
  69.  
  70. #submission inet n       -       n       -       -       smtpd
  71. #  -o smtpd_enforce_tls=yes
  72. #  -o smtpd_sasl_auth_enable=yes
  73. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  74. smtps     inet  n       -       n       -       -       smtpd
  75.   -o smtpd_tls_wrappermode=yes
  76.   -o smtpd_sasl_auth_enable=yes
  77.   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  78.   -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
  79.   -o smtpd_help_required=yes
  80. #628      inet  n       -       n       -       -       qmqpd
  81. #pickup    fifo  n       -       n       60      1       pickup
  82. cleanup   unix  n       -       n       -       0       cleanup
  83. qmgr      fifo  n       -       n       300     1       qmgr
  84. #qmgr     fifo  n       -       n       300     1       oqmgr
  85. tlsmgr    unix  -       -       n       1000?   1       tlsmgr
  86. rewrite   unix  -       -       n       -       -       trivial-rewrite
  87. bounce    unix  -       -       n       -       0       bounce
  88. defer     unix  -       -       n       -       0       bounce
  89. trace     unix  -       -       n       -       0       bounce
  90. verify    unix  -       -       n       -       1       verify
  91. flush     unix  n       -       n       1000?   0       flush
  92. proxymap  unix  -       -       n       -       -       proxymap
  93. smtp      unix  -       -       n       -       -       smtp
  94. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  95. relay     unix  -       -       n       -       -       smtp
  96.         -o fallback_relay=
  97. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  98. showq     unix  n       -       n       -       -       showq
  99. error     unix  -       -       n       -       -       error
  100. discard   unix  -       -       n       -       -       discard
  101. local     unix  -       n       n       -       -       local
  102. virtual   unix  -       n       n       -       -       virtual
  103. lmtp      unix  -       -       n       -       -       lmtp
  104. anvil     unix  -       -       n       -       1       anvil
  105. scache    unix  -       -       n       -       1       scache
  106. #
  107. # ====================================================================
  108. # Interfaces to non-Postfix software. Be sure to examine the manual
  109. # pages of the non-Postfix software to find out what options it wants.
  110. #
  111. # Many of the following services use the Postfix pipe(8) delivery
  112. # agent.  See the pipe(8) man page for information about ${recipient}
  113. # and other message envelope options.
  114. # ====================================================================
  115. #
  116. # maildrop. See the Postfix MAILDROP_README file for details.
  117. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  118. #
  119. maildrop  unix  -       n       n       -       -       pipe
  120.   flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  121. #
  122. # The Cyrus deliver program has changed incompatibly, multiple times.
  123. #
  124. old-cyrus unix  -       n       n       -       -       pipe
  125.   flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
  126. # Cyrus 2.1.5 (Amos Gouaux)
  127. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  128. cyrus     unix  -       n       n       -       -       pipe
  129.   user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
  130. #
  131. # See the Postfix UUCP_README file for configuration details.
  132. #
  133. uucp      unix  -       n       n       -       -       pipe
  134.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  135. #
  136. # Other external delivery methods.
  137. #
  138. ifmail    unix  -       n       n       -       -       pipe
  139.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  140. bsmtp     unix  -       n       n       -       -       pipe
  141.   flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  142. ---cut---
  143.  
  144.  
  145.  
clone this paste RAW Paste Data