Networking Forums

Networking Forums > Computer Networking > Linux Networking > Recommendations for internal mail server

Reply
Thread Tools Display Modes

Recommendations for internal mail server

 
 
John Murf
Guest
Posts: n/a

 
      05-30-2004, 05:12 PM
Quick scenario: Small school, Internet access via proxy, no pop3, no smtp
etc. Require mail server for internal use only.

Could some kind person recommend some application(s) that would let our
network users (mostly using OE) send and receive emails to each other
internally and be easy to setup up and configure.

Hope that's enough information.

Thanks

John Murf
 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      05-30-2004, 05:30 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

In comp.os.linux.networking John Murf <(E-Mail Removed)> suggested:
> Quick scenario: Small school, Internet access via proxy, no pop3, no smtp
> etc. Require mail server for internal use only.


> Could some kind person recommend some application(s) that would let our
> network users (mostly using OE) send and receive emails to each other
> internally and be easy to setup up and configure.


For pop3, I'd suggest qpopper, if you want to keep mails on the
server, you could look for some imap server, mostly there's one
coming with your distro, whichever you use.

As MTA anything should work, postfix/qmail/sendmail, I prefer the
last, but then any of those will work without problems.

I'd would be a great advantage, if you wouldn't use that utter piece
of crap called M$-OE, even if you are restricted to M$, there are
a bunch of free/good MUA available (eudora/pmail). Try a google
search.

If that didn't made much sense to you, start here:

http://www.sendmail.org/email-explained.html

Anyway, you could take a look at http://www.ltsp.org/ and
http://www.k12ltsp.org/.

Good luck

