forked from openhab/openhabian
-
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.
Continue Standardization and Rewrite
This contains further rewrites that improve the consistency of the codebase. These were made in addition to the changes that were first started in openhab#938. Related openhab#937 Signed-off-by: Ethan Dye <[email protected]>
- Loading branch information
Showing
33 changed files
with
1,382 additions
and
988 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
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,9 +1,7 @@ | ||
Internet Systems Consortium license | ||
=================================== | ||
|
||
Copyright (c) 2020 Thomas Dietrich [[email protected]](mailto:[email protected]) | ||
Markus Storm [[email protected]](mailto:[email protected]) | ||
and others | ||
Copyright (c) 2010-2020 Contributors to the openHAB project | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any purpose | ||
with or without fee is hereby granted, provided that the above copyright notice | ||
|
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
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
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 |
---|---|---|
|
@@ -4,18 +4,16 @@ When you choose the "Mail Transfer Agent" install option in openhabian-config me | |
In case you enter anything wrong you can re-initiate the installation process from the openHABian menu | ||
Here's what you will need to enter: | ||
|
||
* Mail server type: mail sent by smarthost (received via SMTP or fetchmail) | ||
* System mail name: FQDN (your full hostname including the domain part) | ||
* IPs that should be allowed by the server: 127.0.0.1; ::1; 192.168.xxx.yyy (replace with your hosts's IP) | ||
* Other destinations for which mail is accepted: `<hostname> <hostname>.<domainname> <domainname>` | ||
* Machines to relay mail for: Leave empty | ||
* IP address or host name of the outgoing smarthost: `smtp.gmail.com::587` | ||
* Hide local mail name in outgoing mail: No | ||
* Keep number of DNS-queries minimal: No | ||
* Delivery method: Select: Maildir format in home directory | ||
* Split configuration into small files: Yes | ||
* List of smarthost(s) to use your account for: `*` | ||
* Mail username of the public service to relay all outgoing mail to: | ||
Your username for the mail relay service to use such as `[email protected]` | ||
|
||
|
||
* Mail server type: mail sent by smarthost (received via SMTP or fetchmail) | ||
* System mail name: FQDN (your full hostname including the domain part) | ||
* IPs that should be allowed by the server: 127.0.0.1; ::1; 192.168.xxx.yyy (replace with your hosts's IP) | ||
* Other destinations for which mail is accepted: `<hostname> <hostname>.<domainname> <domainname>` | ||
* Machines to relay mail for: Leave empty | ||
* IP address or host name of the outgoing smarthost: `smtp.gmail.com::587` | ||
* Hide local mail name in outgoing mail: No | ||
* Keep number of DNS-queries minimal: No | ||
* Delivery method: Select: Maildir format in home directory | ||
* Split configuration into small files: Yes | ||
* List of smarthost(s) to use your account for: `*` | ||
* Mail username of the public service to relay all outgoing mail to: | ||
Your username for the mail relay service to use such as `[email protected]` |
Oops, something went wrong.