All pastes #2124107 Raw Edit

Stuff

public text v1 · immutable
#2124107 ·published 2012-03-04 21:53 UTC
rendered paste body


smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
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

myhostname = nooby.nooskewl.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = gamblin.ca, nooskewl.com, miskellaneous.com, studio-dereka.com, monster-rpg.com, ashes-fall.com, localhost
relayhost = 
mynetworks = 
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
smtpd_sasl_application_name = smtp
smtpd_sasl_local_domain = nooskewl.com
#smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
relay_domains = 
smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/filtered_domains,permit_sasl_authenticated,permit_auth_destination,reject_unauth_destination
#smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
#tmg
message_size_limit = 100000000
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
#smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/privatekey.pem
smtpd_tls_cert_file = /etc/postfix/server.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtpd_tls_security_level = may