LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 09-11-2003, 02:28 PM   #1
CartersAdvocate
Member
 
Registered: Sep 2003
Location: Columbus, OH
Distribution: Slackware 12.2
Posts: 166

Rep: Reputation: 30
Question Mail server question


I'm planning on registering a domain name and hosting a mail server for my family (both in house and across the country), and was wondering what is a good program to use for POP3 access? And I was also wondering if there is a program that will scan incoming messages for viruses, and also if there is a spam filter.

Thanks for any help
 
Old 09-11-2003, 03:08 PM   #2
djbanaan
Member
 
Registered: Aug 2003
Location: Haarlem, The Netherlands
Distribution: Slackware, FreeBSD
Posts: 178

Rep: Reputation: 30
I don't have any hands-on experience with this, but I've heard about qpopper ( www.eudora.com/qpopper/ ) being a good package. As for spamfiltering, I think that there are spamfilters around for Sendmail. For the virus part, Computer Associates have a Linux mailserver virusscanner, this is a commercial product, I don't know about an Open Source solution for that.
 
Old 09-11-2003, 11:15 PM   #3
zen_guerrilla
Member
 
Registered: Aug 2003
Location: Greece
Distribution: OpenBSD, Debian, Ubuntu
Posts: 42

Rep: Reputation: 15
Re: Mail server question

Quote:
Originally posted by j3ff3r
I'm planning on registering a domain name and hosting a mail server for my family (both in house and across the country), and was wondering what is a good program to use for POP3 access? And I was also wondering if there is a program that will scan incoming messages for viruses, and also if there is a spam filter.
I'd suggest to setup IMAP4 instead of POP3 (courier-imap is a nice option, and has also pop3 in case you still need it). For SMTP check postfix - easy to configure, high performance & security. There are packages at www.linuxpackages.net for both of them btw.
For SPAM filtering I'd suggest SpamAssassin (http://au.spamassassin.org/index.html).
For howto's check :
http://www.hu.linuxfromscratch.org/h...l_procmail.txt
http://www.hu.linuxfromscratch.org/h...ssin+razor.txt
http://www.hu.linuxfromscratch.org/h...files/mail.txt
 
Old 09-11-2003, 11:32 PM   #4
tommyj27
Member
 
Registered: May 2003
Distribution: Ubuntu, Slackware
Posts: 43

Rep: Reputation: 15
i use a postfix / qpopper setup here and they both work great.
 
Old 09-12-2003, 03:15 AM   #5
zen_guerrilla
Member
 
Registered: Aug 2003
Location: Greece
Distribution: OpenBSD, Debian, Ubuntu
Posts: 42

Rep: Reputation: 15
There is another great reason to use courier-imap: Maildir support qmail is also another option, however I think it's quite overkill for a home/small office setup.
 
Old 09-12-2003, 08:41 AM   #6
Medievalist
Member
 
Registered: Aug 2003
Distribution: Dead Rat
Posts: 165

Rep: Reputation: 35
The POP family of protocols are fundamentally flawed, but they are popular with ISPs because the mail gets downloaded to the client - thus freeing ISP diskspace and pushing responsibility for Email storage and/or backup on to the client machine.

IMAPS is the best way to go - server-based Email, so it is backed up when you backup the server, and you can get your mail anywhere without necessarily downloading it to the client machine (which you may not own - for example you can get your mail from web kiosks or Internet cafes) which increases speed and security.

Don't use POP, use IMAP. Preferably with an encrypted pipe (IMAPS or ssh port-forwarding). Eudora and Pegasus (which are both free software for windows) will support IMAPS, and you can use this as an excuse to get your clients to dump Outlook before SoBig.G crushes them.

Red Hat can do this out of the box. I'd be very suprised if Slackware can't; Patrick is a very clever fellow.

MailScanner (www.MailScanner.info) will allow you to do virus checking and spam filtering in an easily configurable fashion without massive alterations to your existing system.

I've been doing this for my friends and family for years now; using Red Hat 6.2 originally but I'm up to 7.3 now.

Good luck!
 
Old 09-12-2003, 01:17 PM   #7
jackshck
LQ Newbie
 
Registered: Sep 2003
Distribution: Debian Unstable
Posts: 3

Rep: Reputation: 0
For virus scanning use clamav

http://clamav.sf.net
 
Old 09-14-2003, 10:02 PM   #8
CartersAdvocate
Member
 
Registered: Sep 2003
Location: Columbus, OH
Distribution: Slackware 12.2
Posts: 166

Original Poster
Rep: Reputation: 30
Thanks for the info/suggestions everyone. I hadn't even thought about IMAP, but that probably would be a better idea. I'll do some research to decide which ones I want to use, but again, thanks for the info.
 
Old 02-15-2004, 11:44 AM   #9
LeniuNYC
LQ Newbie
 
Registered: Feb 2004
Location: new york
Posts: 27

Rep: Reputation: 15
thanks for the info it helped me too
 
Old 02-15-2004, 01:34 PM   #10
Namaseit
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 325

Rep: Reputation: 30
Qmail is beyond overkill. Unless your sending out millions of spam emails. Postfix would be a great choice. I run my mail server with it using IMAP and IMAPS. It allows me to run a script that backs up the mail dir of my server 2 times a day onto a seperate HDD.
 
Old 02-15-2004, 02:52 PM   #11
LeniuNYC
LQ Newbie
 
Registered: Feb 2004
Location: new york
Posts: 27

Rep: Reputation: 15
however i cant find a good noob manual for postfix anywhere
 
Old 02-15-2004, 03:05 PM   #12
Namaseit
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 325

Rep: Reputation: 30
http://tldp.org/cgi-bin/ldpsrch.cgi

http://www.tldp.org is your friend!
 
Old 02-15-2004, 03:25 PM   #13
LeniuNYC
LQ Newbie
 
Registered: Feb 2004
Location: new york
Posts: 27

Rep: Reputation: 15
got a new friend
 
Old 02-15-2004, 03:46 PM   #14
Namaseit
Member
 
Registered: Dec 2003
Distribution: Slackware
Posts: 325

Rep: Reputation: 30
just search 'postfix' and you'll find a wealth of information.
 
Old 02-15-2004, 04:40 PM   #15
LeniuNYC
LQ Newbie
 
Registered: Feb 2004
Location: new york
Posts: 27

Rep: Reputation: 15
seems to be working,

postfix 7485 0.0 0.3 2308 872 ? S 17:32 0:00 qmgr -l -t fifo -u
postfix 7486 0.0 0.3 2280 848 ? S 17:32 0:00 pickup -l -t fifo -u

now, how do i use postfix?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail server Question tommytomato Linux - General 6 09-06-2004 08:41 AM
Mail Server question Mow Linux - Software 1 10-08-2003 02:58 PM
Mail server question! jmcrtp Linux - Networking 1 03-06-2002 05:27 PM
Mail Server Question Jase Linux - Networking 2 11-29-2001 04:12 PM
Mail Server Question Jase Linux - General 1 11-29-2001 01:22 AM


All times are GMT -5. The time now is 06:36 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration