Networking Forums

Networking Forums > Computer Networking > Linux Networking > Choosing a mail Server for Linux

Reply
Thread Tools Display Modes

Choosing a mail Server for Linux

 
 
Alex
Guest
Posts: n/a

 
      09-06-2005, 07:39 PM
Hi all,

I'm in the process of setting-up a web server to host multiple sites,
and the only element I'm not too familiar with is setting-up and
configuring a mail server (POP3 Only). I know Apache rather well, but
I want to give each website the ability to have its own email accounts
with forwarding and SpamAssian. I will configure all this manually, so
something like CPanel isn't needed.

Is there some option, maybe a plugin to WebMin, that'll met me do all
this? I'm no noob to Linux (around 9 years of it under my belt), but
I've never spent the time to learn how to configure or use any mail
servers on Linux.

I'm not planning on allowing any SMTP access, but it would be nice to
have a web-based mail client available plus pop3 of course

Thanks for any suggestions or ideas... I know there's lots of options
out there, but I'm just not sure which is best and easiest to
configure. Also I'm not picky on the distro, though I've been thinking
of either Fedora or Slackware.

Thanks again --

Sam Alex

 
Reply With Quote
 
 
 
 
Davide Bianchi
Guest
Posts: n/a

 
      09-06-2005, 07:48 PM
On 2005-09-06, Alex <(E-Mail Removed)> wrote:
> I'm not planning on allowing any SMTP access


So, how is it supposed to receive or send mail your system then?

> Thanks for any suggestions or ideas... I know there's lots of options
> out there, but I'm just not sure which is best and easiest to


All of them are mostly the same. All the distribution came with Sendmail
or Postfix, just configure it to suit your needs.

Davide

--
Linux: Because a PC is a terrible thing to waste.
 
Reply With Quote
 
Peter T. Breuer
Guest
Posts: n/a

 
      09-06-2005, 07:51 PM
In comp.os.linux.setup Alex <(E-Mail Removed)> wrote:
> configuring a mail server (POP3 Only).


That's not a mail server you need, that's a pop server. Different!

There are tons. Cucipop springs to mind. There is a standard one in the
inet package too.


Peter
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-06-2005, 08:25 PM
In comp.os.linux.networking Peter T. Breuer <(E-Mail Removed)>:
> In comp.os.linux.setup Alex <(E-Mail Removed)> wrote:
>> configuring a mail server (POP3 Only).


> That's not a mail server you need, that's a pop server. Different!


> There are tons. Cucipop springs to mind. There is a standard one in the
> inet package too.


qpopper has always worked great for me.

The OP might be confused about email concepts?
http://www.sendmail.org/email-explained.html
Should have some answers.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 151: Some one needed the powerstrip, so they
pulled the switch plug.
 
Reply With Quote
 
HASM
Guest
Posts: n/a

 
      09-06-2005, 08:41 PM
"Alex" <(E-Mail Removed)> writes:

dovecot: http://www.dovecot.org/

-- HASM
 
Reply With Quote
 
Jafar As-Sadiq Calley
Guest
Posts: n/a

 
      09-06-2005, 10:01 PM
I don't know which distro you are using, but I use Postfix on Gentoo.

Here's a good howto for an anti-spam and anti-virus server. I'm sure
with your experience you can adapt the Gentoo specifics to your setup

http://gentoo-wiki.com/HOWTO_Spam_Fi...ostfix,_Amavis

--
Jafar Calley
Producer - http://moonlife-records.com
--------------------------------------
See the latest Mars and Saturn images
http://fatcat.homelinux.org
 
Reply With Quote
 
Nico Kadel-Garcia
Guest
Posts: n/a

 
      09-07-2005, 12:12 AM

"Alex" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Hi all,
>
> I'm in the process of setting-up a web server to host multiple sites,
> and the only element I'm not too familiar with is setting-up and
> configuring a mail server (POP3 Only). I know Apache rather well, but
> I want to give each website the ability to have its own email accounts
> with forwarding and SpamAssian. I will configure all this manually, so
> something like CPanel isn't needed.
>
> Is there some option, maybe a plugin to WebMin, that'll met me do all
> this? I'm no noob to Linux (around 9 years of it under my belt), but
> I've never spent the time to learn how to configure or use any mail
> servers on Linux.
>
> I'm not planning on allowing any SMTP access, but it would be nice to
> have a web-based mail client available plus pop3 of course


If you give up on POP and go to IMAP, I highly recommend Hastymail.
Lightweight, pretty, and compiles well.


 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      09-07-2005, 12:57 AM

"Michael Heiming" <michael+(E-Mail Removed)> wrote in message
news:uia1v2-(E-Mail Removed)...

> The OP might be confused about email concepts?
> http://www.sendmail.org/email-explained.html
> Should have some answers.


The funny part is that most of what the OP is looking for isn't even
discussed there. It doesn't say anything about programs that transfer mail
to a client after it has been delivered to the client's mailbox. (For
example, a POP or IMAP server.)

DS


 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      09-07-2005, 04:39 AM
In comp.os.linux.networking David Schwartz <(E-Mail Removed)>:

> "Michael Heiming" <michael+(E-Mail Removed)> wrote in message
> news:uia1v2-(E-Mail Removed)...


>> The OP might be confused about email concepts?
>> http://www.sendmail.org/email-explained.html
>> Should have some answers.


> The funny part is that most of what the OP is looking for isn't even
> discussed there. It doesn't say anything about programs that transfer mail
> to a client after it has been delivered to the client's mailbox. (For
> example, a POP or IMAP server.)


No?

"Mail-boxes A mail-box is a file, or possibly a directory of
files, where incoming messages are stored."

This is what you access via POP3/IMAP.

From the OP:

"I'm not planning on allowing any SMTP access, but it would be
nice to have a web-based mail client available plus pop3 of
course "

The fun part is, that it doesn't make much sense, you won't have
much fun with a "web-based mail client" without MTA. The URL
shows high-level concept of electronic mail. That you didn't got
it even after reading isn't my fault. ;-)

Perhaps the OP meant he would only allow sending through a
web-based client?

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 127: Sticky bits on disk.
 
Reply With Quote
 
Rick Moen
Guest
Posts: n/a

 
      09-14-2005, 07:41 PM
[Crosspost snipped, in followups.]

In comp.os.linux.setup Alex <(E-Mail Removed)> wrote:

> I'm in the process of setting-up a web server to host multiple sites,
> and the only element I'm not too familiar with is setting-up and
> configuring a mail server (POP3 Only).


Ah! You mean you want to pick a Mail Delivery Agent. Please see:
"MDAs" on http://linuxmafia.com/kb/Mail/ for a bestiary.

I have no idea about integration into the likes of Webmin. My idea of
effective administrative tools is bash, vi, grep, sed, awk, etc. ;->


 
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
linux mail server hlapuz Linux Networking 0 11-03-2008 05:54 AM
linux newbie trying to set up a mail server Chris Linux Networking 0 09-17-2006 01:59 PM
Not able to connect to linux mail server vinayak Linux Networking 10 09-09-2006 12:59 PM
Linux Mail Server without need for fetchmail Math Lumala Linux Networking 14 02-28-2005 11:42 AM
Linux Mail Server problems, help please! Ohmster Linux Networking 29 07-27-2004 04:55 PM



1 2 3 4 5 6 7 8 9 10 11