MISP/mail_to_misp

No module named 'fake_smtp_config'

Closed this issue · 1 comments

Mail_to_misp is up and running but when trying to launch fake_smtp.py I receive the following:

No module named 'fake_smtp_config'

Configs appear to be fine.

Any ideas?

Ok I see: fake_smtp_config.py should be a symlink to mail_to_misp_config.py.
This should fix it:
ln -s mail_to_misp_config.py fake_smtp_config.py

I'll fix that in the documentation