Home > Help Files > Email > Forwarding

Forwarding


[Summary] [Method 1] [Method 2]

Summary

You can forward your DECF account to a personal account of your choice. Or if you have a class account and a regular kepler account on a machine, you may want all mail to the class account forwarded to your regular kepler account.

Here are the instructions for setting up automatic forwarding:

Method 1 - Using WebMail

Setting it up
  • Login to our WebMail system at https://webmail.decf.berkeley.edu
  • Click on Options (on the top-side Menu)
  • Click on DECF Account Utilities
  • Click on Setup Mail Forwarding and Vacation Message
  • Fill out the form for setting up your forward.
  • Click on Save Options
Turn off mail forwarding
  • Login to our WebMail system at https://webmail.decf.berkeley.edu
  • Click on Options (on the top-side Menu)
  • Click on DECF Account Utilities
  • Click on Setup Mail Forwarding and Vacation Message
  • Remove all the email addresses under Mail Forwarding
  • Click on Save Options

Method 2 - Login into kepler.berkeley.edu

  1. SSH into your kepler.berkeley.edu account
  2. ** You can download the latest SSH here

  3. Create a .forward file in your kepler home directory. At the system prompt (which, here, is represented by the symbol %), type in:

    % pico .forward (press Enter)

  4. When the pico buffer pops up, type in, on the first line, the destination email address for your forwarded mail :

    example: King_Arthur@yahoo.com

  5. If you want your incoming mail to be forwarded and also be kept in the local kepler server, add a single line under the email address that you just typed with your Newton login name:

    example: \arthur

    (The backslash before kepler-login-name tells the mail program not to forward the mail a second time.)

  6. When done, press Enter so that you are on a new line. Save the file and exit pico. To save the file, hold the CTRL and x key (CTRL-x) down at the same time.

  7. Back to the UNIX console, you need check the file permissions for your .forward file. To do so, type in at the system prompt:

    % ls -la | more (press Enter)

    Now look in the right column for the line where your .forward file is. Then directly in the left column check if you have this:

    -rw-r--r--

    This means that your .forward is user-writable but also user/group/other-readable. If it doesn't show as such, type in at the system prompt:

    % chmod 644 .forward (press Enter)

    For more information about file permissions, check out our Help File on the subject.


    You are now all set.

 


Comments to consult@newton.berkeley.edu
© 1998-2009 UC Regents