--
Michael Heiming (GPG-Key ID: 0xEDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAuhpNAkPEju3Se5QRAlqPAKCVIifLpNzCmBEt0iSKaV HuQQuERgCgukVi
MyNXmMWptseBIz/IienR33w=
=c7K9
-----END PGP SIGNATURE-----
 
Reply With Quote
 
Keith Keller
Guest
Posts: n/a

 
      05-30-2004, 05:40 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2004-05-30, John Murf <(E-Mail Removed)> wrote:
> Quick scenario: Small school, Internet access via proxy, no pop3, no smtp
> etc. Require mail server for internal use only.
>
> Could some kind person recommend some application(s) that would let our
> network users (mostly using OE) send and receive emails to each other
> internally and be easy to setup up and configure.


Send: postfix is as easy as an SMTP server can be, but if you aren't
at least somewhat familiar with what an SMTP server does, configuring
any SMTP server (sendmail, exim, qmail) will be at least somewhat
difficult.

''Receive'': if this machine will really be inaccessible from the outside,
the IMAP/POP3 daemons that come with your linux distro should be
sufficient. (Often that's WU-IMAP, but not always.) Even a horrible
client like OE can do IMAP or POP.

- --keith

- --
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAuhyOhVcNCxZ5ID8RApMhAJ9bi1IdGeJRVi1oLI8vdB hGupwtEgCfQRJV
RHP7s6DCkZAi7EODVJ8wwXM=
=NXbn
-----END PGP SIGNATURE-----
 
Reply With Quote
 
John Murf
Guest
Posts: n/a

 
      05-30-2004, 08:47 PM
Keith Keller <kkeller-(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2004-05-30, John Murf <(E-Mail Removed)> wrote:
>> Quick scenario: Small school, Internet access via proxy, no pop3, no
>> smtp etc. Require mail server for internal use only.
>>
>> Could some kind person recommend some application(s) that would let
>> our network users (mostly using OE) send and receive emails to each
>> other internally and be easy to setup up and configure.

>
> Send: postfix is as easy as an SMTP server can be, but if you aren't
> at least somewhat familiar with what an SMTP server does, configuring
> any SMTP server (sendmail, exim, qmail) will be at least somewhat
> difficult.


I've found that. I'm trying at the moment to narrow down what I have to
read up on.

> ''Receive'': if this machine will really be inaccessible from the
> outside, the IMAP/POP3 daemons that come with your linux distro should
> be sufficient. (Often that's WU-IMAP, but not always.) Even a
> horrible client like OE can do IMAP or POP.


Thanks for the reply. I'm using Slackware 9.1 as a test at the moment but
also have three servers using Sol 18 (just set up) and Redhat 9 to run
Samba and MRBS.

--
John Murf
 
Reply With Quote
 
John Murf
Guest
Posts: n/a

 
      05-30-2004, 09:03 PM
Michael Heiming <michael+(E-Mail Removed)> wrote in
news:ebipo1-(E-Mail Removed):
>
> In comp.os.linux.networking John Murf <(E-Mail Removed)> suggested:
>> Quick scenario: Small school, Internet access via proxy, no pop3, no
>> smtp etc. Require mail server for internal use only.

>
>> Could some kind person recommend some application(s) that would let
>> our network users (mostly using OE) send and receive emails to each
>> other internally and be easy to setup up and configure.

>
> For pop3, I'd suggest qpopper, if you want to keep mails on the
> server, you could look for some imap server, mostly there's one
> coming with your distro, whichever you use.
>
> As MTA anything should work, postfix/qmail/sendmail, I prefer the
> last, but then any of those will work without problems.


> If that didn't made much sense to you, start here:
>
> http://www.sendmail.org/email-explained.html


Thanks for the link. Actually it was this sort of thing (MTA etc) that
confused me. I've just re-read it. I wouldn't recognise what I require
from those decriptions. That's why I need someone to tell me what I need.
:-)

Thanks again

--
John Murf
 
Reply With Quote
 
Jeff Breitner
Guest
Posts: n/a

 
      05-30-2004, 09:34 PM
John Murf wrote:
> Quick scenario: Small school, Internet access via proxy, no pop3, no smtp
> etc. Require mail server for internal use only.
>
> Could some kind person recommend some application(s) that would let our
> network users (mostly using OE) send and receive emails to each other
> internally and be easy to setup up and configure.
>
> Hope that's enough information.
>
> Thanks
>
> John Murf



Just about any Linux distro will handle setting up a POP3/IMAP server
with a fairly nice interface. Some even do it with virtual users so
you're not adding users to the system, just email accounts. Personally,
I like SuSE.

Make sure that you have a fairly good understanding of what maintaining
a mail system entails; particularily what the protocols are. That is to
say, understand that the process of sending mail is the job of the MTA
and it talks SMTP and retrieving mail is the job of another protocol
either POP3 or IMAP. Not trying to be snobbish, but the job will go a
whole lot easier if you understand these differences first. If you
already do, then you're half-way there.

For an email client, I strongly recommend against using Outlook Express.
Even though you're using it for internal email, it's just not what I'd
call a stellar client. Mozilla Thunderbird does everything OE does, and
it's just as free and to me seems a whole world more stable.




--

WWJD? JWRTFM
Rot13 for email address: yvfgf @ ehqa.pbz
 
Reply With Quote
 
John Murf
Guest
Posts: n/a

 
      05-30-2004, 09:56 PM
Jeff Breitner <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> John Murf wrote:
>> Quick scenario: Small school, Internet access via proxy, no pop3, no
>> smtp etc. Require mail server for internal use only.
>>
>> Could some kind person recommend some application(s) that would let
>> our network users (mostly using OE) send and receive emails to each
>> other internally and be easy to setup up and configure.




> Make sure that you have a fairly good understanding of what
> maintaining a mail system entails; particularily what the protocols
> are. That is to say, understand that the process of sending mail is
> the job of the MTA and it talks SMTP and retrieving mail is the job of
> another protocol either POP3 or IMAP. Not trying to be snobbish, but
> the job will go a whole lot easier if you understand these differences
> first. If you already do, then you're half-way there.


Thanks for the reply. I thought I understood I started this. :-)

--
John Murf

 
Reply With Quote
 
Keith Keller
Guest
Posts: n/a

 
      05-31-2004, 04:36 AM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2004-05-30, John Murf <(E-Mail Removed)> wrote:
>
> Thanks for the reply. I'm using Slackware 9.1 as a test at the moment but
> also have three servers using Sol 18 (just set up) and Redhat 9 to run
> Samba and MRBS.


Slackware is an excellent platform for this kind of task. IIRC
Slackware comes with the IMAP and POP daemons from University of
Washington, so you will definitely not want to expose those daemons to
the internet (they have a history of security holes, though I think in
recent times there have been fewer).

- --keith

- --
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAurZMhVcNCxZ5ID8RAoauAKCZVEZIk3NXfFocQbhBOb aunwkZBQCdER12
p4XyhoHnXGzBCvnidqU+kgc=
=JQ0a
-----END PGP SIGNATURE-----
 
Reply With Quote
 
John Murf
Guest
Posts: n/a

 
      05-31-2004, 07:16 AM
Keith Keller <kkeller-(E-Mail Removed)> wrote in
news:(E-Mail Removed):

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2004-05-30, John Murf <(E-Mail Removed)> wrote:
>>
>> Thanks for the reply. I'm using Slackware 9.1 as a test at the moment
>> but also have three servers using Sol 18 (just set up) and Redhat 9
>> to run Samba and MRBS.

>
> Slackware is an excellent platform for this kind of task. IIRC
> Slackware comes with the IMAP and POP daemons from University of
> Washington, so you will definitely not want to expose those daemons to
> the internet (they have a history of security holes, though I think in
> recent times there have been fewer).


It seems likely that we will retain our present Internet access for the
immediate future and that allows no direct access i.e. no pings, pop3 etc.
So we have no smpt or pop3 server to connect to. I don't know what the
daemons from Washington are but I've just run popa3d as a daemon with no
configuring and to my surprise it works. Scary.

--
John Murf
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on Linux and internal web server and file server jrcs22@gmail.com Linux Networking 1 02-12-2007 06:34 PM
Cannot connect t internal mail server gesuina Linux Networking 3 10-30-2006 06:28 PM
How best to route internal clients to internal web server? Captain Dondo Linux Networking 5 03-02-2005 08:13 AM
Mn-700 / Internal Web Server Chris Alberding Broadband Hardware 1 05-09-2004 07:29 AM
Mail providers - any recommendations Craig Henry Broadband 4 08-05-2003 06:59 PM



1 2 3 4 5 6 7 8 9 10 11