Did not want to use any SMTP plugin in the WordPress installation. Reading through the posts on the net to achieve mails being sent from WordPress the wp_mail() is used and it attempts to delivery the mail to port 25 of localhost. So decided to configure Postfix to accepts mails for delivery to be relayed…
Category: Installation Steps
Install Word Press on Debian Buster, HTTPS access only
Bring up a fresh installation of Debian Buster. Had opted only for ssh access and standard utilities during installation. Note : Preferred not to use any wordpress plugins to have the redirection to https. Wanted to keep the blog, plain simple and faster – page completely being displayed when accessed. Install php7.3 and php modules…