Eugeneapolinary Ju
2009-Nov-13 21:56 UTC
[CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus
hi! does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..] users would be from /etc/passwd [so not virtual users] thank you! p.s.: I've already googled :( :\
Eugeneapolinary Ju wrote:> hi! > > does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] > > wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..] > > users would be from /etc/passwd [so not virtual users] > > thank you! > > p.s.: I've already googled :( :\ > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >How about using the CentOS wiki - I have used this and know it works as advertised! HTH -------------- next part -------------- A non-text attachment was scrubbed... Name: rkampen.vcf Type: text/x-vcard Size: 121 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20091113/3dbace83/attachment-0003.vcf>
On Fri, 13 Nov 2009 13:56:29 -0800 (PST) Eugeneapolinary Ju wrote:> p.s.: I've already googled :( :\You also asked this exact same question on the Fedora mailing list. I answered it for you there. -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
Les Mikesell
2009-Nov-13 22:45 UTC
[CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus
Eugeneapolinary Ju wrote:> hi! > > does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] > > wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..] > > users would be from /etc/passwd [so not virtual users] > >If you want a appliance-like distribution that does this out of the box, look at SME server from www.contribs.org. Otherwise, look at MimeDefang and clamav for filtering (both in rpmforge), and horde or squirrelmail. -- Les Mikesell lesmikesell at gmail.com
Gabriel Rosca
2009-Nov-14 16:00 UTC
[CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus
I personal use Zimbra ... is a good open source email server. Thank you, Gabe www.techshrinks.com -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Eugeneapolinary Ju Sent: Friday, November 13, 2009 4:56 PM To: centos list Subject: [CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus hi! does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..] users would be from /etc/passwd [so not virtual users] thank you! p.s.: I've already googled :( :\ _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos
Robert Moskowitz
2009-Nov-23 13:27 UTC
[CentOS] smtp+pop3+imap+tls+webmail+anti spam+anti virus
Eugeneapolinary Ju wrote:> hi! > > does anyone has a good howto, docs how to set up an smtp, pop3, imap server, with webmail, and has anti virus solution, and even spam filtering? :D [plus secure connection for the clients :D ] > > wich softwares are the best for this? [e.g.: "vsftpd is the most secure ftp server"..] > > users would be from /etc/passwd [so not virtual users]There is a tutorial for using Postfix, Courier, Squirelmail, and mySQL on FC10 at: http://howtoforge.net/virtual-users-domains-postfix-courier-mysql-squirrelmail-fedora-10 We have gotten this working on Amahi (amahi.org), see: http://wiki.amahi.org/index.php/Amahi_Mail_System I have been running this since mid september (I was bigfoot's beta tester). I run 4 domains and about 30 users on a 1Ghz/512Mb Compaq SFF server. I process around 5000+ smtp connections/day or which only half get processed as 'reasonable' connections and 2/3 of that get canned as spam resulting in ~700/day good messages. So the system really works to filter out the trash. We are working on moving Amahi to FC11 and develop a Centos version. I tried contribs.org, but I could not 'live' with the limitation of an email address in only one domain and the workaround to deal with it. My address of 'rgm' is used in a number of my domains, for example. The mySQL tables for the above setup are easy to manage. All the mail ends up in /home/vmail/<domain>/user, making it easy to manage. I ran SCALIX for about 7 years, and all the mail in a SQL database was nothing but a pain.