Thread: [Postfixadmin-devel] postfixadmin-cli deb where ?
Brought to you by:
christian_boltz,
gingerdog
From: Robert S. <ro...@sc...> - 2011-01-14 09:45:23
|
Hi @ll, http://sourceforge.net/apps/mediawiki/postfixadmin/index.php?title=Postfixadmin-CLI talks about postfixadmin-cli deb package, wher can i download it the normal source files and deb packs seems not to inlude postfixadmin-cli -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria |
From: Christian B. <pos...@cb...> - 2011-01-14 12:41:31
|
Hello, Am Freitag, 14. Januar 2011 schrieb Robert Schetterer: > http://sourceforge.net/apps/mediawiki/postfixadmin/index.php?title=Po > stfixadmin-CLI > > talks about postfixadmin-cli deb package, wher can i download it > the normal source files and deb packs seems not to inlude > postfixadmin-cli At the moment it's only available in SVN trunk. You can check it out with: svn co https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin/trunk Let the script explain its usage itsself: ;-) cd [where your SVN checkout is]/scripts ./postfixadmin-cli alias help ./postfixadmin-cli user help # hmmm, should we rename that to "mailbox"? ./postfixadmin-cli domain help Regards, Christian Boltz -- Aus technischen Grunden befindet sich die Signatur auf der Rückseite dieser Mail. |
From: Robert S. <ro...@sc...> - 2011-01-14 14:33:57
|
Am 14.01.2011 13:41, schrieb Christian Boltz: > Hello, > > Am Freitag, 14. Januar 2011 schrieb Robert Schetterer: >> http://sourceforge.net/apps/mediawiki/postfixadmin/index.php?title=Po >> stfixadmin-CLI >> >> talks about postfixadmin-cli deb package, wher can i download it >> the normal source files and deb packs seems not to inlude >> postfixadmin-cli > > At the moment it's only available in SVN trunk. You can check it out > with: > > svn co > https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin/trunk > > Let the script explain its usage itsself: ;-) > > cd [where your SVN checkout is]/scripts > ./postfixadmin-cli alias help > ./postfixadmin-cli user help # hmmm, should we rename that to "mailbox"? > ./postfixadmin-cli domain help > > > Regards, > > Christian Boltz thx Christian, using on ubuntu server lucid 64 /postfixadmin-cli domain view domain.org Welcome to Postfixadmin-CLI v0.2 --------------------------------------------------------------- Path: /usr/share/postfixadmin --------------------------------------------------------------- PHP Fatal error: Class 'DomainHandler' not found in /usr/share/postfixadmin/scripts/shells/domain.php on line 332 Fatal error: Class 'DomainHandler' not found in /usr/share/postfixadmin/scripts/shells/domain.php on line 332 are there additional depencies to solve ? -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria |
From: Robert S. <ro...@sc...> - 2011-01-14 16:06:03
|
Am 14.01.2011 15:33, schrieb Robert Schetterer: > Am 14.01.2011 13:41, schrieb Christian Boltz: >> Hello, >> >> Am Freitag, 14. Januar 2011 schrieb Robert Schetterer: >>> http://sourceforge.net/apps/mediawiki/postfixadmin/index.php?title=Po >>> stfixadmin-CLI >>> >>> talks about postfixadmin-cli deb package, wher can i download it >>> the normal source files and deb packs seems not to inlude >>> postfixadmin-cli >> >> At the moment it's only available in SVN trunk. You can check it out >> with: >> >> svn co >> https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin/trunk >> >> Let the script explain its usage itsself: ;-) >> >> cd [where your SVN checkout is]/scripts >> ./postfixadmin-cli alias help >> ./postfixadmin-cli user help # hmmm, should we rename that to "mailbox"? >> ./postfixadmin-cli domain help >> >> >> Regards, >> >> Christian Boltz > > thx Christian, > using on ubuntu server lucid 64 > > /postfixadmin-cli domain view domain.org > > Welcome to Postfixadmin-CLI v0.2 > --------------------------------------------------------------- > Path: /usr/share/postfixadmin > --------------------------------------------------------------- > PHP Fatal error: Class 'DomainHandler' not found in > /usr/share/postfixadmin/scripts/shells/domain.php on line 332 > > Fatal error: Class 'DomainHandler' not found in > /usr/share/postfixadmin/scripts/shells/domain.php on line 332 > > are there additional depencies to solve ? sorry for the noise, i see you have to use the whole trunk for use not for mixed use with current stable -- Best Regards MfG Robert Schetterer Germany/Munich/Bavaria |
From: Christian B. <pos...@cb...> - 2011-01-15 00:10:22
|
Hello, Am Freitag, 14. Januar 2011 schrieb Robert Schetterer: > Am 14.01.2011 15:33, schrieb Robert Schetterer: > > /postfixadmin-cli domain view domain.org > > PHP Fatal error: Class 'DomainHandler' not found in > > /usr/share/postfixadmin/scripts/shells/domain.php on line 332 > sorry for the noise, i see you have to use the whole trunk for use > not for mixed use with current stable Yes, the classes are in a directory outside of "scripts/" because we use/plan to use[1] them for the web interface also to avoid duplicate code. This means you need the complete tree, not just the scripts/ directory. However, you can use the 2.3.x web interface and the CLI from SVN at the same time - but if you want to beta-test the new web interface, I won't object ;-) Regards, Christian Boltz [1] users/* and the XMLRPC interface already use the classes, the admin part doesn't use them yet -- Wenn man keine Vögel mag, ist es völlig in Ordnung, mit Kanonen auf Spatzen zu schiessen. [Ratti in suse-linux] |