You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Only set mynetworks to localhost (Webmail)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
###############
|
||||
|
||||
# The list of relayed networks is still loaded from a configuration file
|
||||
mynetworks = /data/relaynets
|
||||
mynetworks = 127.0.0.1/32 [::1]/128
|
||||
# Empty alias list to override the configuration variable and disable NIS
|
||||
alias_maps = hash:/etc/aliases
|
||||
# SQLite configuration
|
||||
|
Reference in New Issue
Block a user