logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mda-lmtp - MDA that uses LMTP to do the mail delivery

Description

       mda-lmtp is a very basic MDA that uses LMTP to do the mail delivery.

       It takes command line arguments similar to maildrop or procmail, reads an email via standard input, and
       sends it over the given LMTP server.  Supports connecting to LMTP servers over UNIX sockets and TCP.

       It can be used when your mail server does not support LMTP directly.

Example

mda-lmtp--addr=localhost:1234-fjuan@casa-djose < email

Name

       mda-lmtp - MDA that uses LMTP to do the mail delivery

Options

-addraddress
               LMTP server address to connect to.

       -addr_networknetwork
               Network  of the LMTP address (e.g. unix or tcp). If not present, it will be autodetected from the
               address itself.

       -drecipient
               Recipient.

       -ffrom Whom the message is from.

Return Values

0       success

       75      temporary failure

       other   permanent failures (usually indicate misconfiguration)

See Also

chasquid(1)

                                                   2018-04-02                                        mda-lmtp(1)

Synopsis

       mda-lmtp [-addr_networknet] -addraddr-drecipient-ffrom

See Also