Submitted by achal54 on Fri, 10/19/2012 - 05:50
i got following error while installing DKIM in virtualmin on my centos server i am using postfix:- Enable DomainKeys Identified Mail
Finding virtual servers to enable DKIM for .. .. found 1 servers
Generating private key in file /etc/dkim.key .. .. done
Extracting public key from private key in /etc/dkim.key .. .. done
Setting domain and selector in DKIM filter configuration .. .. done
Adding DKIM records to DNS domain core1234.links18.org .. .. added successfully
Enabling DKIM filter at boot time .. .. done
Starting DKIM filter .. .. start failed : initctl: Unknown job: dkim-milter
DKIM setup failed!
Re-starting DNS server .. .. done
any help will be great
Status:
Active
Comments
Submitted by JamieCameron on Fri, 10/19/2012 - 15:27 Comment #1
This can happen on systems with a mix of bootup system types, like init.d and upstart.
The fix is to SSH in and run
/etc/init.d/dkim-milter start
A proper fix will be in the next Webmin release.
Submitted by jimmy06 on Sat, 10/20/2012 - 05:54 Comment #2
I've noticed this error on alot more things like greylisting and every time i run the Dkim wizzard i get that error. Is there no fix for this yet ?
Submitted by JamieCameron on Sat, 10/20/2012 - 12:28 Comment #3
You can get a fix for this now by installing the 1.602 development version of Webmin, from http://download.webmin.com/devel/rpm/webmin-1.602-1.noarch.rpm
The commands to install it are :
cd /tmp
wget http://download.webmin.com/devel/rpm/webmin-1.602-1.noarch.rpm
rpm -U webmin-1.602-1.noarch.rpm