diff --git a/plugins/senderbase/senderbase b/plugins/senderbase/senderbase new file mode 100755 index 00000000..c0079366 --- /dev/null +++ b/plugins/senderbase/senderbase @@ -0,0 +1,20 @@ +#!/bin/sh + +real_ip_address=${ip_address:-$(hostname -I | head -1)} + +if [ "$1" = "config" ]; then + cat <