References Mandriva Forum about the problem
dbmail
DBMail is an open-source project that enables storage of mail messages in a relational database. Resources dbmail.org
SPF
Resources Cesky popis: https://napoveda.ignum.cz/content/83/325/cs/spf-sender-policy-framework.html SPF Entry generation 10 Things You Need to Know About the Gmail Spam Filter How To Implement SPF In Postfix How To Implement SPF In Postfix Sender Policy Framework https://github.com/roehling/postsrsd
SOLR
Solr with Jetty Create etc/ solr/ and war/ directories. Resources http://lucene.apache.org/solr/tutorial.html http://wiki.apache.org/solr/SolrResources http://www.xml.com/lpt/a/1668 http://www.ibm.com/developerworks/java/library/j-solr1/ http://www.slideshare.net/er_gauravverma/solr-presentation-presentation Using Apache Solr
Enable Apache SSL in Ubuntu
Problem How to enable Apache SSL in Ubuntu. Analysis Solution # apt-get install apache2 Now, enable ssl: # a2enmod ssl Enabling module ssl. See /usr/share/doc/apache2.2-common/README.Debian.gz on how to configure SSL and create self-signed certificates. Run ‘/etc/init.d/apache2 restart’ to activate new