mirror of https://github.com/MISP/mail_to_misp
Update README.md
parent
1a927af32f
commit
c9ae3b524a
|
@ -88,8 +88,10 @@ Obviously, you would like to filter mails based on subject or from address and p
|
||||||
### Postfix (or other MTA)
|
### Postfix (or other MTA)
|
||||||
|
|
||||||
1. Setup a new email address in the aliases file (e.g. /etc/aliases) and configure the correct path:
|
1. Setup a new email address in the aliases file (e.g. /etc/aliases) and configure the correct path:
|
||||||
|
|
||||||
`misp_handler: "|/path/to/mail_to_misp.py"`
|
`misp_handler: "|/path/to/mail_to_misp.py"`
|
||||||
2. Rebuild the DB:
|
2. Rebuild the DB:
|
||||||
|
|
||||||
`$ sudo newaliases`
|
`$ sudo newaliases`
|
||||||
3. Configure mail_to_misp_config.py
|
3. Configure mail_to_misp_config.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue