mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
merged r24219: fixed problems (no param in the constructor) reported on
the german list
This commit is contained in:
parent
214eda4e66
commit
6240c313ab
@ -51,11 +51,6 @@ class pleskimap extends defaultimap
|
||||
*/
|
||||
var $error = false;
|
||||
|
||||
function pleskimap($profileData)
|
||||
{
|
||||
$this->defaultimap($profileData); // calling the parent constructor
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a full mailbox or just forward, depending on the given email address
|
||||
* If email matches the default domain, we create a full mailbox, otherwise we create a forward
|
||||
|
@ -8,7 +8,7 @@
|
||||
* - tested with Plesk7.5 under Linux, but should work with other plesk *
|
||||
* versions and Windows too as it uses plesks cli (command line interface) *
|
||||
* - this plugin ONLY works if you have root access to the webserver !!! *
|
||||
* - configuration instructions are in the class.pliskimap.inc.php *
|
||||
* - configuration instructions are in the class.pleskimap.inc.php *
|
||||
* => as with the "LDAP, Postfix & Cyrus" plugin the plesk one creates mail *
|
||||
* users and manages passwords, aliases, forwards and quota from within *
|
||||
* eGroupWare - no need to additionally visit the plesk interface anymore *
|
||||
@ -30,11 +30,6 @@ class smtpplesk extends defaultsmtp
|
||||
*/
|
||||
var $error = false;
|
||||
|
||||
function smtpplesk($profileData)
|
||||
{
|
||||
$this->defaultsmtp($profileData); // call the parent constructor
|
||||
}
|
||||
|
||||
/**
|
||||
* call plesk's mail command line interface
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user