dma

  1. dalescott

    email sent via dma is received in plain text without attachments

    Hi all, I'm hosting webERP, a PHP business web app, on FreeBSD 14.2 using PHP 8.2. webERP uses phpMail to send HTML-format emails with PDF attachments. The server uses dma to send email to the SMTP2GO smarthost for delivery. The trouble is that received email is text format instead of HTML and...
  2. E

    /user/sbin/sendmail tasks are accumulating. Sockets are accumulating too.

    As my server runs, it is slowing accumulating these tasks I can see in a ps -ax 18917 - I 0:00.07 /usr/sbin/sendmail -q (dma) I have about 92 of these. I'm running FreeBsd 14.1, postfix version 3.9. On the "digital twin", which is not in active use, I have none of these. Everything else...
  3. Sparkee

    Solved FreeBSD 14: replace dma with postfix?

    For a few servers I must use postfix, what is the best way of replacing dma with postfix?
  4. LarryFahnoe

    14.0 DMA doesn't include gecos in From: headers

    I've just installed a 14.0 system and chose to use the new default MTA DragonFly Mail Agent as this should be perfect for this system. I have configured it for remote delivery via SMARTHOST. I have noticed however that the From: headers only include the e-mail address, and not the gecos field...
  5. byrnejb

    Solved bash - cannot find a mailer (dma)

    I am running a bash script that contains these statements: MAILER="/usr/sbin/sendmail -t" # -t get To:, CC:, and BCC:, from message . . . local _mailer_return=$(cat "${_msg_file_name}" | "${MAILER}") # <<== this is the error, using a variable instead of a literal...
  6. H

    FreeBSD 13.0: Observing corruption in SGL

    Hello , In freeBSD 13.0, while running IO with blocksize 1MB observed corruption in SGL received. Ran IO with FIO (version 3.28)IO tool. Command used : fio --filename=/dev/da0: -direct=1 -iodepth=32 -ioengine=posixaio -rw=randrw -bs=1024k -numjobs=8 -runtime=30 -group_reporting -name=stress...
Back
Top