Results 1 to 9 of 9

Thread: How to forward an email to other account

  1. #1
    tom
    tom is offline
    Contributors
    Join Date
    Jun 2005
    Location
    London, UK
    Posts
    208
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    8

    Default How to forward an email to other account

    Trust me if you don't have admin access to mail server then forwarding mail can be problem. For example your account at uni tom.cat@myuni.com and then you gonna for holidays or just wanna forward email to mr.tom@yahoo.com then just do the following trick:

    Code:
    echo 'mr.tom@yahoo.com' > .forward
    This also allow you to read any mail sent to your account when you don't have access to webmail and you can use one email id to manage all emails

  2. #2
    Is that all you got? rockdalinux's Avatar
    Join Date
    May 2005
    Location
    Planet Vegeta
    Posts
    983
    Thanks
    27
    Thanked 70 Times in 61 Posts
    Rep Power
    19

    Default

    Ah kool tip dood
    Rocky Jr.
    What's wrong? I hope I am not making you uncomfortable...

    Never send a boy to do a mans job.

  3. #3
    Contributors sweta's Avatar
    Join Date
    Feb 2005
    Location
    New Delhi
    Posts
    225
    Thanks
    20
    Thanked 12 Times in 12 Posts
    Rep Power
    11

    Default

    Well that is good one.

  4. #4
    Junior Member
    Join Date
    Mar 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default how about removal

    this is great info. how do i go about removing the forward once i am done?

    and if a user that is not root wants to add the forward, is there any way they can do it?

    thanks guys...

  5. #5
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,374
    Thanks
    17
    Thanked 754 Times in 496 Posts
    Rep Power
    10

    Default

    Quote Originally Posted by rude20 View Post
    this is great info. how do i go about removing the forward once i am done?

    and if a user that is not root wants to add the forward, is there any way they can do it?

    thanks guys...
    Just delete the file or edit out the same. User can add their entires in $HOME directory.
    All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]


  6. #6
    Junior Member
    Join Date
    Jan 2011
    Location
    UK
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default Thank you for the info

    Thank you for the great tip! Very useful.

  7. #7
    Junior Member
    Join Date
    Jan 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Thank you for the info provided.

    I got so many solutions by reading this site i am very thankfull to you.

    I am new to linux

    i didn't understood that where i need to put the below piece of code can you explain it in brief . can you please help me out ?


    echo 'mr.tom@yahoo.com' > .forward

  8. #8
    Junior Member
    Join Date
    Jun 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    sj gbsdjbsdnm sdbvdsnhj sdhjbgsdhj sd

  9. #9
    Junior Member
    Join Date
    Sep 2010
    Location
    Mumbai
    Posts
    28
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Rep Power
    0

    Default

    If you are the administrator of the mail server than if you need to forward all the mails of xyz.linuxhowto.in to hr@linuxhowto.in
    In that case you will edit the file /etc/mail/aliases
    /search for xyz
    edit it to xyz.linuxhowto.in : hr@linuxhowto.in
    after that save the mail and execute the command
    #newaliases
    that's it....Now your all mails of xyz@linuxhowto.in are forwarded to hr@linnuxhowto.in

    regards
    Pankaj pal

    Be our Fan on Facebook!
    Join the the http://www.linuxhowto.in/ fanpage for release alerts, feature announcements and the latest updates. See other fans and share your comments too.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Automated email
    By srinivasantarvedi in forum CentOS / RHEL / Fedora
    Replies: 4
    Last Post: 14th April 2008, 07:26 PM
  2. Email Server, suggestions?
    By s1lent in forum Mail Servers
    Replies: 7
    Last Post: 9th March 2008, 09:46 AM
  3. why can't forward large email attachment?
    By khaosregion in forum Mail Servers
    Replies: 4
    Last Post: 25th October 2007, 11:49 PM
  4. mail forward between ISPs
    By picioslug in forum Shell scripting
    Replies: 2
    Last Post: 23rd September 2006, 04:53 PM
  5. FetchMail/GetMail/Procmail mail forward between providers
    By picioslug in forum Linux software
    Replies: 0
    Last Post: 19th September 2006, 04:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41