Skip to content

qreceipt.1

Manvendra Bhangui edited this page Feb 25, 2024 · 6 revisions

NAME

qreceipt - respond to delivery notice requests

SYNOPSIS

in .qmail: |qreceipt youraddress

DESCRIPTION

When a mail message arrives with youraddress listed in a Notice-Requested-Upon-Delivery-To header field, qreceipt sends a success notice back to the envelope sender.

WARNING: If you create a .qmail file to enable qreceipt, make sure to also add a line specifying delivery to your normal mailbox. For example:

     /home/joe/Mailbox


     |qreceipt joe@nowhere.mil

If running as non-root, qreceipt uses environment set according to files in $HOME/.defaultqueue directory. You can skip $HOME/.defaultqueue if SKIP_LOCAL_ENVIRONMENT is set. If QUEUE_BASE environment variable is not set, it additionally uses environment set according to files in /etc/indimail/control/defaultqueue directory (for any uid).

SEE ALSO

envelopes(5), ifaddr(1), iftocc(1), iftoccfrom(1), bouncesaying(1), condredirect(1), condtomaildir(1), dot-qmail(5), dot-forward(1), fastforward(1), forward(1), printforward(1), setforward(1), filterto(1), except(1), preline(1), qmail-command(8), qnotify(1), replier(1), rrforward(1)

Clone this wiki locally