Καλησπερα, κατέβασα και εγκατέστησα τα παρακάτω
What software packages have/will I use and why.
• OS: Ubuntu Linux
http://www.ubuntu.comAh the age old distro argument... Thankfully this set up should work on most distros. I used to base this howto on Mandrake(now Mandriva), and I started this new edition on a Gentoo box. But I don't have the patience for Gentoo, nor the money to stay with Mandriva Power editions. Why Ubuntu? Its free, simple and slick. As Ubuntu is derived from debian the installations used here will be apt-get based. Please refer to my other editions for details on RPM or source based installations.
• MTA: Postfix
http://www.postfix.orgSimple, free and slick. Yup I am a sucker for anything that works easily. Postfix is powerfull, well established, but not too bloated, and is security concious from the start.
• Pop/IMAP: Courier IMAP
http://www.courier-mta.org/imap/My first mail server installtion was with Courier. I have not found a reason to change this as again it is simple, and free.
• Database: MySQL
http://www.mysql.comAlthough I use Firebird for my application development, (or Hibernate/C-JDBC hybrids), MySQL is well supported for the sort of lookups required in a mail server.
• Content Check: Amavisd-new
http://www.ijs.si/software/amavisd/Easy plug in solution for spam, virus checking etc.
• Anti-Spam: SpamAssassin
spamassassin.apache.org
Powerfull renowned spam fighting tool.
• Anti-Virus: ClamAV
http://www.clamav.netFree virus scanner that can be trusted and includes update daemon.
• Authentication: Cyrus SASL
http://www.imc.org/ietf-sasl/Secure and trusted crypthography technology for authentication of SMTP traffic.
• PostGrey
isg.ee.ethz.ch/tools/postgrey/
Postgrey is an excellent little script to stop 99% of all spam. All it does is on first contact for specific from-to combinations, tells the sender server to try again in a little while, which most spammers cant afford to do. When proper servers try again after a few minutes it lets it through.
• Encryption: TLS
http://www.ietf.org/html.charters/tls-charter.htmlSecure and trusted crypthography technology for encryption of SMTP traffic. Not too be confused with client encryption technology like GnuPG and S/MIME. They are covered in the extendsection. Formerly referenced as SSL.
• WebMail: SquirrelMail or Roundcube
http://www.squirrelmail.orgEasy to set up php based web mail client. Extensive plugin selection.
http://www.roundcube.netAjaxified prettier web mail client. Not quite as solid as SquirrelMail.
• Platform: Amazon ec2
aws.amazon.com/ec2
This guide can be installed locally, co-located or in the cloud.
My preference is ec2, and I provide ec2 based examples, however it makes no difference where you install your mail server.
όπως το βρήκα από εδω, το θέμα μολυ είναι πώς τα χρησιμοποιώ? πώς τα παραμετροποιώ? παρακαλώ πολύ βοηθήστε με
Υπάρχει κάποια κεντρική κονσόλα όπως πχ σε καποιους ετοιμους email servers? που μπορώ να διαχειριστώ και να παραμετροποιήσω πχ email accounts, name servers κλπ? δεν γνωριζω απο Linux και δεν θα θελα να χρησιμοποιήσω εντολες!!!