Difference between revisions of "Dovecot/deliver"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(usage - postfix)
(list of known options)
Line 3: Line 3:
 
  Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>]
 
  Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>]
 
                 [-f <envelope sender>] [-m <mailbox>] [-n] [-s] [-e] [-k]
 
                 [-f <envelope sender>] [-m <mailbox>] [-n] [-s] [-e] [-k]
 
+
==Options==
 
There is some documentation for this command on the [http://wiki.dovecot.org/LDA/Sendmail Dovecot wiki], but it does not describe the available options.
 
There is some documentation for this command on the [http://wiki.dovecot.org/LDA/Sendmail Dovecot wiki], but it does not describe the available options.
 +
* '''-a''' ''address'':
 +
* '''-c''' ''config_file'':
 +
* '''-d''' ''username'': (required)
 +
* '''-e''':
 +
* '''-f''' ''envelope_sender_address'':
 +
* '''-k''':
 +
* '''-m''' ''mailbox'':
 +
* '''-n''':
 +
* '''-p''' ''path'':
 +
* '''-s''':
 
{{seedling}}
 
{{seedling}}
 
==Usage==
 
==Usage==
 
This command is used by [[Postfix]] for delivering mail to user mailboxes.
 
This command is used by [[Postfix]] for delivering mail to user mailboxes.

Revision as of 21:29, 25 September 2010

About

When invoked with improper options, deliver emits the following:

Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>]
               [-f <envelope sender>] [-m <mailbox>] [-n] [-s] [-e] [-k]

Options

There is some documentation for this command on the Dovecot wiki, but it does not describe the available options.

  • -a address:
  • -c config_file:
  • -d username: (required)
  • -e:
  • -f envelope_sender_address:
  • -k:
  • -m mailbox:
  • -n:
  • -p path:
  • -s:
This is a growing seedling article. You can help HTYP by watering it.

Usage

This command is used by Postfix for delivering mail to user mailboxes.