analogic

Results 12 comments of analogic

Is clamav handled somewhat different? Connection error should cancel processing and following hooks no matter what plugin is working. We would experience this behaviour more frequently otherwise i guess.

Ubuntu here Flashing then restarting computer and then connecting again helps. I had some success also with removing device from "known devices", disabling&enabling bt and restarting chrome. I've not tracked...

I ran into this bug recently - it seems that process.setgid(gid) and process.setuid(uid) are not working properly in v20. I am also unable to understand how it works inside the...

> One way to resolve the issue would be to _not_ run Haraka as root. But I suspect there are very good reasons why the docs instructs to run it...

> I'm not 100% sure but it looks like that's because `fs.promises.*` functions are executed in node's underlying thread [pool](https://nodejs.org/api/fs.html#promises-api) most of the time, i.e. not in the event loop...

I'm not getting any notifications or replies to my "hidden" bug report, so I've personally downgraded to v18. I still hope someone at Nodejs is working on this, as it...

This issue seems to be finally resolved. See: https://github.com/nodejs/nodejs.org/blob/main/pages/en/blog/release/v20.11.1.md - CVE-2024-22017 - setuid() does not drop all privileges due to io_uring - (High)

Tested - Anything other than "\n.\r\n" will send a merged (proper and exploit part) email. - \n.\r\n" ends the transaction and creates a new one - it has the same...

> creating new transaction is dangerous because it will accept smuggled email The point of this attack is to send email that should not be sent under normal circumstances. E.g....

- yes, bind_helo can be set in get_mx, but if you need to set helo and/or outbound ip and do not want to duplicate the default workflow for finding mx,...