Debianization fix#135
Open
vitalyisaev2 wants to merge 48 commits into
Open
Conversation
Contributor
|
Rather leave changelog untouched so as not to break search/replace in build scripts: https://github.com/vstakhov/rspamd-build-scripts/blob/master/rspamd_build.sh#L516-L517 |
Contributor
Author
|
@fatalbanana Sorry, cannot leave |
Issue: vstakhov#134 Reported by: @moisseev
Issue: vstakhov#137 Reported by: @bax-
Partial rework of configuration file
…ation [Rework] Remove systemd socket activation
* [Feature] Allow to disable greylisting and ratelimit globally * [Feature] Optimize sending data to rspamd * [Fix] Avoid using of LTS as it seems to be broken on FreeBSD * [Fix] Fix detection of sendfile on FreeBSD * [Fix] Fix probability setup * [Fix] Fix sdsnewlen usage * [Fix] Fix usage of magic constants * [Rework] Remove systemd socket activation Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Default value for spamd_greylist is 'yes' and config parser code set it only to yes. 'spamd_greylist = no' haven't worked.
[Fix] Fix adding headers from rspamd
Config file processing fixes/impruvements
Issue: vstakhov#140 Reported by: @moisseev
[Minor] Update configuration file
Issue: vstakhov#152 Reported by: @rpv-tomsk
[Minor] Read /etc/default/rmilter in Debian init script
* [Feature] Allow adding/overriding options for rmilter * [Feature] Allow to disable dkim signing completely * [Fix] Allow empty sections in the config * [Fix] Do not fold dkim signature received from Rspamd * [Fix] Fix adding headers from rspamd * [Fix] Fix adding of IP addresses to the lists * [Fix] Treat connections from unix socket as local connections * [Fix] Unbroke 'spamd_greylist = no' config option * [Rework] Process all flag config file options in same way * [Rework] Remove old and deprecated rules * [Rework] Use lc-btrie code for radix trie Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
debian also fix postfix conf, so more needs help on postfix maillists to solve it, sadly debian people/ubuntu friends dont learn much on it real fix is to patch local on ubuntu, not break it on github with conflicts |
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.
Hello, please consider this PR that fixes build on Ubuntu 14.10,