qusal/salt/mail/files/fetcher/fdm.conf.example
2024-01-29 16:49:54 +01:00

18 lines
423 B
Plaintext

# ~/.fdm.conf
## SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
##
## SPDX-License-Identifier: AGPL-3.0-or-later
##### DO NOT EDIT THIS BLOCK #####
action "inbox" maildir "%h/mail/INBOX"
##### EDIT THIS BLOCK #####
account "john-doe" pop3s
server "pop.mail.example"
user "john-doe"
pass "secret123"
##### DO NOT EDIT THIS BLOCK #####
match all action "inbox"