Advertisement
diabliyo

main.cf 4 mayo 2011

May 4th, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. queue_directory = /var/spool/postfix
  2. command_directory = /usr/sbin
  3. daemon_directory = /usr/libexec/postfix
  4. mail_owner = postfix
  5. inet_interfaces = all
  6. mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost, /etc/postfix/mis_dominios.cf
  7. unknown_local_recipient_reject_code = 550
  8. alias_maps = hash:/etc/aliases
  9. alias_database = hash:/etc/aliases
  10. smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
  11. debug_peer_level = 2
  12. debugger_command =
  13. PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  14. xxgdb $daemon_directory/$process_name $process_id & sleep 5
  15. sendmail_path = /usr/sbin/sendmail.postfix
  16. newaliases_path = /usr/bin/newaliases.postfix
  17. mailq_path = /usr/bin/mailq.postfix
  18. setgid_group = postdrop
  19. html_directory = no
  20. manpage_directory = /usr/share/man
  21. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  22. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  23. smtpd_sasl_path = /etc/postfix/sasl:/usr/lib64/sasl2
  24. smtpd_sasl_local_domain = $myhostname
  25. smtpd_sasl_auth_enable = yes
  26. smtpd_sasl_security_options = noanonymous
  27. broken_sasl_auth_clients = yes
  28. smtpd_sasl_authenticated_header = yes
  29. smtp_sasl_security_options = noanonymous
  30. smtp_sasl_tls_security_options = noanonymous
  31. mynetworks = 127.0.0.0/8
  32. smtpd_tls_auth_only = no
  33. smtp_use_tls = yes
  34. smtpd_use_tls = yes
  35. smtpd_tls_auth_only = yes
  36. smtp_tls_note_starttls_offer = yes
  37. smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
  38. smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
  39. smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
  40. smtpd_tls_loglevel = 1
  41. smtpd_tls_received_header = yes
  42. tls_random_source = dev:/dev/urandom
  43. smtpd_tls_security_level = may
  44. smtpd_helo_required = yes
  45. strict_rfc821_envelopes = yes
  46. smtpd_error_sleep_time = 0
  47. smtp_connect_timeout = 0
  48. myhostname = server.crver.net
  49. mydomain = crver.net
  50. myorigin = $mydomain
  51. home_mailbox = Maildir/
  52. mailbox_command =
  53. smtpd_milters = inet:localhost:20209 inet:localhost:20210
  54. non_smtpd_milters = inet:localhost:20209 inet:localhost:20210
  55. milter_protocol = 2
  56. milter_default_action = accept
  57. virtual_alias_maps= hash:/etc/postfix/virtual
  58. masquerade_domains = $mydomain
  59. canonical_maps = hash:/etc/postfix/canonical
  60. sender_canonical_maps = hash:/etc/postfix/canonical_sender
  61. recipient_canonical_maps = hash:/etc/postfix/canonical_recipient
  62. transport_maps = hash:/etc/postfix/transport
  63. smtp_generic_maps = hash:/etc/postfix/generic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement