- alias_maps = hash:/etc/mail/aliases
- broken_sasl_auth_clients = yes
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = //usr/lib/postfix
- data_directory = /var/lib/postfix
- home_mailbox = Maildir/
- html_directory = /usr/share/doc/postfix-2.6.5/html
- mail_owner = postfix
- mail_spool_directory = /var/spool/mail
- mailbox_command = /usr/bin/procmail
- mailq_path = /usr/bin/mailq
- manpage_directory = /usr/share/man
- mydestination = $mydomain, $myhostname, localhost.$mydomain, localhost, $myhostname.$mydomain
- mydomain = powercoreeng.com
- myhostname = server
- mynetworks = 192.168.15.0/24 127.0.0.0/8
- myorigin = $mydomain
- newaliases_path = /usr/bin/newaliases
- notify_classes = resource, software, protocol
- queue_directory = /var/spool/postfix
- readme_directory = /usr/share/doc/postfix-2.6.5/readme
- relayhost = [smtp.webfaction.com]:587
- sample_directory = /etc/postfix
- sendmail_path = /usr/sbin/sendmail
- setgid_group = postdrop
- smtp_sasl_auth_enable = yes
- smtp_sasl_password_maps = hash:/etc/postfix/saslpass
- smtp_sasl_security_options = noanonymous
- smtp_tls_note_starttls_offer = yes
- smtp_use_tls = yes
- smtpd_client_restrictions = warn_if_reject check_client_access hash:/etc/postfix/client_access
- smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_client_access hash:/etc/postfix/rbl_client_exceptions, check_sender_access hash:/etc/postfix/rhsbl_sender_exceptions, reject_unauth_destination, reject_rbl_client list.dsbl.org, reject_rbl_client sbl-xbl.spamhaus.org reject_rhsbl_sender dsn.rfc-ignorant.org
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_security_options = noanonymous
- smtpd_tls_CAfile = /etc/postfix/cacert.pem
- smtpd_tls_ask_ccert = yes
- smtpd_tls_cert_file = /etc/postfix/newcert.pem
- smtpd_tls_key_file = /etc/postfix/newkey.pem
- smtpd_tls_loglevel = 2
- smtpd_tls_received_header = yes
- smtpd_tls_req_ccert = no
- smtpd_tls_session_cache_timeout = 3600s
- smtpd_use_tls = yes
- tls_random_source = dev:/dev/urandom
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.


