HMS Backup Script – hMailServer forum

Visits: 4564 This is my advice for using SES along side your new Charming Full email server. HmailServer does not currently have a catchall relay smtp function like Postfix or Sendmail in Linux. You can set up Roundcube to send ALL messages via SES with the following settings. Edit C:\inetpub\wwwroot\webmail\config\config.inc.php edit the line $config[‘smtp_server’]  to the following. …

Turn Monolith server of LAMP stack using php-fpm that also uses MEAN stack into microservices

Visits: 3074 The project is to make microservices in place of a monolithic nodejs application stack. Apache Web Server, php-fpm, nodejs application server with mongodb, mysql backend. This got divided into 2 seperate projects, of LAMP and MEAN stack. It can be tweaked to have the php-fpm LAMP read/Write from the MongoDB Database and to have …