Skip to content

Commit 39dc53c

Browse files
committed
rspamd added
1 parent d70cfc3 commit 39dc53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mailctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ case "${1:-}" in
254254

255255
version*) # Show versions
256256
printf "%-15s%s\n\n" "Mailserver:" "$(_getDMSVersion)"
257-
PACKAGES=("amavisd-new" "clamav" "dovecot-core" "fail2ban" "fetchmail" "getmail6" "opendkim" "opendmarc" "postfix" "spamassassin" "supervisor")
257+
PACKAGES=("amavisd-new" "clamav" "dovecot-core" "fail2ban" "fetchmail" "getmail6" "rspamd" "opendkim" "opendmarc" "postfix" "spamassassin" "supervisor")
258258
for i in "${PACKAGES[@]}"; do
259259
printf "%-15s" "$i:"
260260
_container bash -c "set -o pipefail; dpkg -s $i 2>/dev/null | grep ^Version | cut -d' ' -f2 || echo 'Package not installed.'"

0 commit comments

Comments
 (0)