-
hello i was trying to set rate_limit for diffrent users i have added rate_limit plugins into my haraka server
bt it setting limit for all users on the server which i have created not specific user…
-
hello I was working on haraka and i was trying to fetch user data and password in auth_flat_file so that i dont have to type repeatedly for evry single user and password is there any way to do that …
-
- Current PIPELINING support in Haraka doesn't buffer responses to pipelined commands - it works like this:
```
C: EHLO dbc.mtview.ca.us
S: 250-innosoft.com
S: 250 PIPELINING
C: MAIL FROM:
C: RC…
-
I get a timeout error with context=myself configuration in SPF.ini.
The error is fired at line:
Connection.haproxy_hosts_ipv4 [as logerror](/usr/lib/node_modules/Haraka/connection.js:51:25)
Any sug…
-
I have a plugin which adds a banner for all incoming email. Like this:
``` js
exports.hook_data = function (next, connection) {
connection.transaction.set_banner('Text banner', 'Html banner');
r…
-
why this happen?
```
cpu:nodejs r$ haraka -i test
cpu:nodejs r$ sudo haraka -c test/
loglevel: LOGPROTOCOL
Starting up Haraka version 2.6.1
[INFO] [-] [core] Loading plugins
[INFO] [-] [core] Loading…
-
I'm running on master (the legendary 5f5fa3be commit), and have a working inbound server set up. Now I tried adding the aliases plugin and configured some test aliases. But they don't work for me, as …
-
I am newbie on mail server. I try to use Haraka as SMTP server. I could send testing mail with swaks to my GMX mail, but I could not send to my Gmail.
Oct 7 05:49:53 vmHaraka haraka[2438]: [PROTOCO…
-
> Delivery to the following recipient failed permanently:
```
tergetname@domain.net
```
> Technical details of permanent failure:
> Google tried to deliver your message, but it was rejected by the …
-
I'm writing a plugin to modify the text in the message body. I can't use `connection.transaction.add_banner()` because I need to modify strings in the middle of the body.
I've tried doing something …