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

Untitled

By: a guest on Nov 29th, 2011  |  syntax: None  |  size: 2.11 KB  |  views: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ###  postgrey starts:
  2. # from maillog
  3. #----------------------
  4. Nov 29 15:14:21 li205-170 postgrey[19701]: Process Backgrounded
  5. Nov 29 15:14:21 li205-170 postgrey[19701]: 2011/11/29-14:14:21 postgrey (type Net::Server::Multiplex) starting! pid(19701)
  6. Nov 29 15:14:21 li205-170 postgrey[19701]: Using default listen value of 128
  7. Nov 29 15:14:21 li205-170 postgrey[19701]: Binding to UNIX socket file /var/spool/postfix/postgrey/socket using SOCK_STREAM#012
  8. Nov 29 15:14:21 li205-170 postgrey[19701]: Setting gid to "91 91"
  9. Nov 29 15:14:21 li205-170 postgrey[19701]: Setting uid to "91"
  10. #----------------------
  11. #
  12.  
  13.  
  14. alias_database = hash:/etc/postfix/aliases
  15. alias_maps = hash:/etc/postfix/aliases
  16. command_directory = /usr/sbin
  17. config_directory = /etc/postfix
  18. daemon_directory = /usr/libexec/postfix
  19. data_directory = /var/lib/postfix
  20. debug_peer_level = 2
  21. html_directory = no
  22. inet_interfaces = all
  23. inet_protocols = all
  24. mail_owner = postfix
  25. mailq_path = /usr/bin/mailq.postfix
  26. manpage_directory = /usr/share/man
  27. mydestination = $myhostname, $mydomain, localhost, /etc/postfix/local-host-names
  28. mydomain = hackboy.com
  29. myhostname = clydefrog.hackboy.com
  30. mynetworks = 127.0.0.0/8
  31. myorigin = $mydomain
  32. newaliases_path = /usr/bin/newaliases.postfix
  33. queue_directory = /var/spool/postfix
  34. readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
  35. sample_directory = /usr/share/doc/postfix-2.6.6/samples
  36. sendmail_path = /usr/sbin/sendmail.postfix
  37. setgid_group = postdrop
  38. smtpd_recipient_restrictions = permit_sasl_authenticated,   permit_mynetworks,   check_relay_domains,   check_policy_service unix:postgrey/socket,   permit
  39. smtpd_sasl_auth_enable = yes
  40. smtpd_sasl_local_domain = $myhostname
  41. smtpd_sasl_security_options = noanonymous
  42. smtpd_tls_CAfile = /etc/pki/tls/certs/hackboy_ca.pem
  43. smtpd_tls_auth_only = yes
  44. smtpd_tls_cert_file = /etc/pki/tls/certs/hackboy_cert.pem
  45. smtpd_tls_key_file = /etc/pki/tls/private/hackboy_key.pem
  46. smtpd_tls_loglevel = 3
  47. smtpd_tls_received_header = yes
  48. smtpd_tls_session_cache_timeout = 3600s
  49. smtpd_use_tls = yes
  50. tls_random_source = dev:/dev/urandom
  51. unknown_local_recipient_reject_code = 550
  52.  
  53.  
clone this paste RAW Paste Data