Scott Hughes wrote:
I have installed Qmail Toaster via the QMT5ISO and it seems to be up and running for all of my domains. In the wiki for the after-install processes that I followed (http://wiki.qmailtoaster.com/index.php/QMT-ISO_Manual_Guide#Disabling_domainkeys) it tells me to disable the domainkeys by running the command: "ln -sf qmail-queue.orig qmail-queue" and then restarting the qmail processes. I have attempted to now use domain keys by following the video that Jake Vickers produced. It does not appear to be working. Here is my question after a short email discussion with Jake. Am I linked correctly? Here is the output of ls -al on the /var/qmail/bin directory: total 1248
drwxr-xr-x  2 root   qmail   4096 Feb 12 08:59 .
drwxr-xr-x 12 root   qmail   4096 Feb 10 14:34 ..
-rwxr-xr-x  1 root   qmail   9788 Apr 27  2009 bouncesaying
-rwxr-xr-x  1 root   qmail  26324 Apr 27  2009 condredirect
-rwxr-xr-x  1 root   qmail   1087 Apr 27  2009 config-fast
-rwxr-xr-x  1 root   qmail    126 Apr 27  2009 datemail
-rwxr-xr-x  1 root   qmail    929 Apr 27  2009 dh_key
-rwxr-xr-x  1 root   qmail    114 Apr 27  2009 elq
-rwxr-xr-x  1 root   qmail   9072 Apr 27  2009 except
-rwxr-xr-x  1 root   qmail  26316 Apr 27  2009 forward
-rwxr-xr-x  1 root   qmail  24584 Apr 27  2009 instcheck
-rwxr-xr-x  1 root   qmail  20280 Apr 27  2009 maildir2mbox
-rwxr-xr-x  1 root   qmail   8780 Apr 27  2009 maildirmake
-rwxr-xr-x  1 root   qmail  18352 Apr 27  2009 maildirwatch
-rwxr-xr-x  1 root   qmail    179 Apr 27  2009 mailsubj
-rwxr-xr-x  1 root   qmail    115 Apr 27  2009 pinq
-rwxr-xr-x  1 root   qmail  13968 Apr 27  2009 predate
-rwxr-xr-x  1 root   qmail  13972 Apr 27  2009 preline
-rwxr-xr-x  1 root   qmail    115 Apr 27  2009 qail
-rwxr-xr-x  1 root   qmail  12404 Apr 27  2009 qbiff
-rwxr-xr-x  1 root   qmail  14360 Apr 27  2009 qmail-badloadertypes
-rwxr-xr-x  1 root   qmail  14348 Apr 27  2009 qmail-badmimetypes
-rwx--x--x  1 root   qmail  10576 Apr 27  2009 qmail-clean
-rws--x--x  1 qmailq qmail  49968 Apr 27  2009 qmail-dk
-rwx--x--x  1 root   qmail   5876 Apr 27  2009 qmail-getpw
-rwxr-xr-x  1 root   qmail  46836 Apr 27  2009 qmail-inject
-rwx--x--x  1 root   qmail  53368 Apr 27  2009 qmail-local
-rwx------  1 root   qmail  18112 Apr 27  2009 qmail-lspawn
-rwx------  1 root   qmail  14524 Apr 27  2009 qmail-newmrh
-rwx------  1 root   qmail  13928 Apr 27  2009 qmail-newu
-rwxr-xr-x  1 root   qmail  30620 Apr 27  2009 qmail-pop3d
-rwx--x--x  1 root   qmail  14080 Apr 27  2009 qmail-popup
-rwx--x--x  1 root   qmail  18096 Apr 27  2009 qmail-pw2u
-rwxr-xr-x  1 root   qmail  14940 Apr 27  2009 qmail-qmqpc
-rwxr-xr-x  1 root   qmail  18060 Apr 27  2009 qmail-qmqpd
-rwxr-xr-x  1 root   qmail  26268 Apr 27  2009 qmail-qmtpd
-rwxr-xr-x  1 root   qmail  18036 Apr 27  2009 qmail-qread
-rwxr-xr-x  1 root   qmail    371 Apr 27  2009 qmail-qstat
lrwxrwxrwx 1 root root 16 Feb 12 08:59 qmail-queue -> qmail-queue.orig
-rws--x--x  1 qmailq qmail  24776 Apr 27  2009 qmail-queue.orig
-rwx--x--x  1 root   qmail  45056 Apr 27  2009 qmail-remote
-rwx--x--x  1 root   qmail  13988 Apr 27  2009 qmail-rspawn
-rwx--x--x  1 root   qmail  51296 Apr 27  2009 qmail-send
-rwxr-xr-x  1 root   qmail  19480 Apr 27  2009 qmail-showctl
-rwxr-xr-x  1 root   qmail 154824 Apr 27  2009 qmail-smtpd
-rwx------  1 root   qmail   6032 Apr 27  2009 qmail-start
-rwxr-xr-x  1 root   qmail   9800 Apr 27  2009 qmail-tcpok
-rwxr-xr-x  1 root   qmail  10496 Apr 27  2009 qmail-tcpto
-rwxr-xr-x  1 root   qmail  26284 Apr 27  2009 qreceipt
-rwxr-xr-x  1 root   qmail  12004 Apr 27  2009 qsmhook
-rwxr-xr-x  1 root   qmail  10628 Apr 27  2009 sendmail
-rws--x--x  1 clamav root   59212 Apr 28  2009 simscan
-rwxr-xr-x  1 root   root   19153 Apr 28  2009 simscanmk
-rwxr-xr-x  1 root   qmail  30596 Apr 27  2009 spfquery
-rwx--x--x  1 root   qmail   7020 Apr 27  2009 splogger
-rwxr-xr-x  1 root   qmail  26316 Apr 27  2009 srsfilter
-rwxr-xr-x  1 root   qmail  22148 Apr 27  2009 tcp-env
Thanks!

To change the symlink for qmail-queue back to the one with the domainkeys patch:

# cd /var/qmail/bin
# ln -sf qmail-dk qmail-queue

qmail-queue should point to either qmail-queue.orig or qmail-dk, depending on if you want domainkeys processing or not.

--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to