MISP / mail_to_misp

Connect your mail client/infrastructure to MISP in order to create events based on the information contained within mails.
GNU Affero General Public License v3.0
69 stars 25 forks source link

No module named 'fake_smtp_config' #7

Closed arnydo closed 7 years ago

arnydo commented 7 years ago

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?

rommelfs commented 7 years ago

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