dma icon indicating copy to clipboard operation
dma copied to clipboard

The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.

Results 43 dma issues
Sort by recently updated
recently updated
newest added

I setup dma v0.13 on slackware linux 15.0 with those settings in view to do SASL on submissions (465/tcp). ``` MAILNAME (HOST).localdomain SECURETRANSFER AUTHPATH /etc/dma/auth.conf PORT 465 ``` I also...

First let me say thanks for DMA, it's a great lightweight MTA. I use it everywhere I don't want a full MTA and it does the job perfectly. I'm trying...

Currently dma chokes on mail input which contains lines longer than 1000 bytes, because of the buffer being used. When it does not find a newline at the end, it...

Noticed dma doesn't support .forward files and there's a placeholder in dma.c

Hi, I'm using dma on a FreeBSD 13 machine with a smarthost (smtp.migadu.com), but dma crashes with a stack overflow after consuming 100% cpu for a few minutes. I've seen...

Hi! I have been trying for hours to figure this out but did not manage, therefore I wanted to ask here. I installed dma on a raspberry pi with the...

It would be nice if dma worked with command aliases. As described in `aliases(5)` ``` |command Pipe the message to command on its standard input. The command is run under...

This adds header From rewriting when enabled in dma.conf with REWRITEFROM. The original From header is added as "X-Original-From". The maximum length of the From header is limited to 10...

I'm using this configuration: ``` root@brix:/etc/dma# grep -vE '(^$|^#)' dma.conf SMARTHOST localhost MAILNAME /etc/mailname MASQUERADE [email protected] ``` to send all mails to a [docker container](https://hub.docker.com/r/namshi/smtp) running an smtp replay which...

Hello, I've rewritten the configuration parsing to make use of simple lex/yacc parsers just as for the aliases file. Furthermore I've added reasonable data hiding so that the program uses...