1

Topic: Cannot run amavisd

Hey All, I am almost done with my iRedMail setup on Debian lenny. Though after installation I wanted to setup DKIM and to do that I must use amavisd. Though when I go to run it, I get command not found like it isnt installed. Though I know it is running because it launches at startup. Thanks.

----

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

2

Re: Cannot run amavisd

tstraus13 wrote:

Though when I go to run it, I get command not found like it isnt installed.

Can you please paste the command you run and the output information?

3

Re: Cannot run amavisd

Well really any command with amavisd will cause this, but for example if I entered the command "amavisd showkeys", I get "bash: amavisd: command not found" in return. Thanks again.

4

Re: Cannot run amavisd

I am experiencing this too after correctly installing iRedMail 0.6.0 on Ubuntu 9.10:

root@mail:~# amavisd showkeys
-bash: amavisd: command not found

It seems like amavisd is running:

root@mail:~# /etc/init.d/amavis start
Starting amavisd: (already running).

What am I doing wrong?

Thanks in advance for your help.

5

Re: Cannot run amavisd

blu-fox wrote:

root@mail:~# amavisd showkeys
-bash: amavisd: command not found

The command should be 'amavisd-new' instead of 'amavisd'. Try it. smile

6

Re: Cannot run amavisd

It worked smile
Thanks again!

7

Re: Cannot run amavisd

DKIM signing works great now when I send mails through SMTP, but unfortunately not when I send from php mail().
Is it possible to get those emails DKIM-signed too?