mirror of
https://github.com/simple-login/app.git
synced 2025-11-12 02:40:45 +08:00
Set mydestination to empty to fix case where myhostname is the same as mydomain
This commit is contained in:
parent
2261cd2138
commit
60d519b1d4
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
|
||||
|
||||
# Set your domain here
|
||||
mydestination =
|
||||
myhostname = app.mydomain.com
|
||||
mydomain = mydomain.com
|
||||
myorigin = mydomain.com
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue