-
```
> doas ls -l /var/run/authentication_milter.pid
ls: /var/run/authentication_milter.pid: No such file or directory
> doas rcctl start mail_milter_authentication
mail_milter_authentication(ok)…
-
```
> uname -a
OpenBSD example.com 7.6 GENERIC.MP#338 amd64
```
`> pkg_info | grep p5- | awk '{print $1}'`
No perl packages at all. This is a new system.
```
> doas pkg_add p5-Mail-Milter…
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* [X] Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-repo…
-
I am getting following errors:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/Milter/__init__.py", line 770, in
milter.set_eoh_callback(lambda ctx: ctx.getpriv().e…
-
libopendkim has a feature that some DKIM-Signature header can be marked as "ignore", however opendkim milter does not care the flag and includes results of those ignored signatures (as "dkim=fail") in…
-
Milter is a mail filtering framework that allows you to inspect and filter emails before they reach the Postfix queue. context.destroy() is a function that deletes the current email context. but it k…
-
Hi
I'm using milter with Postfix, now i'm trying to implement DKIM using this library https://github.com/toorop/go-dkim.
My question is where I should put dkim.Sign method()? Inside Body(), BodyChun…
-
Describe the bug
----------------
clamav-milter executable is not part of the RPM and DEB packages.
How to reproduce the problem
----------------------------
The output of either `rpm…
-
If the clamd is getting a new ip address (after failover or so) clamav-milter does not update to the new ip address
clamav-lib-1.0.5-3.el9.x86_64
clamav-filesystem-1.0.5-3.el9.noarch
clamav-mil…
-
I need one help can anyone give me clear guidance how can I implement only arc module from authentication milter I have postfix mailserver with opendkim and opendmarc and we're using multiple sending …