![]() |
Maia Mailguard with ISPconfig
Hi
has anyone done this or know of a package or howto. If not I'll happily tackle and publish it - no promises on timing though :D. Just don't see the point in re-inventing the wheel if it has already been done ta Sean |
I don't have any info - I'd just be really really glad if you could tackle that problem :) Maia is on my wishlist...
|
did you ever get this done? I would like to do it as well...
|
For those who are interested I have written a script that will install maia mailgaurd into an ISPConfig 3.x on ubuntu 9.10, it should work with 10.04 I am busy testing it and will let you know.
Code:
#!/bin/shCode:
#! /bin/sh |
hehe nice :)
Though i'd like to give you some tips if you want to keep on working on the script. 1. Don't put perl tarballs in /var/cache/apt/ (this dir is for debian packages, just dl it to /usr/local/src or smth :) 2. You can shorten this all by putting all the packages in one apt-get command, also add a: Code:
APTCMD=`which apt-get`;Code:
$APTCMD -y libgd2Code:
perl -MCPAN -e 'Geography::Countries Mail:DomainKeys'4. Don't put scripts in /var/cache/apt/ :) |
| All times are GMT +2. The time now is 01:24. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.