- ### postgrey starts:
- # from maillog
- #----------------------
- Nov 29 15:14:21 li205-170 postgrey[19701]: Process Backgrounded
- Nov 29 15:14:21 li205-170 postgrey[19701]: 2011/11/29-14:14:21 postgrey (type Net::Server::Multiplex) starting! pid(19701)
- Nov 29 15:14:21 li205-170 postgrey[19701]: Using default listen value of 128
- Nov 29 15:14:21 li205-170 postgrey[19701]: Binding to UNIX socket file /var/spool/postfix/postgrey/socket using SOCK_STREAM#012
- Nov 29 15:14:21 li205-170 postgrey[19701]: Setting gid to "91 91"
- Nov 29 15:14:21 li205-170 postgrey[19701]: Setting uid to "91"
- #----------------------
- #
- alias_database = hash:/etc/postfix/aliases
- alias_maps = hash:/etc/postfix/aliases
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = /usr/libexec/postfix
- data_directory = /var/lib/postfix
- debug_peer_level = 2
- html_directory = no
- inet_interfaces = all
- inet_protocols = all
- mail_owner = postfix
- mailq_path = /usr/bin/mailq.postfix
- manpage_directory = /usr/share/man
- mydestination = $myhostname, $mydomain, localhost, /etc/postfix/local-host-names
- mydomain = hackboy.com
- myhostname = clydefrog.hackboy.com
- mynetworks = 127.0.0.0/8
- myorigin = $mydomain
- newaliases_path = /usr/bin/newaliases.postfix
- queue_directory = /var/spool/postfix
- readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
- sample_directory = /usr/share/doc/postfix-2.6.6/samples
- sendmail_path = /usr/sbin/sendmail.postfix
- setgid_group = postdrop
- smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains, check_policy_service unix:postgrey/socket, permit
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_local_domain = $myhostname
- smtpd_sasl_security_options = noanonymous
- smtpd_tls_CAfile = /etc/pki/tls/certs/hackboy_ca.pem
- smtpd_tls_auth_only = yes
- smtpd_tls_cert_file = /etc/pki/tls/certs/hackboy_cert.pem
- smtpd_tls_key_file = /etc/pki/tls/private/hackboy_key.pem
- smtpd_tls_loglevel = 3
- smtpd_tls_received_header = yes
- smtpd_tls_session_cache_timeout = 3600s
- smtpd_use_tls = yes
- tls_random_source = dev:/dev/urandom
- unknown_local_recipient_reject_code = 550