-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Borna
authored and
Borna
committed
Jun 5, 2024
1 parent
05b12ee
commit 921292a
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# NoIPChat mail | ||
|
||
NoIPChat mail plugin enables usage of regular email clients via SMTP and POP3 in NoIPChat network. | ||
|
||
**Installation** | ||
|
||
To install using default configuration, just place NoIPChat mail.nip into the Plugins folder of the Server. | ||
|
||
Once plugin is unpacked, close the Server if any changes are needed in configuration. | ||
|
||
**Configuration** | ||
|
||
Plugin is configured through Config.php | ||
|
||
Inside both SMTP and POP3 tags there should be at least one Interface. | ||
|
||
InterfaceIP is IP address assigned to network interface (in case of NAT, this is private IP) | ||
|
||
Port is a port number (port should be opend in firewall) |