Fiuh, finally migrating email task is clear. Almost 3500++ email account from vmailmgr based system moved to postfix with mysql backend and dovecot support. thanks to Bendiken script that convert things magically 🙂 Generally the steps are : 1. Rsync email to new server 2. Change to dovecot style with migration script, make it in […]

I Need to add remote user for add, select, update and delete in mysql. grant select,insert,update,delete on postfix.* to "postfix_rc"@"%" identified by "postfix_xxxxyyy" with grant option; try to access : -bash-2.05b$ mysql -upostfix_rc -p -h 172.88.1.5 Enter password: ERROR 2003: Can’t connect to MySQL server on ‘172.88.1.5’ (61) according to this, that means no tcp/ip […]

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 […]

[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 […]

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 […]