From 32ecf4fb1f89b9b1b0d2fcdf50d6363fb1de943a Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Thu, 24 Oct 2019 09:15:23 +0200 Subject: [PATCH] Update 'config/manual.sh' --- config/manual.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manual.sh b/config/manual.sh index f569875..f7b8e7a 100644 --- a/config/manual.sh +++ b/config/manual.sh @@ -6,4 +6,4 @@ echo "##----------------------##"$'\n'"# Postfix mail queue #"$'\n'"##------ echo "#Show queue"$'\n'"postqueue -p"$'\n'"#Show message"$'\n'"postcat -vq XXXXXXXXXX"$'\n'"#Flushing the queue"$'\n'"postqueue -f"$'\n'"#Removing all queued messages"$'\n'"postsuper -d ALL"$'\n'"#Remove differed messages from the queue (i.e. only the ones the system intends to retry later)"$'\n'"postsuper -d ALL deferred" >> ~/Readme.md echo "##--------------##"$'\n'"# SPF Record #"$'\n'"##--------------##"$'\n' >> ~/Readme.md -echo "v=spf1 a mx ip4:$ipadr ~all"$'\n' >> ~/Readme.md \ No newline at end of file +echo "v=spf1 a mx ip4:$wanip ~all"$'\n' >> ~/Readme.md \ No newline at end of file