1 (edited by privacyexpert 2023-12-04 04:15:08)

Topic: Amavisd-new: command not found

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.7
- Deployed with iRedMail Easy or the downloadable installer? Downloadable Installer
- Linux/BSD distribution name and version: Debian 12 Bookworm
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Whenever using the command
amavisd-new showkeys
under my root account I get a command not found error.
Its my only hold up with adding a dkim record as tested with mxtoolbox. Everything else works, dns records, firewall rules, etc.
It shows amavisd-new as being installed and newest version when running apt install amavisd-new

Post's attachments

IMG_20231203_141438.jpg
IMG_20231203_141438.jpg 149.19 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Amavisd-new: command not found

try:

/usr/sbin/amavisd showkey

3

Re: Amavisd-new: command not found

Cthulhu wrote:

try:

/usr/sbin/amavisd showkey

Thanks, that resolved my issue.

4

Re: Amavisd-new: command not found

Cthulhu wrote:

try:

/usr/sbin/amavisd showkey

Thanks for your solution. My problem is also solved