Mail handler requeriment is going to be migrated to main intelmq

This commit is contained in:
Einar Lanfranco
2021-03-25 16:23:49 -03:00
parent 9ff46cb1e6
commit 9c44bd34c9

View File

@@ -36,18 +36,10 @@ services:
INTELMQ_PIPELINE_DRIVER: "redis"
INTELMQ_PIPELINE_HOST: redis
INTELMQ_REDIS_CACHE_HOST: redis
# Mail handler
LOG_MAIL_ENABLED: "false"
LOG_MAIL_LEVEL: "logging.ERROR"
LOG_MAIL_MAILHOST: "mail.example.unlp.edu.ar"
LOG_MAIL_PORT: 25
LOG_MAIL_FROMADDR: "intelmq@examplefeeds.unlp.edu.ar"
LOG_MAIL_TOADDR: "support@example.unlp.edu.ar"
LOG_MAIL_SUBJECT: "[INTELMQ] Application Error"
LOG_MAIL_CREDENTIALS: None #tuple (username, password)
LOG_MAIL_SECURE: None
# Start botnet at boot
ENABLE_BOTNET_AT_BOOT: "true"
ENABLE_BOTNET_AT_BOOT: "false"
# Enable this to enable automix of BOTS file
AUTO_MIX_BOTS: "false"
networks:
- intelmq-internal