I hereby claim:
- I am flat235 on github.
- I am flat235 (https://keybase.io/flat235) on keybase.
- I have a public key ASDLguCt6z3iNJQHnnRVONUGgpMiKJwB0k8T2UFl5LtMDgo
To claim this, I am signing this object:
| #!/bin/bash | |
| # written according to | |
| # https://www.elastic.co/guide/en/elasticsearch/reference/5.6/rolling-upgrades.html | |
| # NO PLUGIN SUPPORT | |
| # Dependencies | |
| # - curl | |
| # - jq |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/perl | |
| # assumed folderlayout: somwhere/domain/user | |
| # configure the 'somewhere' in $basedir | |
| # you may also configure the spamdir | |
| # | |
| # this will filter mail in the following way: | |
| # 1. messages marked as spam by spamassassin will be put into the spam subfolder |
| #!/bin/bash | |
| # where are the maildirs? | |
| MAILROOT=/var/vmail/ | |
| DELETEDDIRS='deleted-maildirs' | |
| SPAMDIRS='Spam' | |
| # update rules | |
| sa-update --allowplugins | |
| # compile rules (for speed) | |
| sa-compile --quiet |
| [Unit] | |
| Description=GreyListing Daemon for postfix | |
| [Service] | |
| Type=forking | |
| ExecStart=/usr/bin/gld | |
| [Install] | |
| RequiredBy=postfix.service |
| #!/bin/bash | |
| # configuration | |
| MIRROR='ftp.de.debian.org' | |
| ARCH='i386,amd64' | |
| SECTIONS='main,contrib,non-free,main/debian-installer' | |
| RELEASE='jessie' |