A lot of pdf mail arrive in mailbox and maia can’t detect that. After googling I found in howtoforge about Filtering PDF-/XLS-/Image-Spam With ClamAV (And ISPConfig) On Debian/Ubuntu. I wanna try it for FreeBSD, after red last section I try to update the scripts. Changing two lines as suggested based on clamav installation on FreeBSD […]
Category: Unix
maia-mailguard and mimeDecode
[Sat Jul 28 13:59:10 2007] [error] [client 172.88.1.4] PHP Fatal error: require_once() [<a href=’function.require’>function.require</a>]: Failed opening required ‘Mail/mimeDecode.php’ (include_path=’.:/usr/local/share/pear:/usr/local/share/smarty:./libs:’) in /usr/local/www/maia-mailguard/mime.php on line 79, referer: http://172.88.1.5/maia-mailguard/welcome.php try install pear mail jedimaster# pear install mail downloading Mail-1.1.14.tgz … Starting to download Mail-1.1.14.tgz (17,537 bytes) ……done: 17,537 bytes install ok: channel://pear.php.net/Mail-1.1.14 jedimaster# pear install mail_mime Ignoring installed […]
Migrating from courier-imap to dovecot
Our email system need to refresh 🙂 Vmailmgr + courier-imap + qmail no longer suitable Mostly with increasing user and complex operation. I need database support to integrate with other system. Need to migrating from courier-imap to dovecot system, googling lead me to this migration script. Need to check it in FreeBSD 6.2 stable. I’ll […]
Migrating from mysql 4.0 to mysql 5.0 in FreeBSD
Final decision has been made, upgrade to mysql 5.0 is a must. But how to do that? How about user data? After doing it by myself I found it’s easy. I try to share my experience in sbs (step by step) form 🙂 Situation : I have two server kongja and proxy : Server kongja […]
Adding tls support to pure-ftp in FreeBSD
Log for adding tls support in ure-ftp in FreeBSD : >>>>================= Make directory for certificate edp# mkdir -p /etc/ssl/private >>>>================= Make certificate edp# openssl req -x509 -nodes -newkey rsa:1024 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem Generating a 1024 bit RSA private key ……..++++++ ……++++++ writing new private key to ‘/etc/ssl/private/pure-ftpd.pem’ —– You are about to be asked […]