Skip to content

Commit

Permalink
πŸ“ Adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Oct 2, 2024
1 parent 6c91a67 commit 108c83d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ The adapter is configured via environment variables:
- `USERLI_TOKEN`: The token to authenticate against the userli API.
- `USERLI_BASE_URL`: The base URL of the userli API.
- `ALIAS_LISTEN_ADDR`: The address to listen on for incoming requests. Default: `10001`.
- `DOMAIN_LISTEN_ADDR`: The address to listen on for incoming requests. Default: `10002`.
- `MAILBOX_LISTEN_ADDR`: The address to listen on for incoming requests. Default: `10003`.
- `SENDERS_LISTEN_ADDR`: The address to listen on for incoming requests. Default: `10004`.

In Postfix, you can configure the adapter as a transport like this:

```text
virtual_alias_maps = tcp:localhost:10001
virtual_mailbox_domains = tcp:localhost:10002
virtual_mailbox_maps = tcp:localhost:10003
smtpd_sender_login_maps = tcp:localhost:10004
```

0 comments on commit 108c83d

Please sign in to comment.