Rename config option after update beyond version 0.11.2
This commit is contained in:
parent
68a02c75e1
commit
3ece72db70
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ in {
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
lookup.default.hostname = "fb04184.mathematik.tu-darmstadt.de"; # Because the DNS PTR of 130.83.2.184 is this and this should be used in SMTP EHLO.
|
hostname = "fb04184.mathematik.tu-darmstadt.de"; # Because the DNS PTR of 130.83.2.184 is this and this should be used in SMTP EHLO.
|
||||||
listener = {
|
listener = {
|
||||||
"smtp" = {
|
"smtp" = {
|
||||||
bind = ["[::]:25"];
|
bind = ["[::]:25"];
|
||||||
|
|
Loading…
Add table
Reference in a new issue