-
This is more of a heads up than an issue. After a very late night of fighting with my DNS I determined that my provider is not supporting dkim signing with 2048 rsa keys.
I was only able to determin…
-
Hey. Could we fix the format of the `check_cram_md5_passwd` function inside `Haraka / plugins / auth / auth_base.js` to have the same parameters as `check_plain_passwd`. I need the `connection` object…
-
I am using haraka for sending mails.
Now, I don't want to send mails directly from haraka. I want to relay all emails from haraka to another SMTP server and then that SMTP server will send those mai…
-
Aug 30 15:50:10 filter1-mail haraka[51667]: [CRIT] [-] [core] TypeError: Cannot call method 'split' of null
Aug 30 15:50:10 filter1-mail haraka[51667]: [CRIT] [-] [core] at asyncCallback (dns.js:6…
-
I set up haraka as a proxy server to a Postfix server on another machine. I understand that I have to confiigure both Haraka and Postfix to recieve emails for the same domain name. So, I added an entr…
ghost updated
10 years ago
-
-
I want to use some modules for NodeJs in a plugin, like xmlhttprequest, but it gives me the error "module not found" when I do "require("xmlhttprequest")"" .The same is happening with protobufjs. Did …
-
I would like to request the ability to see all plugins that are available, perhaps via a command, such as `haraka --list-plugins`, and also information/descriptions about the plugins. The main reason …
-
1- I write haraka plugin but body is undefined, how to fix it?
2- why only plugin use hook_rcpt can run??, i wrote plugin use data_hook but it don't run
exports.hook_rcpt = function(next, connection…
-
I have haraka set up as a proxy server . Is there a way to stop an email to reach the postfix server?