mirror of
https://github.com/draga79/NotiMail.git
synced 2024-11-12 16:51:34 +01:00
43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
[GENERAL]
|
|
LogFileLocation = /var/log/notimail/notimail.log
|
|
DataBaseLocation = /var/cache/notimail/processed_emails.db
|
|
#Logorotation can be "size" or "time"
|
|
LogRotationType = size
|
|
#LogRotationSize - Only if size is selected - default is 10 MB
|
|
LogRotationSize = 10485760
|
|
#LogRotationInterval - Only if time is selected - in days
|
|
LogRotationInterval = 7
|
|
LogBackupCount = 5
|
|
|
|
[EMAIL:account1]
|
|
EmailUser = your@address.com
|
|
EmailPass = YourPassword
|
|
Host = mail.server.com
|
|
#Folders = inbox, sent
|
|
|
|
#[EMAIL:account2]
|
|
#EmailUser = your@address.com
|
|
#EmailPass = YourPassword
|
|
#Host = mail.server.com
|
|
#Folders = inbox, sent
|
|
|
|
#If your provider is NTFY, uncomment the following lines and configure. If using NTFY, also uncomment the [NTFY] line
|
|
#[NTFY]
|
|
#Url1 = https://ntfy.sh/TOPIC1
|
|
#Token1 = Optional token to send notifications to protected topics
|
|
#Url2 = https://ntfy.sh/TOPIC2
|
|
#Token2 = Optional token to send notifications to protected topics
|
|
|
|
#If your provider is PUSHOVER, uncomment the following lines and configure. If using PUSHOVER, also uncomment the [PUSHOVER] line
|
|
#[PUSHOVER]
|
|
#ApiToken = YOUR_PUSHOVER_API_TOKEN
|
|
#UserKey = YOUR_PUSHOVER_USER_KEY
|
|
|
|
#If your provider is GOTIFY, uncomment the following lines and configure. If using GOTIFY, also uncomment the [GOTIFY] line
|
|
#[GOTIFY]
|
|
#Url = https://gotify.example.com/message
|
|
#Token = your_gotify_token
|
|
|
|
#If your provider is one of the ones supported by APPRISE, uncomment the following lines and configure. If using APPRISE, also uncomment the [APPRISE] line
|
|
#[APPRISE]
|
|
#urls = pover://user@token, discord://webhook_id/webhook_token
|