move mail from rx300 to carlene
This commit is contained in:
parent
97afd6c522
commit
dd8fd452eb
3 changed files with 76 additions and 70 deletions
|
@ -4,6 +4,8 @@ groups = [
|
|||
"webserver",
|
||||
]
|
||||
bundles = [
|
||||
"check-mail-received",
|
||||
"dovecot",
|
||||
"element-web",
|
||||
"forgejo",
|
||||
"matrix-media-repo",
|
||||
|
@ -14,10 +16,12 @@ bundles = [
|
|||
"netbox",
|
||||
"nodejs",
|
||||
"ntfy",
|
||||
"redis",
|
||||
"smartd",
|
||||
"check-mail-received",
|
||||
"php",
|
||||
"postfixadmin",
|
||||
"postgresql",
|
||||
"redis",
|
||||
"rspamd",
|
||||
"smartd",
|
||||
"travelynx",
|
||||
"weechat",
|
||||
"zfs",
|
||||
|
@ -110,10 +114,13 @@ domain = "netbox.franzi.business"
|
|||
version = "v3.5.8"
|
||||
admins.kunsi = "hostmaster@kunbox.net"
|
||||
|
||||
[metadata.nginx.'security.txt']
|
||||
contact = "mailto:security@kunsmann.eu"
|
||||
Encryption = "https://franzi.business/gpg_hi-kunsmann.eu.asc"
|
||||
|
||||
[metadata.nginx.vhosts.'gaenseblum.eu'.webroot_config]
|
||||
owner = "skye"
|
||||
|
||||
|
||||
[metadata.ntfy]
|
||||
domain = "ntfy.franzi.business"
|
||||
ratelimit-exempt-hosts = [
|
||||
|
@ -122,9 +129,71 @@ ratelimit-exempt-hosts = [
|
|||
"rx300",
|
||||
]
|
||||
|
||||
[metadata.php]
|
||||
version = "8.2"
|
||||
packages = [
|
||||
'gd',
|
||||
'imagick',
|
||||
'imap',
|
||||
'intl',
|
||||
'mbstring',
|
||||
'opcache',
|
||||
'pgsql',
|
||||
'readline',
|
||||
'xml',
|
||||
'yaml',
|
||||
]
|
||||
|
||||
[metadata.postfix]
|
||||
message_size_limit_mb = 100
|
||||
myhostname = "mail.franzi.business"
|
||||
mynetworks = ["gce", "ovh"]
|
||||
|
||||
[metadata.postfixadmin]
|
||||
domain = "postfixadmin.franzi.business"
|
||||
setup_password = "!decrypt:encrypt$gAAAAABgnNGpAqUs--qBXII9ZPcHtxaELy9e2Dx9O44n4l0O4nMHPoIyaPW5HkvpQ2zWTlh5OfjjOgunRtE_voJuY0Kdtji37ixAnuL9ErOJ0LDY5QfMkNPUgPs5alwz1baqYq6rqJ7NDmB0gHraY46v5eG79R2EyQ=="
|
||||
version = "3.3.13"
|
||||
|
||||
[metadata.postgresql]
|
||||
version = 15
|
||||
|
||||
[metadata.rspamd]
|
||||
ignore_spam_check_for_ips = [
|
||||
# entropia
|
||||
'45.140.180.32/27', # Entropia e. V.
|
||||
'45.140.180.112/28', # MicroPOC
|
||||
'2a0e:c5c0:0:201::/64', # Entropia e. V.
|
||||
'2a0e:c5c0:0:307::/64', # MicroPOC
|
||||
|
||||
# c3kl
|
||||
'116.202.19.236',
|
||||
'2a01:4f8:1c17:cc52::/64',
|
||||
|
||||
# ccc
|
||||
'212.12.55.65',
|
||||
'212.12.55.67',
|
||||
'2a00:14b0:4200:3000:23:55:0:65',
|
||||
|
||||
# IN-Berlin mailman
|
||||
'130.133.8.35',
|
||||
'192.109.42.28',
|
||||
'192.109.42.122',
|
||||
'193.29.188.9',
|
||||
'217.197.80.23',
|
||||
'217.197.80.134',
|
||||
'2001:bf0:c000:a::2:134',
|
||||
|
||||
# c3voc
|
||||
'185.106.84.32/26',
|
||||
'2001:67c:20a0:e::/64',
|
||||
|
||||
# DENOG
|
||||
'195.20.121.100',
|
||||
'2001:1440:201:101::5',
|
||||
]
|
||||
password = "!bwpass:bw/rx300/rspamd"
|
||||
dkim = "uO4aNejDvVdw8BKne3KJIqAvCQMJ0416"
|
||||
|
||||
[metadata.smartd]
|
||||
disks = [
|
||||
"/dev/nvme0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue