From 61aecc8d9601bcc3842184da909b6b299ce4f39c Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Tue, 23 May 2017 15:17:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 883a5f3..63216c7 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,11 @@ Obviously, you would like to filter mails based on subject or from address and p 1. Setup a new email address in the aliases file (e.g. /etc/aliases) and configure the correct path: `misp_handler: "|/path/to/mail_to_misp.py"` + 2. Rebuild the DB: `$ sudo newaliases` + 3. Configure mail_to_misp_config.py ## Requirements