]> git.proxmox.com Git - pmg-api.git/history - PMG
dkim: add QID in warnings
[pmg-api.git] / PMG /
2018-01-17 Dietmar Maurerpmgcm.pm: implement promote
2018-01-16 Dietmar MaurerPMG/Config.pm: change default port numbers
2018-01-15 Dietmar MaurerAccessControl.pm: avoid warning about uninitialized...
2018-01-12 Dominik Csapakremove regex for matchfield
2018-01-12 Dietmar MaurerModField.pm: allow any value (remove regex pattern).
2018-01-11 Dominik Csapakfix typo
2018-01-11 Dominik Csapakdo not return bindpw over the api
2018-01-11 Dominik Csapaklet all users read user data
2018-01-11 Dominik Csapakmake list users available for all users
2018-01-11 Dominik Csapakmake ldap info visible for audit users
2018-01-11 Dietmar Maurerimplement pmgcm delete
2018-01-10 Dietmar Maurerallow admins to reset the rule database
2018-01-09 Dietmar MaurerFetchmail.pm: allow access to properties (to generate...
2018-01-05 Dietmar Maurerfix typo
2017-12-29 Dietmar MaurerPMG/Config - reduce default maxspamsize back to 256
2017-12-29 Dietmar Maurertruncate large mails before passing them to spamassassin
2017-12-28 Dietmar MaurerQuarantine: use new TicketID to indentify mails
2017-12-28 Dietmar MaurerMailQueue.pm: create new TicketID when inserting data...
2017-12-28 Dietmar Maureruse database_column_exists to check if column already...
2017-12-28 Dietmar MaurerPMG/DBTools.pm: add missing TicketID column to CMSReceivers
2017-12-27 Dietmar Maurerdelete/deliver_quarantined_mail: use receiver instead...
2017-12-27 Dietmar Maurerdelete_quarantined_mail: add parameter $target
2017-12-27 Dietmar Maurerdeliver_quarantined_mail: correctly update database...
2017-12-27 Dietmar MaurerPMG/API2/Quarantine.pm - require parameter pmail
2017-12-23 Dietmar Maurerfix typo
2017-12-21 Dietmar MaurerPMG/API2/APT.pm - fix changelog urls
2017-12-18 Dietmar Maurerrun postmap after generation postfix main.cf
2017-12-18 Dietmar MaurerPMG/Config.pm: avoid warnings if there is no search...
2017-12-18 Dietmar MaurerPMG/Fetchmail.pm - autostart fetchmail service
2017-12-18 Dietmar MaurerPMG/Cluster.pm - rewrite ssh keys after cluster sync
2017-12-18 Dietmar Maurerbump default maxspamsize to 1M
2017-12-14 Dietmar MaurerPMG/API2/Nodes.pm - allow admin to open console and...
2017-12-14 Dietmar Maureradd API for node reboot/shutdown
2017-12-14 Dietmar Maurerbin/pmg-hourly: use reload-or-restart to reload pmgpoli...
2017-12-14 Dietmar MaurerPMG/DBTools.pm: do not use IF NOT EXISTS bcause it...
2017-12-14 Dietmar MaurerPMG/DBTools.pm - use user root to sync database
2017-12-14 Dietmar Maurerpmgtunnel.pm - fix call to socketfile()
2017-12-14 Dietmar MaurerPMG/CLI/pmgreport.pm - remove greylisted mails from...
2017-12-13 Dietmar MaurerPMG/CLI/pmgdb.pm: generate default locale
2017-12-12 Dietmar Maurerpmgreport: use PMG::API2::Statistics to include postscr...
2017-12-11 Dominik Csapakreplace novnc with xtermjs
2017-12-11 Dominik Csapakimplement verify ticket on ticket api call
2017-12-11 Dietmar Maurerrename safe_browsing_score to clamav_heuristic_score
2017-12-07 Dietmar MaurerPMG/Cluster.pm - fix PregreetCount data sync
2017-12-07 Dietmar MaurerPMG/API2/Statistics.pm - include postscreen stats in...
2017-12-07 Dietmar MaurerPMG/API2/Statistics.pm - rename rblcount to rejectcount...
2017-12-07 Dietmar Maurerbin/pmgpolicy - count PREGREET rejects (postscreen)
2017-12-07 Dietmar Maureradd PregreetCount column to LocalStat table
2017-12-06 Dietmar MaurerPMG::DBTool::load_mail_data - add optional $pmail parameter
2017-12-06 Dietmar MaurerPMG/HTMLMail.pm - use global hash to store inlined...
2017-12-05 Dietmar MaurerLDAP: add mailAlternativeAddress to mailattr default
2017-12-05 Dietmar MaurerPMG/LDAPConfig.pm - register new format ldap-simple...
2017-12-01 Dietmar Maurerdo not use .db file for mynetworks
2017-11-30 Dietmar Maurerincrease deafult maxspamsize to 512*1024
2017-11-29 Dietmar Maurertotal_domain_stat: return bytes instead of mbytes
2017-11-29 Dietmar Maurertotal_mail_stat: return bytes_in/bytes_out in bytes...
2017-11-28 Dietmar Maurerfix network stats
2017-11-28 Dietmar Maureruse google safe browsing hits to icrease spam score
2017-11-28 Dietmar MaurerPMG/RuleDB/Notify.pm - set default value for attach
2017-11-28 Dietmar MaurerPMG/RuleDB/Notify.pm - avoid use of undefined values
2017-11-28 Dietmar MaurerPMG/RuleDB/Notify.pm - remove unused accessors
2017-11-27 Dietmar Maurerpmg_verify_dnsbl_entry - improve error message
2017-11-27 Dietmar Maurerremove mail/use_rbl config - we use dnsbl_sites instead
2017-11-27 Dietmar MaurerPMG/Config.pm - register/use format dnsbl-entry
2017-11-27 Dietmar Maurernormalize dnsbl_sites
2017-11-27 Dietmar Maurerremove sub oicon() - no longer needed
2017-11-27 Dietmar Maurerremove stale fixme comments
2017-11-27 Dietmar Maurergenerate/use /etc/pmg/tls_policy
2017-11-16 Dietmar Maureravoid warning when transport file does not exist
2017-11-14 Dietmar MaurerPMG/API2/APT.pm - fix package names
2017-11-14 Dietmar MaurerPMG/Service/pmgproxy.pm - fix package names
2017-11-14 Dietmar MaurerPMG/API2/SMTPWhitelist.pm - update postfix files after...
2017-11-14 Dietmar MaurerPMG/API2/SMTPWhitelist.pm - call reload_ruledb when...
2017-11-13 Dietmar MaurerPMG/Backup.pm - restore: keep directory /etc/pmg
2017-11-13 Dietmar MaurerPMG/API2/Cluster.pm - use PMG::MailQueue::create_spooldirs
2017-11-13 Dietmar MaurerPMG/API2/SMTPWhitelist.pm - fix delete object
2017-11-13 Dietmar MaurerPMG/Backup.pm - fix ruledb restore
2017-11-13 Dietmar MaurerPMG/API2/Cluster.pm - new option list_single_node
2017-11-13 Dietmar MaurerPMG/API2/Cluster.pm - fix permissions
2017-11-13 Dietmar MaurerPMG/ClusterConfig.pm - minor code cleanup
2017-11-10 Dietmar MaurerPMG/Backup.pm - restore /etc/mail/spamassassin/custom.cf
2017-11-10 Dietmar MaurerPMG/Backup.pm - do not store system users secrets in...
2017-11-10 Dietmar MaurerPMG/API2/Backup.pm - allow more flexible file names
2017-11-10 Dietmar MaurerPMG/API2/Backup.pm - include statistic database by...
2017-11-10 Dietmar MaurerPMG/API2/Backup.pm - code cleanup
2017-11-10 Dietmar MaurerPMG/API2/Backup.pm - add timestamp to backup file
2017-11-09 Dietmar MaurerPMG/API2/Backup.pm - implement restore
2017-11-09 Dietmar MaurerPMG/API2/Cluster.pm - fix rewrite config, move db_servi...
2017-11-09 Dietmar Maurerchange backup dir to /var/lib/pmg/backup
2017-11-09 Dietmar MaurerPMG/API2/Backup.pm - allow to download backup files
2017-11-07 Dietmar MaurerPMG/API2/Backup.pm - implement delete
2017-11-07 Dietmar Maurerinsert /nodes/<name>/backup API entry point
2017-11-06 Dietmar MaurerPMG/API2/Backup.pm - implement list backups
2017-11-06 Dietmar MaurerPMG/Backup.pm - implement backup
2017-11-02 Dietmar MaurerPMG/API2/Backup.pm - implement dummy backup API
2017-10-27 Dietmar Maurerpermission fix fro ClamAV and SpamAssassin API
2017-10-27 Dominik Csapakcorrect child link for the clamav api
2017-10-27 Dominik Csapakadd spamassassin update api calls
2017-10-27 Dominik Csapakalso load SpamAssassin descriptions from local dir
2017-10-24 Dietmar Maurercorrectly update /etc/default/fetchmail and /etc/fetchm...
next