Advertisement
diabliyo

main.cf 19 abril 2011

Apr 19th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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. smtpd_tls_session_cache_timeout = 3600s
  43. tls_random_source = dev:/dev/urandom
  44. smtpd_tls_security_level = may
  45. smtpd_helo_required = yes
  46. strict_rfc821_envelopes = yes
  47. smtpd_recipient_restrictions = reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client cbl.abuseat.org
  48. myhostname = server.miservidor.com
  49. mydomain = miservidor.com
  50. myorigin = $mydomain
  51. home_mailbox = Maildir/
  52. mailbox_command =
  53. smtpd_milters = inet:localhost:20209
  54. non_smtpd_milters = inet:localhost:20209
  55. milter_protocol = 2
  56. milter_default_action = accept
  57. mailbox_size_limit = 1048576
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement