Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- postconf -n
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- broken_sasl_auth_clients = yes
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = /usr/libexec/postfix
- data_directory = /var/lib/postfix
- debug_peer_level = 2
- home_mailbox = ~/Maildir/
- html_directory = no
- inet_interfaces = all
- inet_protocols = all
- mail_owner = postfix
- mail_spool_directory = /var/spool/mail
- mailbox_command = /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
- mailq_path = /usr/bin/mailq.postfix
- masquerade_domains = ddmc-mail-1.rdlab.dv
- mydestination = $myhostname, localhost.$mydomain, localhost
- mydomain = $myhostname
- myhostname = dmc-mail-1.rdlab.dv
- mynetworks = 127.0.0.0/8, 172.30.39.0/24
- myorigin = $myhostname
- newaliases_path = /usr/bin/newaliases.postfix
- queue_directory = /var/spool/postfix
- sendmail_path = /usr/sbin/sendmail.postfix
- setgid_group = postdrop
- smtpd_banner = $myhostname ESMTP $mail_name
- smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_local_domain =
- smtpd_sasl_path = private/auth
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_type = dovecot
- smtpd_starttls_timeout = 300s
- smtpd_tls_auth_only = no
- smtpd_tls_cert_file = /etc/postfix/keys/postfix_cert.pem
- smtpd_tls_key_file = /etc/postfix/keys/postfix_key.pem
- smtpd_tls_loglevel = 0
- smtpd_tls_received_header = yes
- smtpd_tls_security_level = may
- smtpd_tls_security_level = may
- unknown_local_recipient_reject_code = 550
Advertisement
Add Comment
Please, Sign In to add comment