## General Postfix configuration
# should be the default domain from your provider eg. "server100.provider.tld"
mydomain = host.example.com
# should be different from $mydomain eg. "mail.$mydomain"
myhostname = host.example.com
mydestination = $myhostname,
$mydomain,
localhost.$myhostname,
localhost.$mydomain,
localhost
mynetworks = 127.0.0.0/8
inet_interfaces = all
append_dot_mydomain = no
biff = no
# Postfix performance settings
default_destination_concurrency_limit = 20
local_destination_concurrency_limit = 2
# SMTPD Settings
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtp