Update 'config/manual.sh'
This commit is contained in:
@@ -1,21 +1,9 @@
|
||||
echo "##----------------##" >> ~/Readme.md
|
||||
echo "# OpenDKIM key #" >> ~/Readme.md
|
||||
echo "##----------------##" >> ~/Readme.md
|
||||
echo "##----------------##"$'\n'"# OpenDKIM key #"$'\n'"##----------------##"$'\n' >> ~/Readme.md
|
||||
cat /etc/opendkim/keys/$domonly/default.txt >> ~/Readme.md
|
||||
echo "" >> ~/Readme.md
|
||||
|
||||
echo "##----------------------##" >> ~/Readme.md
|
||||
echo "# Postfix mail queue #" >> ~/Readme.md
|
||||
echo "##----------------------##" >> ~/Readme.md
|
||||
echo ""
|
||||
echo "#Show queue" >> ~/Readme.md
|
||||
echo "postqueue -p" >> ~/Readme.md
|
||||
echo "#Show message" >> ~/Readme.md
|
||||
echo "postcat -vq XXXXXXXXXX" >> ~/Readme.md
|
||||
echo "#Flushing the queue" >> ~/Readme.md
|
||||
echo "postqueue -f" >> ~/Readme.md
|
||||
echo "#Removing all queued messages" >> ~/Readme.md
|
||||
echo "postsuper -d ALL" >> ~/Readme.md
|
||||
echo "#Remove differed messages from the queue (i.e. only the ones the system intends to retry later)" >> ~/Readme.md
|
||||
echo "postsuper -d ALL deferred" >> ~/Readme.md
|
||||
echo "" >> ~/Readme.md
|
||||
echo "##----------------------##"$'\n'"# Postfix mail queue #"$'\n'"##----------------------##"$'\n' >> ~/Readme.md
|
||||
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
|
||||
Reference in New Issue
Block a user