corecode / dma

The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.
Other
235 stars 51 forks source link

support command aliases #102

Open clinta opened 3 years ago

clinta commented 3 years ago

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 the privileges of the daemon's
             unprivileged account.
corecode commented 3 years ago

when we designed the dma architecture, we deliberately decided against running commands, because it requires running as setuid root and increases the vulnerability surface significantly. if you need command aliases, dma is not for you.

On August 13, 2021 3:08:21 PM CDT, Clint Armstrong @.***> wrote:

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 the privileges of the daemon's
            unprivileged account.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/corecode/dma/issues/102 -- Sent from my Android device with K-9 Mail. Please excuse my brevity.