Hi guys,
A quick tip
If you get this error either trying to showkeys or any other action using amavisd You can quickly fix that
Generally amavisd.conf file reside under /etc/ but on many distros it can be found here /etc/amavisd/amavisd.conf
So all you have to to make your amavisd commands work is to create a symbolic link as shown below
1 |
ln -s /etc/amavisd/amavisd.conf /etc/amavisd.conf |
Now if you run your command again it should work. e.g.
1 |
amavisd showkeys domain.com |
should succeed now.
I hope this help. If you have anything else to add please leave your comments below.
Cheers,
Leave a Reply