package: rddmarc
version: 1.3.2-2: stable

from file mkdmarc at /usr/share/doc/rddmarc

CREATE TABLE report (

 serial int(10) unsigned NOT NULL AUTO_INCREMENT,
 mindate timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE
CURRENT_TIMESTAMP,
 maxdate timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
 domain *varchar(255)* NOT NULL,
 org varchar(255) NOT NULL,
 reportid varchar(255) NOT NULL,
 PRIMARY KEY (serial),
 UNIQUE KEY domain (domain,reportid)
);

error in mariadb not mysql

Logs error as:


ERROR 1071 (42000) at line 31: Specified key was too long; max key
length is 767 bytes

other errors in sql file might exist

for example non packaging of mysql_ip6.c - required or not

First time install of package and your sql syntax is widely used by
many other dmarc report tools

Aim to import emailed dmarc reports into sql from email

Can the sql reflect that non oracle software features is packaged in
debian if possible


Using debian Jessie [stable]

Reply via email to