add config examples

main
mw 3 years ago
parent cebe2eb705
commit 4540af4c14
  1. 7
      fetchmailrc
  2. 10
      pmmlrc

@ -0,0 +1,7 @@
poll imap.example.org
protocol IMAP
user "mailinglist@example.org" with password "PASSWORD" mda "/home/app/pmml.py mailinglist@example.org
folder 'INBOX'
fetchlimit 1
keep
ssl

@ -0,0 +1,10 @@
{
"mailinglist@example.org": {
"recipients": ["user1@example.org", "user2@example.org" ],
"smtp_server": "smtp.example.org",
"smtp_port": 587,
"connection": "STARTTLS",
"smtp_user": "mailinglist@example.org",
"smtp_pass": "PASSWORD"
}
}
Loading…
Cancel
Save