Install:
apt-get install spamassassin postfix
in /etc/postfix/master.cf modify;
smtp inet n - - - - smtpd
Install:
apt-get install spamassassin postfix
in /etc/postfix/master.cf modify;
smtp inet n - - - - smtpd
| #!/usr/bin/env bash | |
| set -e | |
| die() { | |
| echo "$1"; | |
| exit 1; | |
| } | |
| # Fetch and install Lua/LuaRocks/Kepler into the local directory |