aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd/spamd.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix input error messagedoktornotor2015-10-021-1/+1
|
* Add input validation; whitespace fixesdoktornotor2015-10-021-4/+58
|
* Make stopping services silent on consoledoktornotor2015-10-021-3/+3
|
* Fix /var/db/spamd permissionsdoktornotor2015-10-021-0/+1
|
* Fix the spamd-setup cronjob options as welldoktornotor2015-10-021-1/+1
|
* spamd - multiple fixesdoktornotor2015-10-021-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 fixesdoktornotor2015-09-041-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 fixesdoktornotor2015-09-041-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.sampledoktornotor2015-08-251-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 ↵doktornotor2015-08-251-1/+1
| | | | user/group first.
* Remove useless remount calls and other redundant stuffdoktornotor2015-08-251-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.2Chris Buechler2015-08-161-15/+32
|\
| * spamd, coding style, add some more spacesPiBa-NL2015-08-091-4/+4
| |
| * spamd, following the coding guidelines more closely.PiBa-NL2015-08-081-5/+8
| |
| * spamd, allow configuring interface to listen/intercept onPiBa-NL2015-08-071-15/+29
| |
* | remove useless config_(un)lock calls round twodoktornotor2015-08-111-5/+0
|/
* Sanitize spamd version, add run_depends, port_category and fix check for PBIRenato Botelho2015-04-241-1/+1
|
* spamd, replace the shell calls by unlink_if_exists() and symlink()PiBa-NL2015-02-241-2/+2
|
* spamd, fix spamtrap and blacklist buttons, fix startup on pfSense 2.2PiBa-NL2015-02-241-4/+12
|
* Fix call-time pass-by-reference in spamd, bumpjim-p2014-05-091-1/+1
|
* Move sync_package_spamd_whitelist() to spamd.inc and have ↵Erik Fonnesbeck2011-03-221-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 Fonnesbeck2010-10-051-1/+1
|
* Enable spamd package on 2.0 fix several paths with the move of files to the ↵Ermal2010-03-231-0/+4
| | | | new directory also unlink the previous configuration file before linking anew one.
* Use full path.Ermal2010-03-231-1/+1
|
* Do the right and safe command to allow spamd to modify pf ruleset in 2.0.Ermal2010-03-231-2/+2
|
* Move all spamd functions to its folder.Ermal2010-03-231-0/+323