|
|
| |
VDELIVER(1) |
VMailMgr Tools Documentation |
VDELIVER(1) |
vdeliver - VMailMgr delivery agent
vdeliver [-D] [-F] [-R] [-d] [-f]
[--no-predeliver] [--no-postdeliver] [--quiet]
[-r]
vdeliver is the unified e-mail message delivery agent for virtual domains
managed by vmailmgr. It is run from the .qmail-default file, and
automatically handles delivery to any user within a virtual domain.
- -D
- Add the "Return-Path:" line to the top
of the message. (default)
- -F
- Add a ""From "" mailbox
line.
- -R
- Add a ""Return-Path:"" line
(default).
- -d
- Do not add the "Delivered-To:" line to
the top of the message.
- -f
- Do not add the "From" mailbox line to
the top of the message. Note that this line is never added when the
message is being re-injected into the mail stream. (default)
- --no-predeliver
- Do not run vdeliver-predeliver scripts.
- --no-postdeliver
- Do not run vdeliver-postdeliver scripts.
- --quiet
- Suppress all status messages.
- -r
- Do not add the "Return-Path:" line to
the top of the message.
Returns 0 if delivery was successful, 100 if a fatal error occurred, or 111 if a
temporary error occurred.
vdeliver expects to be run by qmail-local as it requires several
of the environment variables that it sets. See the qmail-command(8)
manual page for full details on these variables. In particular, it requires
"DTLINE",
"EXT",
"HOST",
"RPLINE",
"SENDER",
"UFLINE", and
"USER".
checkvpw(1), qmail-command(8)
Bruce Guenter <bruceg@em.ca>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |