Finding the documentation for the Search REST API of Sharepoint is difficult…. There is a very old blog post that I’m going to replicate here to give more visibility: Location of the Search Rest service The Search REST service is located at the following URI: http://host/site/_api/search The Search REST API The Search REST […]
Month: July 2019
exim4 : “remote_smtp: message is too big (transport limit = 1)”
After diging around for an exim4 problem (remote_smtp: message is too big (transport limit = 1)), I found the answer in this post: Add “IGNORE_SMTP_LINE_LENGTH_LIMIT=1” in the exim4 config file (/etc/exim4/update-exim4.conf.conf), then restart exim4