From eb8f46b5f71f5317fb400aff9ccefd0321acc3d9 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Tue, 29 Aug 2017 10:53:02 +0200 Subject: [PATCH] added symlink requirement in doc of fake-smtp --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc7350..05aa28a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,9 @@ If you want to process all incoming junk mails automatically and collect the con 1. Configure mail_to_misp_config.py -2. Run fake_smtp.py (as root) +2. ln -s mail_to_misp_config.py fake_smtp_config.py + +3. Run fake_smtp.py (as root) `$ sudo python3 fake_smtp.py`