syslog-ng: enable SMTP destination

This commit is contained in:
Ryan Trinkle
2018-03-22 19:23:19 -04:00
committed by dbornside
parent c90c6bb2de
commit 998a19e854
3 changed files with 19 additions and 1 deletions
@@ -0,0 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libESMTP-${version}";
version = "1.0.6";
src = fetchurl {
url = "http://brianstafford.info/libesmtp/libesmtp-1.0.6.tar.bz2";
sha256 = "02zbniyz7qys1jmx3ghx21kxmns1wc3hmv80gp7ag7yra9f1m9nh";
};
}