Hello Didier,
thanks a lot for your report! I've created an issue for your specific
problem here: 
https://gitlab.labs.nic.cz/labs/knot/issues/299 .
Lowercasing the CNAMEs would fix the issue, but if you're unable (or
don't want to) to modify your master data, we should have a fix for you
fairly soon.
Regards, Jan.
On 09/22/2014 05:28 PM, Didier ALBENQUE wrote:
  Hi,
 I am currently testing knot and I have found a problem when CNAME
 are in uppercase.
 My primary server is running with BIND.
 I have these two declarations :
 myserver                                IN      A       10.1.1.1
 myserver-alias                          IN      CNAME   MYSERVER
 On the knot secondary server, after zone transfer, all seems ok :
 myserver.mydomain.fr.    900     A       10.1.1.1
 myserver-alias.mydomain.fr.      900     CNAME   MYSERVER.mydomain.fr.
 But when I ask knot for myserver-alias, I have a NXDOMAIN response
 (tcpdump output below) :
 17:00:29.718834 IP dns-client.38146 > knot-server.domain: 4787+ A?
 myserver-alias.mydomain.fr. (43)
 17:00:29.719011 IP knot-server.domain > dns-client.38146:
 4787 NXDomain*- 1/1/0 CNAME MYSERVER.mydomain.fr. (123)
 17:00:29.719555 IP dns-client.54520 > knot-server.domain: 2945+ A?
 myserver-alias.mydomain.fr.mydomain.fr. (54)
 17:00:29.719637 IP knot-server.domain > dns-client.54520: 2945
 NXDomain*- 0/1/0 (111)
 Tested with knot 1.5.1 and 1.5.2
 Best regards,