qusal/salt/mail/files/fetcher/fdm.conf.example

18 lines
423 B
Plaintext
Raw Normal View History

# ~/.fdm.conf
2024-01-29 10:49:54 -05:00
## 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"