Initial commit
This commit is contained in:
18
docker-assets/template-config/fetchmailrc
Normal file
18
docker-assets/template-config/fetchmailrc
Normal 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
|
Reference in New Issue
Block a user