Search K
Appearance
Appearance
dovecot-lda [-ek] [-a address] [-c config_file] [-d username] [-f envelope_sender] [-m mailbox] [-o setting=value] [-p path] [-r address]
The dovecot-lda is a local mail delivery agent which takes mail from an MTA and delivers it to a user's mailbox, while keeping Dovecot index files up to date.
Main features of the dovecot-lda are:
Options accepted by dovecot-lda:
Destination address (e.g. user+ext@domain). If not specified, default is based on the lda_original_recipient_header
setting.
Alternative configuration file path.
Destination username. If given, the user information is looked up from userdb. Typically used with virtual users, but not necessarily with system users.
If mail gets rejected, write the rejection reason to stderr and exit with status 77 (EX_NOPERM). The default is to send a rejection mail ourself.
Envelope sender address. If not specified and message data begins with a valid mbox-style "From "
line, the address is taken from it.
Don't clear all environment at startup.
Destination mailbox (default is INBOX). If the mailbox doesn't exist, it will not be created (unless lda_mailbox_autocreate = yes
). If a message couldn't be saved to the mailbox for any reason, it's delivered to INBOX instead.
If Sieve plugin is used, this mailbox is used as the keep
action's mailbox. It's also used if there is no Sieve script or if the script fails for some reason.
Deliveries to namespace prefix will result in saving the mail to INBOX instead. For example if you have Mail/
namespace, this allows you to specify dovecot-lda -m Mail/$mailbox
where mail is stored to Mail/$mailbox
or to INBOX if $mailbox
is empty.
The mailbox name is specified the same as it's visible in IMAP client. For example if you've a Maildir with .box.sub/
directory, your namespace configuration is namespace_prefix = INBOX/
and namespace_separator = /
, the correct way to deliver mail there is to use -m INBOX/box/sub
Overrides the configuration setting from /etc/dovecot/dovecot.conf and from the userdb with the given value. In order to override multiple settings, the -o option may be specified multiple times.
Path to the mail to be delivered instead of reading from stdin. If using maildir the file is hard linked to the destination if possible. This allows a single mail to be delivered to multiple users using hard links, but currently it also prevents deliver from updating cache file so it shouldn't be used unless really necessary.
Final envelope recipient address. Defaults to -a
address, but may differ if, e.g., aliases are used or when dropping the +detail
part.
dovecot-lda will exit with one of the following values:
Report bugs, including doveconf -n output, to the Dovecot Mailing List dovecot@dovecot.org. Information about reporting bugs is available at: https://dovecot.org/bugreport.html
Related MTA specific documentation: