15 lines
335 B
Markdown
15 lines
335 B
Markdown
# AyrisTech Worker
|
|
|
|
This worker listens to Mailcow Dovecot logs and publishes incoming mail events to Redis.
|
|
|
|
## Features
|
|
- Real-time mail event tracking
|
|
- Redis Pub/Sub integration
|
|
- Dockerized deployment
|
|
|
|
## Setup
|
|
1. Clone the repository
|
|
2. Install dependencies: `npm install`
|
|
3. Configure `.env` file
|
|
4. Run the worker: `npm start`
|