This should be done for you when you log into the system. If
you find that it is not, please report it by sending a message to
mv-admin@mv.com or by calling
MV Customer Support at: (603) 629-0000.
If the shell that you are
using does not execute some of the system-wide files, you may have
to set it by hand.
The email clients (elm, pine, mail, etc.)
look for new email in /var/mail/username. Users can override
this location by setting an environment variable.
Using an editor like vi, pico or jove, edit
the file .login (see note below) in your home directory adding the
following line:
setenv MAIL `/usr/local/bin/defaultmailbox`
After adding those commands into the file, save the file and exit
the editor. At the command prompt, enter:
source .login
IMPORTANT: It appears as though some MV Customers have a similiar line
in their .cshrc file. That line may appear as:
set MAIL=/usr/mail/$USER
You may find that you will need to change that line and then
"source .cshrc".
That will make the new variables available in your current login
shell. Future logins should see them upon logging in.
Restart your email program and send yourself a test message, it
should now show it as being sent from your domain.
Note: If you alter the name of the inbox you will need to reflect
the change in your environment variable as well.
Note on .login usage: You may find that you will need to move
this to your .cshrc file. Ideally it should be part of your .login
as it is an environment item that is being set. If you use more
advanced things, such as procmail scripts to autoreply or cronjobs,
you may find that you will need to enter them in the .cshrc file
instead.
|