[IntelMQ-users] Issue with Intelmq SMTPoutput Bots
Kossi DOH
kdoh at cert.tg
Mon Oct 17 18:06:41 CEST 2022
Hi Community,
Please I need helps solving this issue. The SMTP output bots for some time now is no more functioning. I think the issue begins after some upgrade of the server or the Intelmq.
I can login to the mail server using web interface but when I run the command I received the below message. Can someone help?
sudo -u www-data sudo -u intelmq intelmqctl run SMTP-Output-test process --show-sent --dry --msg ''
Starting SMTP-Output-test...
SMTP-Output-test: SMTPOutputBot initialized with id SMTP-Output-test and intelmq 3.0.2 and python 3.8.10 (default, Jun 22 2022, 20:18:18) as process 3335470.
SMTP-Output-test: Bot is starting.
SMTP-Output-test: Bot initialization completed.
Traceback (most recent call last):
File "/usr/bin/intelmqctl", line 11, in <module>
load_entry_point('intelmq==3.0.2', 'console_scripts', 'intelmqctl')()
File "/usr/lib/python3/dist-packages/intelmq/bin/intelmqctl.py", line 1909, in main
return x.run()
File "/usr/lib/python3/dist-packages/intelmq/bin/intelmqctl.py", line 1048, in run
retval, results = args.func(**args_dict)
File "/usr/lib/python3/dist-packages/intelmq/bin/intelmqctl.py", line 1058, in bot_run
retval, results = self.bot_process_manager.bot_run(**kwargs)
File "/usr/lib/python3/dist-packages/intelmq/bin/intelmqctl.py", line 186, in bot_run
output = bd.run()
File "/usr/lib/python3/dist-packages/intelmq/lib/bot_debugger.py", line 80, in run
self._process(self.dryrun, self.msg, self.show)
File "/usr/lib/python3/dist-packages/intelmq/lib/bot_debugger.py", line 164, in _process
self.instance.process()
File "/usr/lib/python3/dist-packages/intelmq/bots/outputs/smtp/output.py", line 68, in process
smtp.login(user=self.smtp_username, password=self.smtp_password)
File "/usr/lib/python3.8/smtplib.py", line 709, in login
raise SMTPNotSupportedError(
smtplib.SMTPNotSupportedError: SMTP AUTH extension not supported by server.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cert.at/pipermail/intelmq-users/attachments/20221017/8cd2683e/attachment.htm>
More information about the IntelMQ-users
mailing list