Description
Hello, I am trying to setup DragonFly Mail Agent from FreeBSD 13.1 base to
work with RT (Request Tracker ticket handling software).
Sometimes error "remote delivery failed: corrupted queue file" is logged
and then mail is bounced.
From remote server log (and TCP port capture) it looks like DMA
disconnects after DATA before remote acknowledgement.
Here is what remote server gets in Postfix log:
postfix/smtpd[3592]: lost connection after DATA (873 bytes)
Currently my RT setup submits automated emails to DMA with options -bq
.
At this stage local queuing, before remote delivery, seem to happen without logged errors.
When I later manually flush DMA queue with option -q
then syslog shows:
Sep 21 22:05:11 rt dma[5697f.801c48000][72412]: remote delivery failed: corrupted queue file
Sep 21 22:05:11 rt dma[5697f.801c48000][72412]: delivery failed, bouncing as 575a0
(I also tried, with same results, DMA from FreeBSD binary pkg, version string is 0.13.20220128_1,1
)