1

Topic: [solved] amavisd failed -127.0.0.1 Connection refused

after adding a new dkim key file (.pem) in /etc/amavisd/amavisd.conf and restarting the server I got the error that amavisd faild and could not start.

To find this problem I did:
amavisd -u amavis -c /etc/amavisd/amavisd.conf debug

The problem was about privileges.... I had forgotten to set permission.
So I did...
chown amavis:amavis /var/lib/dkim/domain.com.pem

and then
service amarvisd restart

----

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

2

Re: [solved] amavisd failed -127.0.0.1 Connection refused

Thanks for sharing. I updated doc to mention this moment ago. smile