inboxid/.sample.env

6 lines
172 B
Bash
Raw Permalink Normal View History

2022-06-20 14:00:20 +00:00
export MAILHOST='mail.com'
export MAILUSER='johndoe@mail.com'
export MAILPASSWORD='keyringSupportIsOnTheRoadmap'
export MAILDIR='./mails'
export MAILDB="$MAILDIR/index.db"