mirror of https://github.com/MISP/mail_to_misp
added symlink requirement in doc of fake-smtp
parent
84bdb2febb
commit
eb8f46b5f7
|
@ -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
|
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`
|
`$ sudo python3 fake_smtp.py`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue