13. Frequently-Asked Questions

This section contains various “frequently-asked questions” and their answers. Contributions to this section are gratefully accepted, please send e-mail to the author.

13.1. Unwanted Mail Questions
Q1. I'm receiving unacceptable amounts of unwanted commercial e-mail (aka spam) in my INBOX. What should I do?
Q2. I have tried the simple SpamAssassin filtering described above, and I'm still getting too much spam in my INBOX. What should I do?
Q3. I've received harrassing or threatening e-mail I suspect may be in violation of law or University rules. What should I do?
Q4. I'm receiving annoying e-mail that is not spam, and I don't want to get the sender in trouble. What should I do?
Q5. I've received mail referring to a message apparently from me that I'm sure I didn't send! What's up with that?
13.2. WebMail Questions
Q6. I'm having a problem deleting mail messages. What should I do?
Q7. I can't compose or reply to messages in WebMail! What should I do?
Q8. Deleted mail messages keep showing up in my INBOX! What's up with that?
Q9. Where is the address book?
Q10. How can I look up someone's e-mail address if I know their name?
Q11. How do I quickly add addresses to my addressbook from a mail message?
Q12. Where are my mail folders?
Q13. How do I save mail I send?
Q14. How do I set up a signature in WebMail?
Q15. My messages are listed in the wrong order! What should I do?
Q16. My question isn't answered here! What should I do?
13.3. Other Mail Questions
Q17. How can I forward (or stop forwarding, or change the forwarding address for) my CIS Unix e-mail elsewhere?
Q18. I will be away from my office for a time. Is there a way to set up an auto-reply to notify people who send me e-mail about my absence?
Q19. I got a mail message telling me that incoming mail to me has been deferred due to disk space problems. What should I do?
13.4. Terminal Session Questions
Q20. I can't run standard commands like pine or lynx or menu. Or I get logged out immediately after I log in. What should I do?
Q21. How can I see the message of the day again?
Q22. When I try to log out, the computer tells me I have stopped or suspended jobs. What should I do?
Q23. How can I change my shell?
13.5. Account Questions
Q24. I'm leaving the University. When will my account go away?
Q25. Can I have an account for my department or organization?

13.1. Unwanted Mail Questions

Q1. I'm receiving unacceptable amounts of unwanted commercial e-mail (aka spam) in my INBOX. What should I do?
Q2. I have tried the simple SpamAssassin filtering described above, and I'm still getting too much spam in my INBOX. What should I do?
Q3. I've received harrassing or threatening e-mail I suspect may be in violation of law or University rules. What should I do?
Q4. I'm receiving annoying e-mail that is not spam, and I don't want to get the sender in trouble. What should I do?
Q5. I've received mail referring to a message apparently from me that I'm sure I didn't send! What's up with that?
Q1.

I'm receiving unacceptable amounts of unwanted commercial e-mail (aka “spam”) in my INBOX. What should I do?

A1.

The CIS Unix systems provide you with tools to set up a reasonably effective spam filter, based on the SpamAssassin program, that diverts unwanted mail into an alternate mailbox. This is not (however) set up for you by default. If you would like to investigate and possibly start SpamAssassin-based spam filtering, please visit the Spam Filtering web page.

Some unsolicited commercial e-mail comes with directions on how to (allegedly) remove yourself from the mailing list. Following the instructions may work if the mail is coming from a reputable and responsible enterprise. All too often, however, your response is simply used to verify that your address is still working; this information is quickly passed on to other unscrupulous advertisers. You may get removed from that particular mailing list, but wind up with more unsolicited commercial e-mail than you would have otherwise.

Q2.

I have tried the simple SpamAssassin filtering described above, and I'm still getting too much spam in my INBOX. What should I do?

A2.

You can set up advanced spam filtering with Bogofilter. This requires more work than the SpamAssassin method, but, in combination with SpamAssassin, it's extremely effective at keeping spam out of your INBOX. For more information, see the Spam Filtering with Bogofilter page.

Q3.

I've received harrassing or threatening e-mail I suspect may be in violation of law or University rules. What should I do?

A3.

First of all, don't delete or alter such messages. If the message may be in violation of law or UNH rules, they are important evidence.

If you would like our advice, forward the e-mail to the system administrators (). We'll attempt to give you our help and best advice on how to proceed.

At your discretion, you may want to contact the police or appropriate University authorities first. That's fine. Given your permission, we will devote maximum effort into cooperation with any legitimate investigation.

