Main Menu
Home
Search
Support
How To's
OpenWiki
Contact Us
Users Blogs
User HowTo's
Announcements
Google Translation

 

 

 

 

postfix
Postfix, Spamassassin, Procmail and SquirrelMail PDF Print E-mail
User Rating: / 0
Written by Paul Matthews   

This should setup your mail server to block all incomming spam while still letting users have easy access to e-mails that may have been legitimate. 

 

Name: Dovecot
HomePage: http://dovecot.org/
Function: Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. 

 

Name: Postfix
HomePage: http://www.postfix.org/
Function:  Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users

 

Name: Squirrel Mail
Homepage: http://www.squirrelmail.org/
Function: SpamAssassin is a mature, widely-deployed open source project that serves as a mail filter to identify Spam 

 

Name: Spamassassin
HomePage: http://spamassassin.apache.org/
Function: SpamAssassin is a mature, widely-deployed open source project that serves as a mail filter to identify Spam 

 

Name: Procmail
HomePage: http://www.procmail.org/
Function: procmail is a set of rules for each mail that comes into the system.

 

Last Updated ( Sunday, 03 June 2007 )
Continue to the HOWTO...
 
Postfix with OpenSSL and saslauthd PDF Print E-mail
User Rating: / 0
Written by Paul Matthews   

Name: Postfix
HomePage: http://www.postfix.org/
Function:  Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users

 

Name: OpenSSL
HomePage: http://www.openssl.org/
Function: developed for transmitting private documents via the Internet using cryptographic a system

 

Last Updated ( Sunday, 03 June 2007 )
Continue to the HOWTO...
 
Postfix aliases from the Active Directory CN PDF Print E-mail
User Rating: / 0
Written by Paul Matthews   

This allows the information found in the 'mail' attribute on your Active Directory tree to be drawn down into a postfix alias formatted file.

Name: Postfix
HomePage: http://www.postfix.org/
Function: (message transfer agent) postfix is program responsible for receiving incoming e-mails and delivering the messages to individual users

Name: PAM
HomePage: http://www.kernel.org/pub/linux/libs/pam/
Function: Linux-PAM (Pluggable Authentication Modules for Linux)

 

Last Updated ( Saturday, 14 April 2007 )
Continue to the HOWTO...
 
Postfix + ClamAV + MailScanner + Dovecot + Ilohamail PDF Print E-mail
User Rating: / 0
Written by Paul Matthews   

Were going to setup a e-mail server using postfix as our smtp server, dovecot as our pop3/imap server, ClamAV as out anit-virus and MailScanner as out e-mail anti-virus scanner on a fedora core 3 box & ilohamail as out webmail client.

Name: Dovecot
HomePage: http://dovecot.org/
Fuction: Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind.

Name: Clamav
HomePage: http://www.clamav.net
Fuction: An open source anti-virus

Name: Postfix
HomePage: http://www.postfix.org/
Fuction:  Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users

Name: MailScanner
HomePage: http://www.mailscanner.info/
Fuction: Scans all incomming and outgoing e-mails useing the system's anti-virus.

Name: Ilohamail
Homepage: http://blog.ilohamail.org/
fuction: Webmail client, used to check e-mails from anywhere in world, via the internet, like gmail or hotmail

 

Last Updated ( Saturday, 14 April 2007 )
Continue to the HOWTO...
 
OpenLDAP and postfix PDF Print E-mail
User Rating: / 0
Written by Paul Matthews   

OpenLDAP is a directory server based on the LDAP protocol, that same protocol M$ Active Directory is based on. It is used to store user information in an easily accessible database that can integrate into different applications. Postfix is a Mail Transfer Agent that will use the ldap database to look up users and aliases.

Name: OpenLDAP
HomePage: http://lam.sourceforge.net/
Function: OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol

Name: Postfix
HomePage: http://www.postfix.org/
Function:  Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users

 

Last Updated ( Sunday, 03 June 2007 )
Continue to the HOWTO...