-
-
Notifications
You must be signed in to change notification settings - Fork 3
vacation.8
vacation - auto responder for virtual domain user
vacation [email_addr] [vacation_mesg_file]
vacation implements auto reply for virtual domain users. Without any arguments, the only usage is in .qmail files or as a valias with valias_line as
'| /usr/bin/vacation'
When arguments email_addr and vacation_mesg_file is specified, autoresponder(1) is setup for user specified by email_addr in the user's .qmail (dot-qmail) file.
vacation uses the environment variable CHARSET to set the charset.
email_addr
Fully qualified email address for a virtual domain user.
vacation_mesg_file
A file containing the text for auto reply. If the filename is '-'
(hyphen), any existing auto-reply is removed for the user. If the
filename is '+' (plus sign), the text for auto-reply is taken from
STDIN.
0 if successful, non-zero for any failure. Diagnostics are printed on STDOUT.
autoresponder(1), vmoduser(1), vdelivermail(8), dot-qmail(5),