From 77dd73c1139d3b86388387b9149a84267995f635 Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Sat, 20 Feb 2016 21:54:44 +0100 Subject: [PATCH] Only set mynetworks to localhost (Webmail) --- config/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/postfix/main.cf b/config/postfix/main.cf index 8b55fb58..64c5e19d 100644 --- a/config/postfix/main.cf +++ b/config/postfix/main.cf @@ -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