LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-23-2006, 02:55 AM   #1
saudoi
Member
 
Registered: Aug 2004
Location: VietNam
Distribution: Sun Solaris 10
Posts: 117

Rep: Reputation: 15
What mail server should i try?


Hi all,

I am learning how to build up one full functional linux server. I finish to configure a Samba as File server, Bind as Dns server. Now, I wanna try to configure a Mail server.

However, i am getting confused 'cauz of so many applications that could be configured as Mail server. So please give me some ideas to choose what software is suitable. On my Linux box, SendMail and Postfix have installed already and seem Sendmail is running, Postfix is not. What are differents between them and what is easier to configure and maintenance as well.

My goal is off-line mail service, mean that i could send/receive mail to internet or local users.

Thanks.
 
Old 10-23-2006, 09:36 AM   #2
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Sendmail is pretty much the Unix mail server daemon. It's been around forever. Postfix, is relatively new, and I'm under the impression it boasts more configuration possibilities, and easier configuration.
 
Old 10-23-2006, 10:41 PM   #3
saudoi
Member
 
Registered: Aug 2004
Location: VietNam
Distribution: Sun Solaris 10
Posts: 117

Original Poster
Rep: Reputation: 15
Is there any tutorial to configure Postfix or SendMail? I have no idea how to start

Thanks
 
Old 10-24-2006, 12:25 AM   #4
pradeepjagtap
LQ Newbie
 
Registered: Oct 2006
Posts: 4

Rep: Reputation: 0
HI
You can used this url can helpful for u

http://flurdy.com/docs/postfix/
 
Old 10-24-2006, 05:28 AM   #5
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Look at www.postfix.org

Yes, it's way simpler to configure than sendmail, and supposedly more secure
 
Old 10-24-2006, 07:49 AM   #6
nonkey
LQ Newbie
 
Registered: Oct 2006
Posts: 16

Rep: Reputation: 0
Quote:
Originally Posted by saudoi
Hi all,

I am learning how to build up one full functional linux server. I finish to configure a Samba as File server, Bind as Dns server. Now, I wanna try to configure a Mail server.

However, i am getting confused 'cauz of so many applications that could be configured as Mail server. So please give me some ideas to choose what software is suitable. On my Linux box, SendMail and Postfix have installed already and seem Sendmail is running, Postfix is not. What are differents between them and what is easier to configure and maintenance as well.

My goal is off-line mail service, mean that i could send/receive mail to internet or local users.

Thanks.
Sendmail, postfix, exim, qmail and Communigate Pro are the most popular in the world. You can choose any you like, depending on your preferences.


--
Vladimir
unix-news.blogspot.com
 
Old 10-24-2006, 08:07 AM   #7
saudoi
Member
 
Registered: Aug 2004
Location: VietNam
Distribution: Sun Solaris 10
Posts: 117

Original Poster
Rep: Reputation: 15
Thanks.

But I wonder what is simple and easy to start
 
Old 10-24-2006, 03:06 PM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Postfix is pretty straightforward, and plenty of howtos for anti spam, anti virus etc. Don't know the others well enough to comment (except that postfix is simpler that sendmail)
 
Old 10-25-2006, 04:50 AM   #9
saudoi
Member
 
Registered: Aug 2004
Location: VietNam
Distribution: Sun Solaris 10
Posts: 117

Original Poster
Rep: Reputation: 15
Hmm, it seems not only sendmail or postfix but also need to choose imap ???

I follow this article http://www.linuxjournal.com/article/5507, finshed configure SendMail part howerver I don't have a POP server. It says that i need to install an IMAP server.

My output when issue command:
Code:
[root@spider etc]# rpm -aq | grep -i imap
cyrus-imapd-utils-2.2.12-3.RHEL4.1
cyrus-imapd-2.2.12-3.RHEL4.1
php-imap-4.3.9-3.9
cyrus-imapd-murder-2.2.12-3.RHEL4.1
cyrus-imapd-devel-2.2.12-3.RHEL4.1
cyrus-imapd-nntp-2.2.12-3.RHEL4.1
There is cyrus-imapd in my box. Do i need to install other imap server???
 
Old 10-25-2006, 05:29 AM   #10
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
You should be able to use cyrus-imap, but I'm not the one to ask how
 
Old 10-25-2006, 09:33 AM   #11
~=gr3p=~
Member
 
Registered: Feb 2005
Location: ~h3av3n~
Distribution: RHEL 4, Fedora Core 3,6,7 Centos 5, Ubuntu 7.04
Posts: 227

Rep: Reputation: 30
there are many howto for Qmail too:

http://megaz.arbuz.com/2002/12/20/qmail-howto/

http://www.qmailrocks.org/

and a toaster

http://www.qmailtoaster.com/
 
Old 10-26-2006, 04:22 AM   #12
saudoi
Member
 
Registered: Aug 2004
Location: VietNam
Distribution: Sun Solaris 10
Posts: 117

Original Poster
Rep: Reputation: 15
Hey, Toaster seem to be cool! However, i dont see any install and configure guide at that site
 
Old 10-26-2006, 05:01 AM   #13
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Try google
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configure & Connect a Linux mail server from a windows mail clients digihall7 Linux - Networking 4 10-23-2006 12:21 PM
how to configure Linux mail client with existing mail server running on WindowsXP? Senthilvnr Linux - Networking 1 07-11-2006 12:02 AM
can we configure a Linux server with mail server,file server and web server kumarx Linux - Newbie 5 09-09-2004 06:21 AM
Postfix mail server not accepting incoming mail from the external interface rexmundi Linux - Networking 7 12-22-2003 03:41 PM
Mail Server Delimiter for alternate mail server venugopalmk Linux - Networking 2 04-29-2003 04:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration