Newest 'haraka' Questions - Stack Overflow
...Need to create a Haraka Plugin , to consume from rabbitmq I want to create a custom haraka plugin which will enable the mail server to consume from rabbitmq instead of accepting an smtp request and then processsing it. I created a plugin that will consume ......
https://stackoverflow.com/questions/tagged/haraka
haraka smtp server : Error: unable to get issuer certificate
...haraka smtp server : Error: unable to get issuer certificate Asked 8 years, 10 months ago Modified 8 years, 10 months ago Viewed 1k times...
https://stackoverflow.com/questions/39713946/haraka-smtp-server-error-unable-to-get-issuer-certificate
node.js - haraka: MX without A records - Stack Overflow
...I write a plugin to forward some email to another email according database. the code simplest like the following: exports.hook_rcpt = function (next, connection, params) { var rcpt = params[0];......
https://stackoverflow.com/questions/32552383/haraka-mx-without-a-records
TCP: data on a half-closed connection - Stack Overflow
...I'm implementing a TCP stack, and have encountered an issue with half-closed connections. My implementation acts as the server side. A client establishes a connection, then sends some data, and then...
https://stackoverflow.com/questions/19554017/tcp-data-on-a-half-closed-connection
How to fix a Haraka install error on Amazon Linux?
...I tried installing Haraka through npm, but it threw errors, so I tried via git and go basically the same: Any help setting up an email server on AWS EC2 from scratch for a small business would be greatly appreciated....
https://stackoverflow.com/questions/78404856/how-to-fix-a-haraka-install-error-on-amazon-linux
email - Haraka : exclude some receiver domains - Stack Overflow
...I'm configuring my first mail server in Haraka and i'm asking me if it's possible to exclude some receiver domains. I imagine something like that : In my file "excludedomain", i have a list of dom......
https://stackoverflow.com/questions/54909256/haraka-exclude-some-receiver-domains
Is it possible to get a port from MX lookup? - Stack Overflow
...220 node1 ESMTP Haraka 2.8.16 ready So, that is how I figured out the needed port (by brute-force, essentially). I went on to test my snippet on another disposable mail service (mailforspam.com), following the same steps ? MX lookup (host -t mx mailforspam.com) returned: mailforspam.com mail is handled by 10 mail2.mailforspam.com....
https://stackoverflow.com/questions/55899082/is-it-possible-to-get-a-port-from-mx-lookup
Haraka not authorizing my authentication - Stack Overflow
...I'm building an application in Haraka that requires tls certification. I generated the .pem files tls_cert.pem and tls_key.pem using the command openssl req -x509 -nodes -days 2190 -newkey rsa......
https://stackoverflow.com/questions/17888450/haraka-not-authorizing-my-authentication
Can't make Haraka work with LetsEncrypt certificates
...I'm trying to make Haraka TLS work with Let's Encrypt certificate without success. I've copied the certificates to Haraka config folder and configured the TLS.ini....
https://stackoverflow.com/questions/57244950/cant-make-haraka-work-with-letsencrypt-certificates
Error: error:0909006C:PEM routines:get_name:no start line - node
...I also hit a very similar error, and it turned out the file had been encoded using UTF16 instead of UTF8 ? This happened because I was outputting the certificate file in a PowerShell script which defaulted to UTF16. I wound up needing to specify the encoding with -Encoding utf8 -NoNewline, and that did the trick...
https://stackoverflow.com/questions/63030755/error-error0909006cpem-routinesget-nameno-start-line-node