Tobi wrote: ↑Fri 13. Oct 2023, 12:15
Wenn wir jetzt noch wissen dürfen WIE man es einzeln aktiviert ist alles komplett
Ja na klar.
Hätte ich auch gleich dazu schreiben können...
Mir ist aufgefallen, das im Keyhelp selber nicht alle Jails als aktiv angezeigt werden, von denen ich hoffte/dachte das sie aktiviert wären:

- F2B_before.png (18.75 KiB) Viewed 1500 times
Also habe ich in der Jail config die Werte noch etwas angepasst und zu jedem den befehl "enabled = True" hinzugefügt und so werden nun alle aktuell gewünschten Jails als aktiv angezeigt im Keyhelp:

- F2B_after.png (18.61 KiB) Viewed 1500 times
---------------------------------------------------------------------------------------------
So sehen meine Jail configs aus:
[postfix]
enabled = true
mode = more
port = smtp,465,submission
maxretry = 1
findtime = 60m
bantime = 8w
logpath = %(postfix_log)s
backend = %(postfix_backend)s
[postfix-rbl]
enabled = true
filter = postfix[mode=rbl]
port = smtp,465,submission
logpath = %(postfix_log)s
backend = %(postfix_backend)s
maxretry = 1
bantime = 8w
findtime = 60m
[postfix-sasl]
enabled = true
filter = postfix[mode=auth]
port = smtp,465,submission,imap,imaps,pop3,pop3s
# You might consider monitoring /var/log/mail.warn instead if you are
# running postfix since it would provide the same log lines at the
# "warn" level but overall at the smaller filesize.
logpath = %(postfix_log)s
backend = %(postfix_backend)s
maxretry = 1
bantime = 8w
findtime = 60m
Schönes Wochenende,
Luuk