aports/config/postfix/main.cf

76 lines
2.4 KiB
CFEngine3
Raw Normal View History

compatibility_level = 3.6
2021-01-05 04:21:09 +00:00
# General
smtpd_banner = $myhostname ESMTP RedXen Mail. DO NOT MESS WITH US OR WE WILL CUT YOUR BALLS OFF!
mail_name = RedXen Mail Postfix
2021-01-05 04:21:09 +00:00
inet_interfaces = all
inet_protocols = all
myorigin = redxen.eu
2021-01-05 04:21:09 +00:00
myhostname = mail.$myorigin
mydomain = $myorigin
mydestination = $myorigin
2021-01-13 20:09:47 +00:00
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 [0200::]/7
2021-01-05 04:21:09 +00:00
relayhost =
relay_domains = $mydestination
local_transport = local
alias_maps = proxy:pgsql:/etc/redxen/postfix/pgsql-aliases.cf
smtpd_sender_login_maps = proxy:pgsql:/etc/redxen/postfix/pgsql-users.cf
local_recipient_maps = $smtpd_sender_login_maps $alias_maps
2021-01-05 04:21:09 +00:00
biff = no
append_dot_mydomain = no
delay_warning_time = 1h
readme_directory = no
mailbox_size_limit = 0
recipient_delimiter = +
notify_classes = resource, software, bounce
smtpd_helo_required = yes
smtpd_delay_reject = yes
2021-01-05 04:21:09 +00:00
# SMTP TLS
smtp_tls_CApath = /etc/ssl/certs
smtp_tls_security_level = may
2021-02-19 15:03:17 +00:00
smtp_tls_note_starttls_offer = yes
2021-01-05 04:21:09 +00:00
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/redxen/letsencrypt/chain.crt
smtpd_tls_key_file = /etc/redxen/letsencrypt/private.key
smtpd_tls_security_level = may
smtpd_tls_protocols = !SSLv2, !SSLv3
2021-01-05 04:21:09 +00:00
# Restrictions
smtpd_sender_restrictions = permit_sasl_authenticated,
check_sender_access inline:{{$myorigin=553 not logged in}},
reject_unknown_sender_domain
2021-01-05 04:21:09 +00:00
smtpd_relay_restrictions = permit_sasl_authenticated,
reject_unauth_destination
smtpd_recipient_restrictions = permit_sasl_authenticated,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
reject_unknown_reverse_client_hostname,
reject_unverified_recipient
2021-02-19 13:25:14 +00:00
smtpd_data_restrictions = reject_unauth_pipelining
2021-02-28 19:39:57 +00:00
smtpd_helo_restrictions = reject_invalid_helo_hostname
2021-01-05 04:21:09 +00:00
# Dovecot auth
2021-02-19 15:03:17 +00:00
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = /run/dovecot/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myorigin
2021-01-05 04:21:09 +00:00
# Dovecot LMTP
mailbox_transport = lmtp:unix:/run/dovecot/lmtp
# OpenDKIM & RSpamD
2021-01-10 22:02:37 +00:00
milter_protocol = 6
2021-01-13 15:21:08 +00:00
milter_default_action = tempfail
2021-01-10 22:02:37 +00:00
internal_mail_filter_classes = bounce, notify
2021-01-13 15:21:08 +00:00
non_smtpd_milters = inet:rspamd.routinginfo.internal:7510
smtpd_milters = inet:opendkim.routinginfo.internal:7514 $non_smtpd_milters