Albert Lee <[EMAIL PROTECTED]> wrote:
>
> (1) The userid I use to log into my Linux box (lee3) is different from
>     the userid I use to send mail through my ISP ([EMAIL PROTECTED]).
>     How do I get mutt to use my ISP userid instead of my local userid?

The Unix way (i.e. the "right" way) is to fix this in your MTA.  I mean,
what if you sent some mail using the "mail" utility instead of using
Mutt?  Then the mail would have the wrong return address on it.  But if
you fix sendmail so that any time it sees mail going out with the name
"lee3", and it changes it to "[EMAIL PROTECTED]", then things will
always work the way you want them to.

Of course, this is not the easiest thing to do, so most people just try
to ignore it.  But it *is* the right solution.

>     I also tried using the -f option of sendmail, but it
>     generated a warning (something like "lee3 changed
>     userid to acllee using -f option") on all my email.

If you want to go that way, you can add your user id to the list of
"trusted" users in the sendmail.cf file.  It will get rid of the
warning.

> (2) I get mail from my ISP using pop3.  Is there any way I
>     can automatically save all incoming mail after I retrieve them?

Isn't there a pop_delete variable that affects this?

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to