-
Hi guys,
Im using the multiple outbound ip plugin by baudehlo (#442).
However, HELO/rDNS check (an anti-spam technique) fails because the HELO string used is different from the rDNS name.
Say you …
-
I want to set user limit on particular user as how much mails he can send
when I add rate_limit plugins it gives the following error:
[INFO] [-] [core] Loading plugins
[INFO] [-] [core] Loading plugi…
-
From https://github.com/andris9/simplesmtp
```
This module is deprecated for production use.
For SMTP servers use Haraka, for SMTP clients use smtp-connection.
```
We'll have to move to Haraka?
-
This plugin doesnt seem to work. No emails got saved into MongoDB.
I configured Haraka as mentioned in the instruction of this repo, but it did not work.
No error was thrown either.
-
Essentially:
```
C: EHLO xxx
C: AUTH LOGIN
C: AUTH LOGIN
bug triggered
```
-
Haraka might benefit from a base class for Redis. Rather than having each plugin do common things like require('redis'), redis_connect(), redis_ping(), have those implemented in a base class that can …
-
hi
I just installed haraka outbound and tries to set user limit I used rate_limit plugins and since it require redis server so I commented the redis server section in rate_limit.js file and run t…
-
Thank you for your great work of Haraka.
I would like to write a plugin that zip all attachments file then put zipped file back to email.
Follow attachment plugin I save attachments file to disk, zip…
-
I followed the steps mentioned here: https://haraka.github.io/manual/Outbound.html, except the Outbound Mail Hooks section. I dont have the MX records for the actual site yet. (I was trying to send em…
-
simplesmtp is deprecated and will not be Node 0.12 compatible, ~~we need to switch to Haraka: https://github.com/baudehlo/Haraka~~
**Edit:** We could also switch to https://github.com/substack/node-s…