blob: 3ce86f283a82ebbe2a9c7303976981ab0df2b5bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[general]
servername=uniqueservername
alertcontact=youremail@example.com
[email]
user=agmailaccountyoucreate@gmail.com
pass=yourpassword
smtpserver=smtp.gmail.com
smtpport=587
imapserver=imap.gmail.com
#I create a filter that automatically deletes my sent messages.
# This way, anyone who hacks the account only sees the last 30 days of messages I've sent
ideletesentmessagesautomatically=True
#If set, append a random number to prevent gmail threading
bustgmailthreading=False
[peers]
peer1=http://someserver.com:5000,admin@someserverbackup.com
peer2=http://someotherserver.com:5000,admin@someotherserver.com
|