Koozali.org: home of the SME Server
Other Languages => Italiano => Topic started by: Fumetto on May 11, 2017, 09:18:46 PM
-
E' arrivata questa (per me) nuova comunicazione... what is this?
Data: 10 May 2017 22:15:02 -0000 [00:15:02 CEST]
Da: Cron Daemon <root@domain.it>
A: root@domain.it
Oggetto: Cron <qpsmtpd@server> /usr/bin/dmarc_send_reports
query called by Mail::DMARC::Report::Store::SQL, 81
SELECT r.id AS rid,
r.begin AS begin,
r.end AS end,
a.org_name AS author,
fd.domain AS from_domain
FROM report r
LEFT JOIN report_record rr ON r.id=rr.report_id
LEFT JOIN author a ON r.author_id=a.id
LEFT JOIN domain fd ON r.from_domain_id=fd.id
WHERE rr.count IS NULL
AND rr.report_id IS NOT NULL
AND r.end < ?
GROUP BY r.id
ORDER BY r.id
LIMIT 1
1494454502no such table: report at /usr/share/perl5/vendor_perl/Mail/DMARC/Report/Store.pm line 27
-
<rant>
NESSUNO che legge le release notes?
</rant>
DMARC (che comunque c'era anche prima dell'aggiornamento) รจ un metodo di controllo dello spam.. in estrema sintesi, quando un messaggio non legittimo viene intercettato, viene registrato in un db
per esempio, se arriva unn messaggio che si spaggia per emesso da google
a fine giornata viene mandato un report (con dei dati utili all'identificazione del messaggio) ai vari ISP
nel tuo caso.. hai un bug :-)
bugzilla, please, grazie
-
Bug (https://bugs.contribs.org/show_bug.cgi?id=10295)