Por tof the postfix bounce server. Not tested.
This commit is contained in:
parent
63765f7222
commit
907d548e02
5 changed files with 143 additions and 153 deletions
12
index.js
12
index.js
|
@ -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');
|
||||
})();
|
||||
});
|
||||
//});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue