SHARE
TWEET
Untitled
a guest
Feb 28th, 2017
77
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # grep -v '^#' /etc/postfix/main.cf | grep -v ^$
- smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/bad_recipients
- queue_directory = /var/spool/postfix
- command_directory = /usr/sbin
- daemon_directory = /usr/libexec/postfix
- mail_owner = postfix
- sender_canonical_maps = hash:/etc/postfix/canonical
- inet_interfaces = all
- mydestination = $myhostname, localhost.$mydomain, localhost
- smtp_generic_maps = hash:/etc/postfix/generic
- unknown_local_recipient_reject_code = 550
- smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/bad_recipients.db
- mynetworks = 10.42.16.0/21, 10.28.43.0/24, 168.100.189.0/28, 127.0.0.0/8
- relayhost = 10.30.1.58:2525
- masquerade_domains = sks06crap014.ks.rt.ru crm_info
- alias_maps = hash:/etc/aliases
- alias_database = hash:/etc/aliases
- header_checks = regexp:/etc/postfix/mycustomheaders
- smtpd_banner = $myhostname ESMTP $mail_name
- debugger_command =
- PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
- xxgdb $daemon_directory/$process_name $process_id & sleep 5
- sendmail_path = /usr/sbin/sendmail.postfix
- newaliases_path = /usr/bin/newaliases.postfix
- mailq_path = /usr/bin/mailq.postfix
- setgid_group = postdrop
- html_directory = no
- manpage_directory = /usr/share/man
- sample_directory = /usr/share/doc/postfix-2.3.3/samples
- readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
- smtpd_banner = $myhostname - private smtp
- smtpd_client_restrictions = permit_mynetworks, reject
- smtpd_helo_required = yes
- smtpd_helo_restrictions =
- smtpd_recipient_restrictions =
- smtpd_sender_restrictions =
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.

