Por tof the postfix bounce server. Not tested.

This commit is contained in:
Tomas Bures 2018-09-18 11:03:36 +02:00
parent 63765f7222
commit 907d548e02
5 changed files with 143 additions and 153 deletions

View file

@ -96,12 +96,12 @@ dbcheck(err => { // Check if database needs upgrading before starting the server
feedcheck.spawn(() => {
senders.spawn(() => {
//triggers(() => {
//postfixBounceServer(async () => {
(async () => {
await reportProcessor.init();
log.info('Service', 'All services started');
})();
//});
postfixBounceServer(async () => {
(async () => {
await reportProcessor.init();
log.info('Service', 'All services started');
})();
});
//});
});
});