2019-05-01 13:32:37 +02:00
|
|
|
# Generated by Home-Manager.
|
|
|
|
[retriever]
|
|
|
|
type = SimpleIMAPSSLRetriever
|
|
|
|
server = imap.example.com
|
2019-10-24 07:40:37 +02:00
|
|
|
port = 993
|
2019-05-01 13:32:37 +02:00
|
|
|
username = home.manager
|
|
|
|
password_command = ('password-command')
|
2021-03-01 23:58:18 +01:00
|
|
|
mailboxes = ( 'INBOX', 'Sent', 'Work', )
|
2019-05-01 13:32:37 +02:00
|
|
|
|
|
|
|
[destination]
|
|
|
|
type = MDA_external
|
|
|
|
path = /bin/maildrop
|
|
|
|
|
|
|
|
[options]
|
|
|
|
delete = false
|
|
|
|
read_all = true
|