├── LICENSE ├── README.md ├── check_postfix_config.sh ├── debian_installer.sh ├── gpgmda ├── gpgmda.README ├── setup.cfg └── setup.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/README.md -------------------------------------------------------------------------------- /check_postfix_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/check_postfix_config.sh -------------------------------------------------------------------------------- /debian_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/debian_installer.sh -------------------------------------------------------------------------------- /gpgmda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/gpgmda -------------------------------------------------------------------------------- /gpgmda.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/gpgmda.README -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeogh/gpgmda/HEAD/setup.py --------------------------------------------------------------------------------