mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
https://www.worlddesign.com/index.cfm/page/software/open-source/spampd.htm An SMTP / LMTP proxy that uses spamassassin to mark spam. Similar to amavisd-new, but lets spamassassin modify headers directly, and significantly simpler to use/configure.
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
user=spampd
|
|
group=spampd
|
|
|
|
#host=127.0.0.1
|
|
#port=10025
|
|
#sock=/run/spampd.sock # overrides host and port
|
|
#smod=660
|
|
|
|
#rhost=127.0.0.1
|
|
rport=10026
|
|
#rsock=/run/dovecot/lmtp # user:group must have r/w permissions
|
|
|
|
args="--dose" # add -d here if desired
|