I hereby claim:
- I am phryneas on github.
- I am phryneas (https://keybase.io/phryneas) on keybase.
- I have a public key ASAT-im6hheMKc7nriVshoD0OYx_8Ktg-x90l3IeVNGtWAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/zsh | |
| #improvements are greatly welcome: | |
| terms=( ) | |
| terms=( $terms "exec" ) | |
| terms=( $terms "eval" ) | |
| terms=( $terms "passthru" ) | |
| terms=( $terms "shell_exec" ) | |
| terms=( $terms "system" ) | |
| terms=( $terms "pcntl_exec" ) |
this is a short run-down of setting up dnssec, openpgpkey, dane and sshfp records if you already have a working bind installation
if you need a secondary DNS server that supports DNSSEC (the chances are high if you are not hosting two DNS servers yourself), take a look at https://freedns.afraid.org/ - it's free for basic usage (which is absolutely enough) and works like a charm!
| # as by http://www.postfix.org/SMTPD_ACCESS_README.html | |
| smtpd_delay_reject = yes | |
| disable_vrfy_command = yes | |
| smtpd_helo_required = yes | |
| smtpd_client_restrictions = | |
| permit_mynetworks | |
| smtpd_helo_restrictions = |
This Makefile builds gnupg 2.1, creates .deb packages and installs them on ubuntu trusty (and most likely anywhere else where the necessary build-dependencies are present and checkinstall is installed ).
If you are missing dependencies, the ./configure steps should tell you about those.
make gpg| # at least in deb/untu | |
| sudo apt-get install libpam-google-authenticator | |
| # for each user | |
| google-authenticator |