File "main.ssl.cf"

Full path: /www/wwwroot/fabriciovc.eti.br/downloads/scripts/html_php/scripts/postfix/main.ssl.cf
File size: 2.43 KiB (2491 bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Back

# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = no

# TLS parameters
#smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
#smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_cert_file = /etc/postfix/mail.dominio.com.br.pem
smtpd_tls_key_file = /etc/postfix/mail.dominio.com.br.pem
smtpd_tls_CAfile = /etc/postfix/mail.dominio.com.br.pem
smtpd_use_tls=yes
smtpd_tls_loglevel = 1
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases

myhostname = mail.dominio.com.br
mydomain = dominio.com.br
myorigin = $myhostname
mydestination = $myhostname, $mydomain, localhost
relayhost = 
#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mynetworks = 127.0.0.0/8, 72.233.116.80/29
relay_domains = $mydestination

home_mailbox = Maildir/
#mail_spool_directory = /var/mail

#mailbox_command = procmail -a "$EXTENSION"
mailbox_command = /usr/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir/
mailbox_size_limit = 0
message_size_limit = 10240000
recipient_delimiter = +

mynetworks_style = subnet
inet_interfaces = all

default_transport = smtp

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain = $mydomain
#smtpd_tls_auth_only = no
#smtpd_sasl_application_name = smtpd

#Limitar a quantidade de CC
#smtpd_recipient_limit = 30

#Gerenciamento de tempo de fila
#queue_run_delay = 150s
#minimal_backoff_time = 150s
#maximal_backoff_time = 150s
bounce_queue_lifetime = 300s
maximal_queue_lifetime = 300s

smtpd_recipient_restrictions =
	permit_mynetworks,
	permit_sasl_authenticated,
	#reject_non_fqdn_sender,
	#reject_non_fqdn_recipient,
	reject_unauth_destination
	#reject_unauth_pipelining,
	#reject

PHP File Manager