Q4.

I'm receiving annoying e-mail that is not spam, and I don't want to get the sender in trouble. What should I do?

A4.

If you're getting continuing annoying messages that you would like to simply throw away unread, it may be possible to set up a “procmail filter”. Try to find something in the mail header that the messages have in common: the sender's address, a subject line. Use your favorite editor to create a .procmailrc file in your home directory. For example:

% pico .procmailrc

You place rules in the file to handle incoming mail that matches criteria you specify differently. For example, here's a .procmailrc file with one rule:


:0:
* ^From.*dimwit@annoy.me.edu
/dev/null

This throws away mail that is from dimwit@annoy.me.edu. (The /dev/null file is a Unix data sink.)

[Warning]

Obviously, this is something you want to be careful with, since typing mistakes can cause mail you wanted to get thrown away. If you aren't comfortable with a Unix editor, the Help Desk can help. The .procmailrc file can do many other things besides this; if you're interested, a good place to start is the Procmail Quick Start page.

This method isn't useful for spam filtering, since spammers continually alter their subject lines and sender addresses. Speaking of which:

Q5.

I've received mail referring to a message apparently from me that I'm sure I didn't send! What's up with that?

A5.

It's unfortunately common for spammers and virus writers to send mail with forged “From” addresses. Often they pick common names (joe, bill, bob), and sometimes they pick addresses found in Microsoft Outlook address books on infected machines. If your address is forged on such mail, and there's an error in delivery, then you'll receive the resulting error messsage.

There's not a lot you or we can do about this. Delete the message and move on.

13.2. WebMail Questions

Q6. I'm having a problem deleting mail messages. What should I do?
Q7. I can't compose or reply to messages in WebMail! What should I do?
Q8. Deleted mail messages keep showing up in my INBOX! What's up with that?
Q9. Where is the address book?
Q10. How can I look up someone's e-mail address if I know their name?
Q11. How do I quickly add addresses to my addressbook from a mail message?
Q12. Where are my mail folders?
Q13. How do I save mail I send?
Q14. How do I set up a signature in WebMail?
Q15. My messages are listed in the wrong order! What should I do?
Q16. My question isn't answered here! What should I do?
Q6.

I'm having a problem deleting mail messages. What should I do?

A6.

WebMail obsesses over deleting things “safely” in order to be sure your mailboxes aren't accidentally corrupted. Which is fine, but it means (paradoxically) you need some more free space in your account to get rid of large volumes of mail. If you get UID COPY failed: Message copy failed: Disk quota exceeded messages while trying to delete mail, this could be the problem.

One thing to try is deleting smaller amounts of stuff first before you delete the big stuff. (The more free space you have in your account the more stuff you can delete.)

This may not work if you are absolutely out of space. In that case, please see Q: Q19.

Q7.

I can't compose or reply to messages in WebMail! What should I do?

A7.

