SHARE
TWEET
Untitled
a guest
Feb 15th, 2016
47
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- queue_directory = /var/spool/postfix
- command_directory = /usr/sbin
- daemon_directory = /usr/libexec/postfix
- data_directory = /var/lib/postfix
- mail_owner = postfix
- myhostname = mail.mydomain.com
- #myhostname = virtual.domain.tld
- mydomain = mydomain.com
- #myorigin = $myhostname
- myorigin = $mydomain
- inet_interfaces = localhost, $myhostname
- # Enable IPv4, and IPv6 if supported
- inet_protocols = all
- mydestination = $myhostname, localhost.$mydomain, localhost
- unknown_local_recipient_reject_code = 550
- #EHLO REstrictions
- smtpd_delay_reject = yes
- smtpd_helo_required = yes
- #smtpd_helo_restrictions = permit_mynetworks, reject_invalid_helo_hostname, permit
- #[relay_host sendgrid] i use this to send emails through sendgrid
- smtpd_sasl_type=dovecot
- smtpd_sasl_path = private/auth
- smtp_sasl_auth_enable=yes
- smtpd_sasl_auth_enable=yes
- smtp_sasl_password_maps=static:sendgridusr:sendgridpass
- smtp_sasl_security_options=noanonymous
- smtp_tls_security_level=encrypt
- header_size_limit=4096000
- relayhost=[smtp.sendgrid.net]:587
- #alias_maps = dbm:/etc/aliases
- alias_maps = hash:/etc/aliases
- #alias_maps = hash:/etc/aliases, nis:mail.aliases
- #alias_maps = netinfo:/aliases
- # The alias_database parameter specifies the alias database(s) that
- # are built with "newaliases" or "sendmail -bi". This is a separate
- # configuration parameter, because alias_maps (see above) may specify
- # tables that are not necessarily all under control by Postfix.
- #
- #alias_database = dbm:/etc/aliases
- #alias_database = dbm:/etc/mail/aliases
- alias_database = hash:/etc/aliases
- #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
- #home_mailbox = Mailbox
- home_mailbox = Maildir/
- # DEBUGGING CONTROL
- #
- # The debug_peer_level parameter specifies the increment in verbose
- # logging level when an SMTP client or server host name or address
- # matches a pattern in the debug_peer_list parameter.
- #
- debug_peer_level = 2
- debugger_command =
- PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
- ddd $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.6.6/samples
- readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
- smtp_tls_CAfile = /etc/postfix/certs/gd_bundle-g2-g1.crt
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.

