Koozali.org: home of the SME Server

dmarc_send report

Offline Fumetto

  • *
  • 874
  • +1/-0
dmarc_send report
« on: May 11, 2017, 09:18:46 PM »
E' arrivata questa (per me) nuova comunicazione... what is this?

Code: [Select]
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

Offline Stefano

  • *
  • 10,836
  • +2/-0
Re: dmarc_send report
« Reply #1 on: May 11, 2017, 10:37:22 PM »
<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

Offline Fumetto

  • *
  • 874
  • +1/-0
Re: dmarc_send report
« Reply #2 on: May 12, 2017, 02:09:39 AM »