diff --git a/fetchmailrc b/fetchmailrc new file mode 100644 index 0000000..f64e26a --- /dev/null +++ b/fetchmailrc @@ -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 diff --git a/pmmlrc b/pmmlrc new file mode 100644 index 0000000..61f3c74 --- /dev/null +++ b/pmmlrc @@ -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" + } +}