Update default FOLDERS to include Sent
Change default from INBOX to INBOX,Sent for better out-of-the-box experience, as Sent is commonly forwarded alongside inbox. Changes: - Update FOLDERS in .env.example - Update README to reflect new default
This commit is contained in:
parent
4a96c4a291
commit
fad2727ae8
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ DEST_HOST=yourserver.mxrouting.net
|
||||||
DEST_PORT=993
|
DEST_PORT=993
|
||||||
DEST_USER=your@mxroute.com
|
DEST_USER=your@mxroute.com
|
||||||
DEST_PASS=password
|
DEST_PASS=password
|
||||||
FOLDERS=INBOX
|
FOLDERS=INBOX,Sent
|
||||||
DRY_RUN=false
|
DRY_RUN=false
|
||||||
UPTIME_SUCCESS_URL=https://your-uptime-instance.com/api/push/your-token?status=up&msg=OK&ping=
|
UPTIME_SUCCESS_URL=https://your-uptime-instance.com/api/push/your-token?status=up&msg=OK&ping=
|
||||||
UPTIME_FAIL_URL=https://your-uptime-instance.com/api/push/your-token?status=down&msg=Failed
|
UPTIME_FAIL_URL=https://your-uptime-instance.com/api/push/your-token?status=down&msg=Failed
|
||||||
|
|
@ -18,7 +18,7 @@ This will set up the virtual environment, systemd services, and provide post-ins
|
||||||
- `DEST_PORT`: Port (default 993)
|
- `DEST_PORT`: Port (default 993)
|
||||||
- `DEST_USER`: Destination email/username
|
- `DEST_USER`: Destination email/username
|
||||||
- `DEST_PASS`: Destination password
|
- `DEST_PASS`: Destination password
|
||||||
- `FOLDERS`: Folders to sync (default "INBOX"; use "all" for all folders or comma-separated list like "INBOX,Sent")
|
- `FOLDERS`: Folders to sync (default "INBOX,Sent"; use "all" for all folders or comma-separated list)
|
||||||
- `DRY_RUN`: Set to `true` for testing without forwarding (default false)
|
- `DRY_RUN`: Set to `true` for testing without forwarding (default false)
|
||||||
- `UPTIME_SUCCESS_URL`: URL for success ping
|
- `UPTIME_SUCCESS_URL`: URL for success ping
|
||||||
- `UPTIME_FAIL_URL`: URL for failure ping
|
- `UPTIME_FAIL_URL`: URL for failure ping
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue