]> git.proxmox.com Git - pmg-api.git/history - PMG/Config.pm
use 'die' instead of 'carp'
[pmg-api.git] / PMG / Config.pm
2017-02-27 Dietmar Maureradd missing tls options
2017-02-27 Dietmar Maurerimplement parser/writer and API for /etc/pmg/mynetworks
2017-02-26 Dietmar Maurerverify transport file
2017-02-26 Dietmar Maurerregister and use new format 'transport-domain'
2017-02-26 Dietmar Maurerallow IPV6 addresses in transport map
2017-02-26 Dietmar Maureruse use_mx instead of nomx
2017-02-26 Dietmar Maurerimplement transport API
2017-02-26 Dietmar Maurermove trasport_maps to hash:/etc/pmg/transport
2017-02-25 Dietmar Maurerallow comment for relay domains
2017-02-25 Dietmar Maurerwrite_pmg_domains: use correct format for postfix hash...
2017-02-25 Dietmar Maurerrun postmap after updating domains file
2017-02-25 Dietmar Maurerverifyreceivers: improve description
2017-02-25 Dietmar Maurerchange option verifyreceivers into a string enum
2017-02-24 Dietmar Maurermail.smarthost need to be an 'address'
2017-02-24 Dietmar Maurerallow mail.relay to be a DNS name
2017-02-24 Dietmar Maurermail.relay should be an ip address
2017-02-23 Dietmar Maurerimprove description
2017-02-23 Dietmar MaurerPMG::Config::Mail: add int_port and ext_port settings
2017-02-23 Dietmar Maurerfix clamav systemd service names
2017-02-23 Dietmar Maurercorrectly expose option admin/email
2017-02-23 Dietmar Maurerfix config section name (s/administration/admin/)
2017-02-22 Dietmar Maurerpmgconfig: new apicert and tlscert helpers
2017-02-22 Dietmar Maureralways call parser for pmg.conf
2017-02-22 Dietmar Maureruse /etc/pmg/ instead of /etc/proxmox
2017-02-21 Dietmar MaurerPMG::Config::get: die if porperty does not exist
2017-02-21 Dietmar Maurernew max_policy option
2017-02-20 Dietmar MaurerPVE::Config: remove type ldap (use PVE::LDAPConfig...
2017-02-20 Dietmar Maurercorrectly declare $output var
2017-02-20 Dietmar Maurerrestart services when configuration changes
2017-02-20 Dietmar MaurerPMG::Config::rewrite_config_*: return true if something...
2017-02-20 Dietmar Maurerremove unused rewrite_config_script
2017-02-20 Dietmar MaurerPMG/Config.pm: use file_get/set_contents instead of...
2017-02-19 Dietmar Maurerfully implement config read/write API
2017-02-19 Dietmar Maurernew helper lock_config()
2017-02-19 Dietmar Maurerarchivemaxrec: add missing property type
2017-02-17 Dietmar Maurerfix typos
2017-02-17 Dietmar Maurerrename section_id to section
2017-02-17 Dietmar Maureradd code to read/write transport map
2017-02-17 Dietmar Maurerimplement more configuration properies and templates
2017-02-16 Dietmar Maurernew helpers rewrite_dot_forward() and rewrite_config_po...
2017-02-16 Dietmar Maurerpmgconfig: new CLI helper
2017-02-16 Dietmar MaurerPMG/Config.pm: new helper set()
2017-02-16 Dietmar Maureruse template code to PMG::Config
2017-02-15 Dietmar MaurerPMG::Config::get_config: iterate over all sections
2017-02-15 Dietmar MaurerPMG/Config.pm: add more config properties, new helper...
2017-02-15 Dietmar MaurerPMG/Config.pm: new helper rewrite_config_spam()
2017-02-15 Dietmar MaurerPMG/Config.pm: add use_awl and use_razor options
2017-02-15 Dietmar MaurerPMG/Config.pm: add use_ocr options
2017-02-15 Dietmar MaurerPMG/Config.pm: new helper get_config()
2017-02-15 Dietmar Maureradd more configuration properties, new helper get_section()
2017-02-14 Dietmar Maurerimprove PMG::Config class, add more configuration prope...
2017-02-14 Dietmar Maureradd new config class PMG::Config::Mail
2017-02-13 Dietmar Maureradd dummy class for new configuration file pmg.conf