SHARE
TWEET

Untitled

a guest May 28th, 2013 11 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. body_checks = regexp:/etc/postfix/body_checks
  4. bounce_queue_lifetime = 0
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. content_filter = smtp-amavis:[127.0.0.1]:10024
  8. daemon_directory = /usr/libexec/postfix
  9. default_process_limit = 200
  10. deliver_lock_attempts = 20
  11. deliver_lock_delay = 1s
  12. header_checks = regexp:/etc/postfix/header_checks
  13. inet_interfaces = all
  14. local_recipient_maps = $alias_maps, proxy:unix:passwd.byname
  15. mail_owner = postfix
  16. mailbox_command = /usr/bin/procmail
  17. mailbox_size_limit = 0
  18. mailq_path = /usr/bin/mailq
  19. manpage_directory = /usr/share/man
  20. max_use = 200
  21. message_size_limit = 40960000
  22. mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost
  23. mydomain = domain.cl
  24. myhostname = smtp.domain.cl
  25. mynetworks = 127.0.0.0/8, 192.1.3.0/24
  26. myorigin = $mydomain
  27. newaliases_path = /usr/bin/newaliases.postfix
  28. queue_directory = /var/spool/postfix
  29. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  30. recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
  31. relay_domains = domain.cl, domain.com.mx, domain.com
  32. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  33. sendmail_path = /usr/sbin/sendmail.postfix
  34. setgid_group = postdrop
  35. smtpd_client_connection_count_limit = 1000
  36. smtpd_recipient_restrictions = permit_sasl_authenticated,      
  37. check_client_access hash:/etc/postfix/access,  
  38. check_recipient_access hash:/etc/postfix/access,
  39. check_sender_access hash:/etc/postfix/restricted_senders,
  40. permit_mynetworks,
  41. reject_unauth_destination,
  42. reject_non_fqdn_recipient,
  43. reject_unknown_recipient_domain,
  44. reject_unverified_recipient,
  45. reject_unauth_destination,
  46. reject_rbl_client dnsbl.njabl.org,
  47. reject_rbl_client cbl.abuseat.org,
  48. reject_rbl_client bl.spamcop.net,
  49. reject_rbl_client cbl.abuseat.org,
  50. reject_rbl_client zen.spamhaus.org,    
  51. permit
  52. smtpd_restriction_classes = local_only
  53. smtpd_sasl_auth_enable = yes
  54. smtpd_sasl_path = private/auth
  55. smtpd_sasl_type = dovecot
  56. unknown_local_recipient_reject_code = 550
  57.  
  58. local_only =
  59.         check_recipient_access hash:/etc/postfix/local_domains
  60.         reject
  61.  
  62.  
  63. cat /etc/postfix/local_domains
  64. domain.cl       OK
  65. domain.com      OK
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top