mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #35] Hook to scan with rspamd or similar via HTTP #11
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikeburgh on GitHub (May 15, 2021).
Original GitHub issue: https://github.com/decke/smtprelay/issues/35
Hi,
Any interest in a PR to allow a scan of the email via a HTTP post to an external agent ?
I have been looking for a while for a simple relay smtp that has the ability to virus scan/spam filter the emails before relaying (not accepting to a local queue and then forwarding). Currently using haraka, but this feels like a cleaner, less complex solution so might have a go at adding it in as a config option
@decke commented on GitHub (May 15, 2021):
Yeah, definitely interested in that.
A question was raised some time ago if smtprelay could also handle incoming emails from the internet and forward to a single address. The main concern was that there is no spam filtering right now and rspamd looks like a decent solution for that.
@mikeburgh commented on GitHub (May 23, 2021):
Sorry about not getting back to you.. ended up getting what I needed working in postfix, so for now sticking with that.