added symlink requirement in doc of fake-smtp

slight_refactoring
Sascha Rommelfangen 2017-08-29 10:53:02 +02:00 committed by GitHub
parent 84bdb2febb
commit eb8f46b5f7
1 changed files with 3 additions and 1 deletions

View File

@ -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`