Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Help needed to setup mail server...

  1. #1
    Join Date
    Nov 2008
    Location
    Cape Town, RSA
    Beans
    62
    Distro
    Ubuntu 10.04 Lucid Lynx

    Help needed to setup mail server...

    hey All,

    I would like to setup a mail server but not just any old mail server.
    I would like to have a mail server that acts like a storage place for my mail.

    I run a web developing company and want all my emails to go thru my server.

    is there anyway that i can just set up a mail server of some kind that logs into all my mail accounts and stores them on the server until i download them from my server.

    The e.g i have in my mind is of a while pool of all my accounts and every 20min it automatically checks for mail. then i connect to the server with my servers IP like if i was logging onto my FTP and then downloading my mail.

    The main reason is for back up and also virus/spam scanning...

    all help or advice is wanted.....

    thanx a million
    AMD Phenom II X6 Six Core 1075T 3.00GHz - Biostar TA890FXE AMD 890FX - 2 x Gigabyte GeForce GTX 460 OC 768MB - J.Skill RipJaw 4GB (2x2GB) DDR3 - Antec TruePower Quattro 1200W Power Supply - Samsung 1Tb 400Gb Seagate - 500Gb Seagate

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Help needed to setup mail server...

    Take a look at fetchmail. It's available in the Ubuntu repositories.

  3. #3
    Join Date
    Apr 2007
    Location
    Glasgow
    Beans
    308
    Distro
    Ubuntu

    Re: Help needed to setup mail server...

    Hi, if you run a company you've better things to focus on than running a mail server Get some more clients on board!!

    Gmail for business is still free for the standard addition. You will struggle to beat it's spam filtering and it now does some virus scanning.

    I would still download all emails from gmail for safety (it'd be negligent not to!). That could be as simple as opening a POP client every so often on your desktop machine, or as the previous poster suggested, good ole fashioned fetchmail.

    Hope this helps!

  4. #4
    Join Date
    Nov 2008
    Location
    Cape Town, RSA
    Beans
    62
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help needed to setup mail server...

    thanx guys i think i will try the fetchmail setup.

    any video links to setting it up.

    just saw the online manual and its just far to much reading to do right now...

    hahaha yes i know im lazy
    AMD Phenom II X6 Six Core 1075T 3.00GHz - Biostar TA890FXE AMD 890FX - 2 x Gigabyte GeForce GTX 460 OC 768MB - J.Skill RipJaw 4GB (2x2GB) DDR3 - Antec TruePower Quattro 1200W Power Supply - Samsung 1Tb 400Gb Seagate - 500Gb Seagate

  5. #5
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Help needed to setup mail server...

    Citadel of course:
    http://www.citadel.org

    It only takes about 20 minutes to install and it does everything.

  6. #6
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Help needed to setup mail server...

    Fetchmail with Postfix is good if you wish to retrieve email from another provider, and if you go this way and want to use an email client (e.g. Evolution or Thunderbird, etc.) then you can use IMAP to access your email.

    I haven't used Citadel, but something of that nature might be good.

    I have Postfix, Squirrelmail and Roundcube installed on my server, and use IMAP to access most of my email accounts from my laptop, and Squirrelmail and/or Roundcube when using a computer at work.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  7. #7
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Help needed to setup mail server...

    Howdy,

    Postfix is good, but the problem is that it is not really a complete solution - it also needs MySQL, Apache, Dovecot, Amavis, Roundcube and more. It is like telling someone that replacing a VW Beetle engine is easy, since it is fastened with only 4 bolts. True enough, but to remove the engine you also got to remove the bumper (4 helluvadifficult bolts), the cooling shrouds (about 36 little bolts), the petrol cable, petrol tube, clutch cable, electrical cables... you get the picture.

    So, I gave up with Postfix about ten years ago and exclusively use Citadel, which comes with an amazing Easy Install script. You just run that and about 20 minutes later everything works and you can get on with your life and do what you actually wanted to do.

  8. #8
    Join Date
    Nov 2008
    Location
    Cape Town, RSA
    Beans
    62
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help needed to setup mail server...

    Awesome, got it to install but battling to configure it.

    All i would like to know what is the command to start the server and is the IP 127.0.0.1:2000?

    thanks thou guys... you make learning Linux easier....
    AMD Phenom II X6 Six Core 1075T 3.00GHz - Biostar TA890FXE AMD 890FX - 2 x Gigabyte GeForce GTX 460 OC 768MB - J.Skill RipJaw 4GB (2x2GB) DDR3 - Antec TruePower Quattro 1200W Power Supply - Samsung 1Tb 400Gb Seagate - 500Gb Seagate

  9. #9
    James78's Avatar
    James78 is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Sep 2008
    Beans
    Hidden!

    Re: Help needed to setup mail server...

    Quote Originally Posted by HermanAB View Post
    Howdy,

    Postfix is good, but the problem is that it is not really a complete solution - it also needs MySQL, Apache, Dovecot, Amavis, Roundcube and more. It is like telling someone that replacing a VW Beetle engine is easy, since it is fastened with only 4 bolts. True enough, but to remove the engine you also got to remove the bumper (4 helluvadifficult bolts), the cooling shrouds (about 36 little bolts), the petrol cable, petrol tube, clutch cable, electrical cables... you get the picture.

    So, I gave up with Postfix about ten years ago and exclusively use Citadel, which comes with an amazing Easy Install script. You just run that and about 20 minutes later everything works and you can get on with your life and do what you actually wanted to do.
    I can configure an entire Postfix/Dovecot solution in under 30 minutes, and I expect it to work better and more reliably than Citadel.

  10. #10
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Help needed to setup mail server...

    I can configure an entire Postfix/Dovecot solution in under 30 minutes, and I expect it to work better and more reliably than Citadel.
    You got a script for that?
    (No I'm not being flippant, I would really like to have one.)

    However, Citadel does a whole lot more than mail.

    Code:
    -bash-3.2$ uptime
     21:37:17 up 378 days
    That's reliable enough for me.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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