|
NAMEaoxdeliver - deliver mail into Archiveopteryx.SYNOPSIS/usr/local/bin/aoxdeliver [-f sender] [-t mailbox] [-v] destination [filename]DESCRIPTIONThe aoxdeliver program injects a single mail message in RFC-822 format into Archiveopteryx. It connects to Archiveopteryx's backend database and injects the message into the correct mailbox.aoxdeliver is meant as a compatibility shim for use with e.g. formail(1) and with MTAs that want to deliver to a program. Note that you will generally get better performance by using LMTP. aoxdeliver bypasses Sieve and always stores mail directly into the target mailbox. OPTIONS
EXAMPLESTo deliver an entire berkeley mbox into the inbox of user nirmala@example.com:
To deliver each message in the MH folder +blah into the inbox of user raj@example.net:
To deliver each message in the MH folder +ramble into folder stumble of user raj@example.net:
If raj has not granted "anyone" the "p" right ("p"ost mail to mailbox), this example fails. DIAGNOSTICSThe normal exit status of aoxdeliver is 0. In case of errors, aoxdeliver returns an error code from sysexits.h, such as EX_TEMPFAIL, EX_NOUSER, etc.BUGSDelivering multiple messages would also be good, for those big mailbox migrations. In that case, aoxdeliver should report which messages could be delivered and which could not.There is no command-line option to set the configuration file. AUTHORThe Archiveopteryx Developers, info@aox.org.VERSIONThis man page covers Archiveopteryx version 3.2.0, released 2013-12-02, http://archiveopteryx.org/3.1.3SEE ALSOarchiveopteryx(8), archiveopteryx.conf(5), logd(8), http://archiveopteryx.org
Visit the GSP FreeBSD Man Page Interface. |