Archive for July 2010

Decency 0.1.6 released

Download Here Whats new ? Updated description to clarify the goal of this approach Updated M::D::LogParser::Core::PostfixParser docs for others as a background to implement other MTAs Removed Geo::IP from dependencies, test will be skipped if not installed. Added Net::DNSBL::Client as dependency in tests Implemented DSPAM via Net::LMTP (instead of command line client) Converted M::D::ContentFilter::Core::* to [...]

Decency 0.1.5 released

Download Here What is new ? Association module now ignores mails which pass SPF (cause it is a lightweight SPF check itself) Basic module added for policy. Reimplements the postfix basic checks (reject_invalid_helo_hostname, ..), but with scoring Updated server maintenance method to maintain server Stats module init-scripts can now install/uninstall themselfs into runlevels Fixed some [...]

Playing with puppets on debian

This article is about puppet or puppetmaster, a newish tool for “data center automation and configuration management”. If you have to administrate more then one server, you probably end up repeating the same tasks over and over again on multiple machines, deploying the same configurations (maybe with minor changes) to your systems and spend and [...]

Dovecot file descriptor limits and debian

One of our mail servers has recently reached the lastly set max IMAP connection limits and i had to increase the login_max_processes_count value again (see here). However, upon restart i go this error: IMAP/POP3 mail server: dovecotWarning: fd limit 1024 is lower than what Dovecot can use under full load (more than 1512). Either grow [...]