mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Fix "poppassd-change-password" plugin (Closes #249)
This commit is contained in:
parent
e4333a6f90
commit
063af295b2
3 changed files with 8 additions and 8 deletions
|
|
@ -23,7 +23,7 @@ class PoppassdChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
|
||||
$oProvider
|
||||
->SetHost($this->Config()->Get('plugin', 'host', ''))
|
||||
->SetPort($this->Config()->Get('plugin', 'port', ''))
|
||||
->SetPort((int) $this->Config()->Get('plugin', 'port', 106))
|
||||
->SetAllowedEmails(\strtolower(\trim($this->Config()->Get('plugin', 'allowed_emails', ''))))
|
||||
->SetLogger($this->Manager()->Actions()->Logger())
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue