aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/goimapnotify/.config/imapnotify/porkbun.conf
blob: 77b531e2750509a12e7c9ea914251bce35fae3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "host": "imap.porkbun.com",
    "port": 993,
    "tls": true,
    "tlsOptions": {
        "rejectUnauthorized": false
    },
    "username": "tobyv@tobyvin.dev",
    "passwordCmd": "pass tobyv@tobyvin.dev | head -n1",
    "onNewMail": "systemctl --user start mbsync@porkbun.service",
    "boxes": [
        "INBOX"
    ]
}