dbmail-deliver
DBMAIL-DELIVER(1)
=================
NAME
----
dbmail-deliver - inserts messages into the DBMail mailsystem.
SYNOPSIS
--------
dbmail-deliver [-t headerfield] [-d addresses] [-u usernames] [-m|-M mailboxname]
[-r return path] [-f configFile]
DESCRIPTION
-----------
The dbmail-deliver program inserts messages from the commandline or from
any MTA into the DBMail mailsystem. The program reads from standard input.
OPTIONS
-------
-t headerfield::
Deliver messages to the recipient MIME header specified in
headerfield. The default header to use is the "Delivered-To:"
header.
-d addresses...::
Deliver messages to the recipients specified by addresses. This
option is mostly used for delivery from an MTA. Separate multiple
addresses by spaces.
-u usernames...::
Deliver messages straight to the given username.
Separate multiple usernames with spaces.
-m mailboxname::
Deliver messages to mailbox mailboxname of the recipient. If
this mailbox does not exist yet, it is created. Sieve scripts
will be run normally, possibly altering the destination mailbox.
-M mailboxname::
Deliver messages to mailbox mailboxname of the recipient. If
this mailbox does not exist yet, it is created. Sieve scripts
are not run. Permission checks are not performed for mailbox creation
or message delivery.
-r returnpath::
Set return path for bounces and other error reports to return path.