aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd
Commit message (Collapse)AuthorAgeFilesLines
* Add privileges configuration to spamd packagedoktornotor2015-11-131-0/+46
|
* Add privileges configuration to spamd packagedoktornotor2015-11-131-2/+6
|
* spamd - remove unused broken XMLRPC sync codedoktornotor2015-11-011-43/+0
|
* 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
|
* Bump spamd package versiondoktornotor2015-10-021-1/+1
|
* spamd - add enable/disable featuredoktornotor2015-10-021-0/+7
|
* 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
* Work around a potential XSS in spamd_db.php. Small version bump for spamd.jim-p2015-10-012-2/+2
|
* Fix trailing whitespace in spamd_db.phpjim-p2015-10-011-15/+15
|
* spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-4/+3
| | | Require IPv4 for NextMTA -- no aliases allowed since it was producing broken firewall rules and is generally pointless for a single IP. Never had a chance of working properly, no configuration upgrade required here.
* 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-50/+41
| | | | | - Fix copyright header - Remove useless comments - Indentation/whitespace fixes
* spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-94/+124
| | | | | | | | | - Fix copyright header - Remove service and menu tags that are already specified in packages configfile (spamd.xml) - Nuke useless comments - Make descriptions readable - Fix default values handling - Remove completely bogus "Enable RRD graphing" option that had no code attached to it. - Indentation/whitespace fixes
* Remove reference to abandonded spamd_rules.php filedoktornotor2015-09-041-4/+0
| | | And yet more of dead garbage.
* Delete spamd_rules.phpdoktornotor2015-09-041-34/+0
| | | Another unused piece of garbage, replaced with spamd_generate_rules().
* Remove reference to abandonded spamd_gather_stats.php filedoktornotor2015-09-041-4/+0
|
* Delete spamd_verify_to_address.phpdoktornotor2015-09-041-142/+0
| | | Not used anywhere, useless dead code.
* Delete spamd_exchexp.aspdoktornotor2015-09-041-50/+0
| | | Not used anywhere, useless dead code.
* Delete spamd_gather_stats.phpdoktornotor2015-09-041-85/+0
| | | Not used anywhere, useless dead code.
* Remove reference to abandonded spamd_outlook.xml filedoktornotor2015-09-041-4/+0
|
* Delete spamd_outlook.xmldoktornotor2015-09-041-90/+0
| | | Not used anywhere, depending on the abandoned spamd_db_ext.php.
* Remove reference to abandonded spamd_db_ext.php filedoktornotor2015-09-041-4/+0
|
* Delete spamd_db_ext.phpdoktornotor2015-09-041-229/+0
| | | Running exit() is not useful. Delete abandoned unsupported script.
* spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-160/+161
| | | | | | - Code style and indentation fixes - Use shell_exec() instead of backticks - Don't add the same email address to spamtrap twice (?!) - XHTML fixes
* spamd - code style cleanup and multiple fixesdoktornotor2015-09-041-91/+79
| | | | | | | - Update copyright header - Fix file permissions (no need for these to be executable) - Fix whitespace/indentation - Nuke useless comments - Sanitize package version
* 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-163-28/+60
|\
| * 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-073-28/+57
| |
* | remove useless config_(un)lock calls round twodoktornotor2015-08-111-5/+0
| |
* | remove useless config_(un)lock calls round twodoktornotor2015-08-111-4/+0
| |
* | spamd_verify_to_address.php - remove useless config_(un)lock callsdoktornotor2015-08-111-3/+1
| | | | | | This function does nothing but return.
* | spamd_db_ext.php - remove useless config_(un)lock callsdoktornotor2015-08-111-9/+1
|/ | | This function does nothing but return.
* Sanitize spamd version, add run_depends, port_category and fix check for PBIRenato Botelho2015-04-241-1/+1
|
* spamd, -fix 'add spamtrap'PiBa-NL2015-02-241-29/+25
| | | | -use exec() instead of exploding output of directly invoking a shell command
* 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-243-23/+37
|
* Fix call-time pass-by-reference in spamd, bumpjim-p2014-05-092-3/+3
|
* Merge pull request #646 from PiBa-NL/spamd_db_content_extra_expiration_infoErmal2014-04-281-1/+18
|\
| * spamd, use local timezone settings for new time columnsPiBa-NL2014-04-221-3/+3
| |
| * spamd, smtp host/from/to table entry expiration information shownPiBa-NL2014-04-131-1/+18
| |
* | Fixup URLs:Renato Botelho2014-03-181-8/+8
| | | | | | | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config