-
I have followed the instructions in the guide on how to set up the report parser and I'm getting this error.
**parse_data: No data passed at ./dmarcts-report-parser.pl line 439.**
Looks as thou…
-
Hi,
I got the following when I am trying to run the script. The config file is populated with correct information
```
root@dmarc-parser:~/dmarcts-report-parser# ./dmarcts-report-parser.pl -i
Us…
-
Hi,
I have a problem running the script after a few months of using this.
The system is giving the following error with debugging:
[root@dmarc dmarcts-report-parser]# ./dmarcts-report-parser.pl…
-
The ABNF for the policy file format seems very strict to me:
1. it does not allow reordering of lines (e.g. max_age before mx)
I don't really care about this, but a specific order may be unexp…
-
I can't seem to connect through pop3, both with or without SSL.
## Context
I can connect through SMTP with SSL, but I can't connect through POP3 at all. With or without SSL, on port 110 or 995…
-
I do not see DMARC on my mail headers.
Following the doc for /etc/postfix/dmarc_transport
```
dmarc-rua-parser:
```
I did this including : at the end
```
echo "reports@example.com dmarc…
-
Hi,
I am fairly new to DMARC and perl, so when this appear I feel totally lost.
The .conf file looks as `this:`
> $debug = 0;
> $delete_reports = 0;
>
> $dbname = 'dmarc_mots_local';
> $…
-
First of all, thank you for this great repo 👍
Currently I'm testing this image in a localhost environment,
I've followed the steps found in README file for a basic setup and
it seems i cannot lo…
-
Hi, thanks for your excellent project, It is really simple to deploy mailing system.
However, I have few troubles with mail delivery. The mailing system somehow cannot deliver emails, but the login…
-
I noticed in the javascript editor hovering over a function shows a hover popout with the function documentation. It would be nice to add support for this.