• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

help setting up domainkeys on Plesk 8.0.1

J

josesan311

Guest
Hello guys,

I have been looking around the plesk forum for some good threads about setting up yahoo domain keys, the only problem is the one i have found is a very old thread
(http://forum.swsoft.com/showthread.php?s=&threadid=26721)
I was wondering if this old way is the only way we have to setup domain keys on plesk-qmail.

By the way, i tried followinig that guide and got a error in the initial process of the how two.

[root@localhost libdomainkeys-0.69]# make
gcc -DBIND_8_COMPAT -O2 -o makeheader makeheader.c
./makeheader <domainkeys.c >domainkeys.h
gcc -DBIND_8_COMPAT -O2 -c dktest.c -I.
dktest.c: In function 'main':
dktest.c:146: warning: pointer targets in passing argument 2 of 'dk_message' differ in signedness
dktest.c:148: warning: pointer targets in passing argument 2 of 'dk_message' differ in signedness
dktest.c:181: warning: pointer targets in passing argument 2 of 'dk_message' differ in signedness
dktest.c:193: warning: pointer targets in passing argument 2 of 'dk_message' differ in signedness
dktest.c:199: warning: pointer targets in passing argument 2 of 'dk_message' differ in signedness
dktest.c:210: warning: pointer targets in passing argument 2 of 'dk_message' differ in signedness
dktest.c:286: warning: pointer targets in passing argument 3 of 'dk_getsig' differ in signedness
dktest.c:291: warning: pointer targets in passing argument 3 of 'dk_getsig' differ in signedness
gcc -DBIND_8_COMPAT -O2 -c domainkeys.c -I.
domainkeys.c: In function 'dkheaders_header':
domainkeys.c:1077: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c:1080: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c:1081: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c: In function 'dkheaders':
domainkeys.c:1129: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c:1133: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c:1134: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c: In function 'dk_message':
domainkeys.c:1544: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
domainkeys.c:1545: warning: pointer targets in passing argument 2 of 'dkhash' differ in signedness
gcc -DBIND_8_COMPAT -O2 -c dns_txt.c
dns_txt.c: In function 'dns_text':
dns_txt.c:133: warning: pointer targets in passing argument 1 of 'dk_strdup' differ in signedness
gcc -DBIND_8_COMPAT -O2 -c -o dktrace.o dktrace.c
rm -f libdomainkeys.a
ar cr libdomainkeys.a domainkeys.o dns_txt.o dktrace.o
ranlib libdomainkeys.a
(if make dnstest >/dev/null 2>&1; then echo -lresolv; else echo ""; fi) >dns.lib
rm -f dnstest
(if make socktest >/dev/null 2>&1; then echo -lsocket -lnsl; else echo ""; fi) >socket.lib
rm -f socktest
gcc -DBIND_8_COMPAT -O2 -o dktest dktest.o -L. -ldomainkeys -lcrypto `cat dns.lib` `cat socket.lib`
./libdomainkeys.a(dns_txt.o)(.text+0x38): In function `dns_text':
dns_txt.c: undefined reference to `__res_query'
./libdomainkeys.a(dns_txt.o)(.text+0x112):dns_txt.c: undefined reference to `__dn_expand'
./libdomainkeys.a(dns_txt.o)(.text+0x229):dns_txt.c: undefined reference to `__dn_expand'
collect2: ld returned 1 exit status
make: *** [dktest] Error 1


Thank you in advance.

Regards.
 
Ok, i was able to continue with that error.
Now im unable to find qmail-scanner-queue.pl

root@localhost qmail-1.03]# less /var/qmail/bin/qmail-scanner-queue.pl
/var/qmail/bin/qmail-scanner-queue.pl: No such file or directory


Does anyone know where is qmail-scanner-queue.pl is in 8.0.1, im unable to find it.

Thank you.
 
Back
Top