refactor(postfix): remove unused "filter" lmtp service#1022
Merged
Conversation
It looks like the reason it exists in the default configuration is an example for <https://www.postfix.org/FILTER_README.html> Using this filter requires configuration such as "-o content_filter=filter:dummy" and we don't have it.
Contributor
Author
|
Looks like if CI passes then it should be ok, but maybe someone wants to double-check that it is really not used. The reason i looked at this: i was checking where do LMTP filters apply for #1005 |
missytake
approved these changes
Jul 22, 2026
missytake
left a comment
Contributor
There was a problem hiding this comment.
The process doesn't seem to be running on nine, probably because nothing calls it:
nine ~ # ps aux | grep filter | grep -v smtpd_proxy_filter | grep -v lmtp-filtermail
vmail 368216 0.5 0.5 1028460 373564 ? Ssl Jul02 167:10 /usr/local/bin/filtermail /usr/local/lib/chatmaild/chatmail.ini outgoing
vmail 368321 0.1 0.5 950328 352160 ? Ssl Jul02 54:41 /usr/local/bin/filtermail /usr/local/lib/chatmaild/chatmail.ini transport
root 1197503 0.0 0.0 6340 2208 pts/0 S+ 22:26 0:00 grep --color=auto filter
vmail 4028937 0.0 0.1 993264 98748 ? Ssl Jul06 20:59 /usr/local/bin/filtermail /usr/local/lib/chatmaild/chatmail.ini incoming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It looks like the reason it exists in the default configuration is an example for https://www.postfix.org/FILTER_README.html Using this filter requires configuration such as
"-o content_filter=filter:dummy" and we don't have it.