-
The dependancies on this latest deb are very restrictive and have caused issues for me as well.
The new wwwconfig-common dependency means that this deb is no longer supported with Ubuntu 8.04.
$ sudo dpkg -i postfixadmin_2.3rc5_all.deb
Selecting previously deselected package postfixadmin.
(Reading database ... 25961 files and directories currently installed.)
Unpacking postfixadmin (from...
2009-06-22 00:14:39 UTC in Postfix Admin
-
I should note that the wwwconfig-common 0.2.1 package from Debian squeeze will install on Ubuntu 8.04. So it would have solved my problem. Just do not want to do that :)
2009-06-03 05:54:28 UTC in Postfix Admin
-
My preference is to stick to packages from Ubuntu repo's on a production server. I have decided to use the tar.gz release now instead of the deb package.
Cheers.
2009-06-03 05:51:12 UTC in Postfix Admin
-
When domain is deleted any related domain aliases are not removed. This occurs for both the domain and the aliased domain. I am not sure if this causes any real world problems but it certainly is not tidy :)
2009-05-28 02:27:53 UTC in Postfix Admin
-
The new wwwconfig-common dependency means that this deb is no longer supported with Ubuntu 8.04.
$ sudo dpkg -i postfixadmin_2.3rc5_all.deb
Selecting previously deselected package postfixadmin.
(Reading database ... 25961 files and directories currently installed.)
Unpacking postfixadmin (from postfixadmin_2.3rc5_all.deb) ...
dpkg: dependency problems prevent configuration of...
2009-05-27 03:07:52 UTC in Postfix Admin
-
I have a requirement for this feature and I was able to implement is very simply. I have tried to keep the changes to an absolute minimum so that I can easily add it into new releases as they come out. I was very impressed at how simple it was to add this feature. I guess this shows postfixadmin has been designed very well :)
ALTER TABLE `mailbox` ADD `clear_password` VARCHAR( 255 ) NOT NULL ;...
2009-05-22 02:58:18 UTC in Postfix Admin
-
This patch is invaluable! thank you.
I have found one problem with this patch, it does not behave well with pagination. Luckily the fix is quite simple, all I had to do was edit zoneread.php and insert the following near the end.
if (isset($_GET['zname'])) {
$smarty->assign("page_root", "./zonelist.php?zname=" . $_GET['zname'] . "&");
}
else {
$smarty->assign("page_root"...
2009-05-21 23:09:41 UTC in Simple Management for BIND