Maintain Vacation replies: Difference between revisions

From CSEE Documentation
No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Vacation allows for an autoreply email to be sent to every sender of every email received.  The sender only gets one vacation autoreply message, even if multiple messages are sent.  Emails coming from nefarious sources will also be sent an email.
Vacation allows for an autoreply email to be sent to every sender of every email received.  The sender only gets one vacation autoreply message, even if multiple messages are sent.  Emails coming from nefarious sources will also be sent an email.


Vacation needs to be manually activated and deactivated.
Vacation needs to be manually activated and deactivated, and as of March 20th 2025 can only be managed using the webmail interface at [https://webmail.cs.umbc.edu webmail.cs.umbc.edu].


==Enable Vacation==
==Enable Vacation==
Log in to a CSEE UNIX system.


Edit ~/.vacation.msg and write your autoreply message.
[[File:Vacation.webm|1900px]]


Initialize your vacation database with
# Select the "Settings" gear icon.
vacation -i
# Choose "out of office."
 
# Edit the fields as you desire. Make sure you to change "status" to on.
Edit ~/.forward and make sure it only contains the following, replacing each username with your username
# Select "save."
\username, "|/usr/bin/vacation username"


==Disable Vacation==
==Disable Vacation==
Either delete ~/.forward or return the .forward contents to what it was before changing it when enabling Vacation.
Do the same as above, but change "status" to off.

Latest revision as of 13:55, 14 March 2025

Vacation allows for an autoreply email to be sent to every sender of every email received. The sender only gets one vacation autoreply message, even if multiple messages are sent. Emails coming from nefarious sources will also be sent an email.

Vacation needs to be manually activated and deactivated, and as of March 20th 2025 can only be managed using the webmail interface at webmail.cs.umbc.edu.

Enable Vacation

  1. Select the "Settings" gear icon.
  2. Choose "out of office."
  3. Edit the fields as you desire. Make sure you to change "status" to on.
  4. Select "save."

Disable Vacation

Do the same as above, but change "status" to off.