Files
chasquid/docs/man/mda-lmtp.1.md
Alberto Bertogli a80051657a docs/man: Auto-generate markdown manpages
This patch adds auto-generation of markdown manpages, for ease of
reference in other documents and links.
2023-10-04 00:31:14 +01:00

1.1 KiB

NAME

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

SYNOPSIS

mda-lmtp [-addr_network net] -addr addr -d recipient -f from

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 -f juan@casa -d jose < email

OPTIONS

  • -addr address

    LMTP server address to connect to.

  • -addr_network network

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

  • -d recipient

    Recipient.

  • -f from

    Whom the message is from.

RETURN VALUES

  • 0

    success

  • 75

    temporary failure

  • other

    permanent failures (usually indicate misconfiguration)

SEE ALSO

chasquid(1)