Initial commit

This commit is contained in:
2020-12-06 14:53:06 +01:00
commit fd5fc21b12
15 changed files with 1044 additions and 0 deletions

View File

@ -0,0 +1,18 @@
##################################
## UPDATE EVERYTHING FROM HERE >>>
# set correct mail server and its credentials
# note: mails are removed from IMAP server and copied in local mailbox
poll {{imap.server}} proto IMAP
with port {{imap.port}}
user "{{imap.user}}"
pass "{{imap.pass}}"
ssl
fetchall
#keep
## <<< UPDATE EVERYTHING TO HERE
################################
mda "/usr/bin/procmail -d %T"
set no bouncemail