Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spamd - remove unused broken XMLRPC sync code | doktornotor | 2015-11-01 | 1 | -43/+0 |
| | |||||
* | Fix input error message | doktornotor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Add input validation; whitespace fixes | doktornotor | 2015-10-02 | 1 | -4/+58 |
| | |||||
* | Make stopping services silent on console | doktornotor | 2015-10-02 | 1 | -3/+3 |
| | |||||
* | Fix /var/db/spamd permissions | doktornotor | 2015-10-02 | 1 | -0/+1 |
| | |||||
* | Fix the spamd-setup cronjob options as well | doktornotor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | spamd - multiple fixes | doktornotor | 2015-10-02 | 1 | -23/+84 |
| | | | | | | - fix insane pflogd logging (this package needs the pflogX interface, not pflogd daemon) - fix blacklisting-only mode for spamd-setup - fix rcfile - add enable/disable feature to the package | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -17/+6 |
| | | | - Fix input validation for NextMTA and require IPv4, no aliases allowed since it was producing broken firewall rules and is generally pointless for a single IP. | ||||
* | spamd - code style cleanup and multiple fixes | doktornotor | 2015-09-04 | 1 | -118/+93 |
| | | | | | | | | - Code style and indentation fixes - Use install_cron_job() instead of re-implementing it - Use restart_service() - Clean up user/groups after itself on uninstall (fixes Bug #4929) - Fix input validation (no errors shown due to a typo in variable name) - Better log messages plus some cosmetics | ||||
* | stop copying spamd.conf.sample | doktornotor | 2015-08-25 | 1 | -1/+0 |
| | | | It made zero sense with the original broken commands order ( you don't configure something only to overwrite it by some sample config later on... WTF), it makes zero sense with the new one (you don't copy a sample conf to unlink it on configuration and replace with a symlink to another file.) | ||||
* | Fix things ordering here. Cannot run the package otherwise, need the ↵ | doktornotor | 2015-08-25 | 1 | -1/+1 |
| | | | | user/group first. | ||||
* | Remove useless remount calls and other redundant stuff | doktornotor | 2015-08-25 | 1 | -7/+0 |
| | | | All of these are dealt with by install_package(), uninstall_package() and delete_package_xml() from pkg-utils.inc. | ||||
* | Merge pull request #955 from PiBa-NL/spamd_1.1.2 | Chris Buechler | 2015-08-16 | 1 | -15/+32 |
|\ | |||||
| * | spamd, coding style, add some more spaces | PiBa-NL | 2015-08-09 | 1 | -4/+4 |
| | | |||||
| * | spamd, following the coding guidelines more closely. | PiBa-NL | 2015-08-08 | 1 | -5/+8 |
| | | |||||
| * | spamd, allow configuring interface to listen/intercept on | PiBa-NL | 2015-08-07 | 1 | -15/+29 |
| | | |||||
* | | remove useless config_(un)lock calls round two | doktornotor | 2015-08-11 | 1 | -5/+0 |
|/ | |||||
* | Sanitize spamd version, add run_depends, port_category and fix check for PBI | Renato Botelho | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | spamd, replace the shell calls by unlink_if_exists() and symlink() | PiBa-NL | 2015-02-24 | 1 | -2/+2 |
| | |||||
* | spamd, fix spamtrap and blacklist buttons, fix startup on pfSense 2.2 | PiBa-NL | 2015-02-24 | 1 | -4/+12 |
| | |||||
* | Fix call-time pass-by-reference in spamd, bump | jim-p | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Move sync_package_spamd_whitelist() to spamd.inc and have ↵ | Erik Fonnesbeck | 2011-03-22 | 1 | -0/+19 |
| | | | | spamd_whitelist.xml include spamd.inc to prevent an error that says it is undefined. May help with the issue reported for ticket #1363 | ||||
* | Fix condition for rule type in spamd_generate_rules. | Erik Fonnesbeck | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Enable spamd package on 2.0 fix several paths with the move of files to the ↵ | Ermal | 2010-03-23 | 1 | -0/+4 |
| | | | | new directory also unlink the previous configuration file before linking anew one. | ||||
* | Use full path. | Ermal | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Do the right and safe command to allow spamd to modify pf ruleset in 2.0. | Ermal | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | Move all spamd functions to its folder. | Ermal | 2010-03-23 | 1 | -0/+323 |