just a thort..


> > How can I configure it to forward e-mails to an address if suppose that
> > person has gone out on tour and has left a forwarding address? I did this
> > by making a .forward file in the users home directory with the forwarding
> > address inside. This worked, however I would prefer to get a local copy of
> > the mail saved into the user's mailbox also before forwarding. How do I do
> > this?
> 
> Add both the local and forwarding addresses to ~/.forward, e.g.
> 
>       [EMAIL PROTECTED], fred


would it be easer to admin if you used the /etc/aliases file 

# forward till 21st 
fred:   [EMAIL PROTECTED], fred
# forward till told otherwise
john:   john@@somewhere.else.com, john

as you have to do all the admin you need only to look in one place to keep
it up-to-date or even use a script to remove the forwarding when they are
back.

> 
> > Right now all unresolved mail is going into root's mailbox, how can I set
> > it to go to some other mailbox?
> 
> Undeliverable mail should just bounce. If the bounce message bounces,
> it should go to `postmaster'. Check whether `postmaster' is aliased to
> `root' in /etc/aliases. If it is, change it then run newaliases.
> 
> -- 
> Glynn Clements <[EMAIL PROTECTED]>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to [EMAIL PROTECTED]
> 

"It would be just like programmers to shorten
        'the year 2000 problem' to 'Y2K'-- exactly the kind
                of thinking that created this situation in the first place."

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to