initial release

This commit is contained in:
2025-11-05 16:49:06 +02:00
parent c641c468c6
commit 88a828a3ee
13 changed files with 1110 additions and 41 deletions

View File

@@ -0,0 +1 @@
private

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
service

View File

@@ -0,0 +1,4 @@
# Enable Rspamd milter
non_smtpd_milters = inet:localhost:11332
milter_default_action = accept
milter_protocol = 6

View File

@@ -0,0 +1,2 @@
# Redis connection for statistics and caching
servers = "127.0.0.1:6379";

View File

@@ -0,0 +1,2 @@
# Replace with your generated password
password = "$2$jbpc8abs4im4yo5dfffjrsxfhmgqc7og$pnquipu5dsq1joa9yft8nytfrokzijfzbk883iy6ed6n4oh7namb";

View File

@@ -0,0 +1,7 @@
# Enable milter mode for Postfix integration
milter = yes;
timeout = 120s;
upstream "local" {
default = yes;
self_scan = yes; # Scan messages directly
}