WebMail can be a more than a little picky about your browser's add-ons or configuration. The most common problem is a conflict between so-called “popup blockers” and the ability to compose or reply to messages. If you're having a problem with WebMail, see if the same thing happens when you use a different computer. If the problem only occurs on your computer, here are some things to check:

  • One thing to try (and probably the least work) is to disable WebMail's default option to compose mail in a separate window:

    1. Click the “Options” icon;

    2. On the resulting screen, select “Mail” from the “Edit options for:” pulldown menu;

    3. On the resulting screen, click on “Message Composition”;

    4. On the resulting screen, uncheck the “Compose messages in a separate window?” option.

    5. Click “Save Options”.

  • You might want to install and use the Firefox web browser. (This method is very effective in “fixing” problems with Microsoft Internet Explorer: use something else instead.) Firefox is available for all major platforms. Visit the Firefox website for information and download.

  • Make sure your web browser is up to date. For Internet Explorer on Microsoft Windows, you can select “Windows Update” from the “Tools” menu in the browser; this will take you to Microsoft's update site.

  • WebMail makes heavy use of Javascript and cookies; it's possible to configure your browser to disable these. If WebMail doesn't seem to work at all, you might want to check your security settings.

  • Check your add-on software. Various packages, including “Google Toolbar”, “AIM Toolbar Pop-up Blocker”, “Pop-Up Stopper”, “Content Advisor”, and the “CommonName” program have interfered with normal operation of WebMail. If you have a popup blocker installed, many of them will allow you to selectively enable popups. (For example, I'm told that if you have the AIM Toolbar Pop-up Blocker installed, you can hold down the CTRL key while left clicking on the link to allow popups.)

Q8.

Deleted mail messages keep showing up in my INBOX! What's up with that?

A8.

This can be a symptom of a conflict between your web browser's "cache" and the current state of your INBOX. Often clearing your cache will make the problem go away. For Internet Explorer, please see Microsoft's How and Why to Clear Your Cache document.

Q9.

Where is the address book?

A9.

It's under “Organizing” in the leftside menu (click the plus sign, if necessary). See, things are so organized now, they're hard to find. Ironic.

Q10.

How can I look up someone's e-mail address if I know their name?

A10.

Open up the Address Book (see Q: Q9 if necessary); click the "Search Icon" in the upper icon menu if necessary; choose “CIS Unix Directory” from the “From” pulldown menu.

You can do a “Basic Search” to find your recipient if you know their exact name as we have it (including middle initial). You can also search on first name or last name by choosing appropriately from the “Find” pulldown menu. (You should be aware that common names may return a lot of results.) When you've composed your query, click “Search”.

More useful searches can be obtained by clicking the “Advanced Search” on the right side of the screen. Choose “CIS Unix Directory” from the “Directory” pulldown menu. Type (for example) your recipient's first and last names into the appropriate boxes and click “Search”.

In either Basic or Advanced Searches, any matches will be displayed. Clicking on the name will display the complete entry for the individual; clicking on the e-mail address will bring up a compose window with the address pre-entered.

You can also do a “Basic Search” of the User Directory from a compose window.

Q11.

How do I quickly add addresses to my addressbook from a mail message?

A11.

It used to be in the olden days that a little address book icon appeared next to addresses in mail messages; this allowed you to quickly add the addresses to your address book.

This is now an option. If you want it (or want it back):

  1. click "Options";

  2. on the resulting screen, choose "Mail" from the pulldown menu if necessary;

  3. on the resulting screen, choose "Address Books" from the right column;

  4. on the resulting screen, choose "My Addressbook" from the pulldown menu on the bottom;

  5. click "Save Options".

Q12.

Where are my mail folders?

A12.

Click the "Folders" icon, then it may be necessary to click "Expand All" to see them.

Q13.

How do I save mail I send?

A13.

You don't have to save copies of mail messages you send out to others, but it's an option. If you want to do that:

  1. Click "Options";

  2. On the resulting screen, choose "Mail" from the pulldown menu if necessary;

  3. On the resulting screen, click "Personal Information" in the left column;

  4. On the resulting screen, choose "Default Identity" from the pulldown menu labelled "Select the identity you want to change";

  5. At the bottom of the screen, make sure the "Save sent mail" option is checked;

  6. If desired, choose a folder from the appropriate pulldown in which to save your mail;

  7. Click "Save Options";

  8. Optionally, repeat for your other identities, if you have them.

Q14.

How do I set up a signature in WebMail?

A14.

Some people like to have a signature on their sent mail: a block of text containing your full name, contact information, affiliation, pithy quote, etc. To do that:

  1. Click "Options";

  2. On the resulting screen, choose "Mail" from the pulldown menu if necessary;

  3. On the resulting screen, click "Personal Information" in the left column;

  4. On the resulting screen, choose "Default Identity" from the pulldown menu labelled "Select the identity you want to change";

  5. Fill in the "Your signature:" text block;

  6. Click "Save Options";

  7. Optionally, repeat for your other identities, if you have them.

Q15.

My messages are listed in the wrong order! What should I do?

A15.

If incoming messages do not appear where you expect them to in the INBOX, probably you have (accidentally) specified a sort-order for your messages that you don't want. To (for example) sort on reverse-received order, click on the '#' at the top of the message-number column, then click on the little triangle next to that to get it to point down.

(You can sort on any column, up or down, this is just an example.)

Q16.

My question isn't answered here! What should I do?

A16.

Thanks for looking here. For further information, you might try (a) checking out the CIS Unix WebMail Infrequently-Asked Questions document; (b) looking at the Horde User's FAQ, written by the people who wrote the WebMail software; or (c) using the “Problems” link from within WebMail to send us mail.

13.3. Other Mail Questions

Q17. How can I forward (or stop forwarding, or change the forwarding address for) my CIS Unix e-mail elsewhere?
Q18. I will be away from my office for a time. Is there a way to set up an auto-reply to notify people who send me e-mail about my absence?
Q19. I got a mail message telling me that incoming mail to me has been deferred due to disk space problems. What should I do?
Q17.

How can I forward (or stop forwarding, or change the forwarding address for) my CIS Unix e-mail elsewhere?

A17.

You can set up, remove, or change e-mail forwarding on the web at https://webmail.unh.edu/cisunix/emailforward.html.

To set up (or change) forwarding in a normal login session, give the Unix shell command:

% echo me@somewhere.else.com > ~/.forward

Substitute your desired forwarding address for me@somewhere.else.com in the command you actually type.

[Caution]

You should test mail forwarding by sending yourself e-mail to your CIS Unix address and making sure it goes to the address you expect.

To remove forwarding and start receiving mail on your CIS Unix account again, give the Unix shell command:

% rm .forward
Q18.

I will be away from my office for a time. Is there a way to set up an auto-reply to notify people who send me e-mail about my absence?

A18.

There is a vacation program on the CIS Unix mail delivery hosts that will send an automatic reply to messages sent to you while you are away. You can configure or remove vacation auto-replying on the web at https://webmail.unh.edu/cisunix/vacation.html.

To set up auto-replying in a login session:

  1. Create a .forward in your home directory:

    % pico .forward
    

    If you want to have the system throw away your incoming mail so you won't go over quota while on vacation, enter this line in the .forward file:

    "| vacation joe"
    

    If you would like to store incoming messages until you return you should alter this line to read:

    \joe, "| vacation joe"
    

    And if you have a 'first.last@unh.edu'-style alias, you'll probably want to specify that as well:

    \joe, "| vacation -a joseph.englebart@unh.edu joe"
    

    In any case, you (of course) substitute your own username for joe. You also need to be extremely careful with punctuation and spacing. The quotation marks (") need to be there. The vertical bar (|) is obtained by typing Shift+\.

    Once you've done that to your satisfaction, type Ctrl+X to Exit, Y to save changes, and Enter to save as .forward.

  2. Optionally, create a .vacation.msg file to be sent as your auto-reply:

    % pico .vacation.msg
    

    For example, you could enter something like the following (with appropriate substitutions):

    
    From: Joe Englebart <joe@cisunix.unh.edu>
    Subject: Vacation
    
    I'm off to dance with wolves on the Siberian tundra.
    I will not be receiving mail until I return on January 3, 2003.  
    If you have an urgent request, please send mail to someone.else@unh.edu.
    

    The From: line should be the first line in the file; there should be a blank line between the Subject: line and the message text. Once you've done that to your satisfaction, type Ctrl+X to Exit, Y to save changes, and Enter to save as .vacation.msg.

  3. Auto-replying should now be working. It would be a good idea to ask a friend to test it by sending you mail.

  4. To remove the autoreply feature when you return, give the Unix shell command:

    % rm .forward
    
Q19.

I got a mail message telling me that incoming mail to me has been deferred due to disk space problems. What should I do?

A19.

There is no one-size-fits-all answer. Here are some guidelines:

  • First, note that one thing may not work well at all: asking for help via e-mail. If e-mail to your account is failing because you're out of disk space, you won't see any reply, helpful or not. If you need help, phone the CIS Help Desk at (603)862-4242.

  • One (relatively) easy thing to do is to look through your stored e-mail for large messages; Pine and other mailers will usually show some indication of each message's size. Often large attachments (pictures, songs, PowerPoint presentations, etc.) can only be used directly on a PC; transfer the attachments to your PC if you want, and delete the messages.

  • PC-based mail programs like Eudora will often have an option to “leave mail on the server”. This is very often a poor choice, since it's easy to let the mail pile up until there are disk-space problems.

  • The Out of Disk Space? web page provides more information on Unix shell commands you can use to track down where space in your Unix directory is being used and to reclaim space. If you're not comfortable with shell commands, you might be able to mount your Unix directory on your PC (see guidelines for this in Section 11.6, “File Access via SMB and Appletalk”); you can then use windows-based tools for finding large useless files and deleting them.

  • If you really do need additional long-term disk space, see Section 8.3, “Quota Policy” for information.

The staff at Dimond Academic Commons Information Technology Support Center (DAC ITSC) in the Dimond Library is available to help anyone with account quota issues. The hours of operation are Monday through Friday, 8:00 a.m. to 4:30 p.m. You may also call 862-4242 for additional support.

13.4. Terminal Session Questions

Q20. I can't run standard commands like pine or lynx or menu. Or I get logged out immediately after I log in. What should I do?
Q21. How can I see the message of the day again?
Q22. When I try to log out, the computer tells me I have stopped or suspended jobs. What should I do?
Q23. How can I change my shell?
Q20.

I can't run standard commands like pine or lynx or menu. Or I get logged out immediately after I log in. What should I do?

A20.

Almost always this is due to a corrupt or missing .login file. You can customize your Unix computing environment in many ways by editing your .login, .cshrc, and source.in files in your home directory. (Most commonly, you can set up command aliases to make typing common commands faster and easier to remember.)

However, you can also cause problems for yourself if there are syntax errors in your changes, or if you just delete any of these files. Possible symptoms: being logged out immediately or normal commands becoming unavailable.

If you think you've made a mistake in (or deleted) one of your startup files, you can recover things yourself (if you can log in). First, rename your existing startup files so they won't be read at login:

%  /bin/mv .login login.save
%  /bin/mv .cshrc cshrc.save
%  /bin/mv source.in source.in.save
[Note]

You'll get an error message if these startup files don't exist. Ignore that.

Then give yourself a fresh copy of the default .login file:

% echo source /usr/local/etc/generic.login > .login

Then log out and back in again. Things should work. You should be able to try doing your customizations again, if you still want to.

If your startup files are preventing you from logging in on one machine (say Euler), try the others (Pascal and Zeno). Sometimes minor differences between the machines can make one more "forgiving" of startup file problems than another.

If you can't log in anywhere, you'll have to contact the Help Desk (call 2-4242) or use the CIS Help Desk Questions form to have a system administrator fix your account.

Q21.

How can I see the message of the day again?

A21.

Sometimes the system scrolls the “message of the day” (/etc/motd) file by fast enough so that it can't be read by mortal human beings, even ones with a college education. If you think you may have missed something important, give the command:

% more /etc/motd
Q22.

When I try to log out, the computer tells me I have stopped or suspended jobs. What should I do?

A22.

During your session, you may have (accidentally or on purpose) typed Ctrl+Z to suspend a process. Suspended processes remain “in the background” as long as you are logged in, or until you start them up again, whichever comes first. If you attempt to log out with a suspended process in the background, the system will warn you:

% logout
There are suspended jobs. 
% 

To clean up a suspended job, give the fg command to “bring it to the foreground.

% fg

At this point, you can either let the process run to completion, or exit from the program properly, for example by typing Ctrl+C. Then attempt to log out again. If you still get the suspended jobs message, repeat the above.

[Tip]

If you are in a hurry, a second logout command given immediately after the first will log you out. However, this will also kill the suspended jobs, which may not be what you want to do.

Q23.

How can I change my shell?

A23.

Give the command:

% chsh

and follow the prompts.

13.5. Account Questions

Q24. I'm leaving the University. When will my account go away?
Q25. Can I have an account for my department or organization?
Q24.

I'm leaving the University. When will my account go away?

A24.

For most users who leave the University at the end of a semester, your account will be removed approximately five weeks after the first day of classes in the following (Fall or Spring) semester. An e-mail notice will be sent to your account two weeks before your account is scheduled to be removed. We try to post the exact date on the End of Semester Notes page.

If you leave the University during Fall or Spring semesters (for example, if you are a student, and your registration is deleted), then you will probably receive an e-mail notice soon afterward notifying you of your account's expiration in two weeks.

It's possible for your account to be removed outside this timeframe in accordance with policies described in Section 3, “CIS Unix Accounts”.

Q25.

Can I have an account for my department or organization?

A25.

Yes. Departments and organizations can get CIS Unix accounts for a yearly fee. You can contact the CIS Help Desk (2-4242) for more information.

If you'd prefer not to pay a yearly fee: oftentimes what people really want when they ask for such an account is one to which mail will be delivered separate from their personal mail. To accomplish this, you can set up a “non-personal e-mail alias” for your department or organization. (See the Non-personal Alias Policy web page for more information.)

Once the alias is set up, you can divert mail incoming to that address to a separate mailbox using a procmail filter, and configure your mail software to handle it specially. More information on that is also available; see the generic mailing address web page.

You can (if you wish) share access to the mailbox with other Unix users of your choice. This is just a specific application of Unix “group” file sharing, described in the document Sharing Information with Others.