mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
Set mydestination to empty to fix case where myhostname is the same as mydomain
This commit is contained in:
parent
20e09b0d16
commit
2b8d5c2faf
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ alias_maps = hash:/etc/aliases
|
||||||
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 240.0.0.0/24
|
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 240.0.0.0/24
|
||||||
|
|
||||||
# Set your domain here
|
# Set your domain here
|
||||||
|
mydestination =
|
||||||
myhostname = app.mydomain.com
|
myhostname = app.mydomain.com
|
||||||
mydomain = mydomain.com
|
mydomain = mydomain.com
|
||||||
myorigin = mydomain.com
|
myorigin = mydomain.com
|
||||||
|
|
Loading…
Reference in a new issue