Getting error in qmail 451 unable to exec qq (#4.3.0)

     First we have to Configure outlook for test1@rendezvousfacile.com

Password is abcd@123

  1. Send mail to any mail it will generate an bounce mail
  2. I have edit file vi /var/qmail/supervise/smtp/run and comment these lines

 

#export QMAILQUEUE=/var/qmail/bin/qmail-dkim

#export DKIMKEY=/usr/local/etc/domainkeys/%/default

 

5         After that mail start sending but generate bounce mail

6         I have restarted some services for it

/etc/init.d/qmail restart

qmailctl stop

qmailctl start

qmailctl cdb

 

5         I have used this link to create dkim 

http://www.blog.rogersit.net/kloxo-qmail-setup-dkim-mail-server/2011/12/18/

But it mail was working before because I have setup this before many days

 
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Restricting FTP user from climbing back to /home

1) Edit vsftpd.conf 2) unhash chroot_local_user=YES

Error when browsing phpinfo.php warning : phpinfo() has been disabled for security reasons

You have added phpinfo in the disabled functions in your php.ini Ssh to your server and...

Uploaded files of FTP shows 600 instead of 644

vi /etc/vsftpd.con localumask=022 /etc/init.d/vsftpd restart

FTP not connecting giving errors in CentOS

1) Check if selinux is disabled # getenforce If it shows enforcing, then selinux is restricting...

Dig command is not working

Use this command to install dig command. # apt-get install dnsutils