Docker image which provides a full Eressea installation to host a local game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
452 B

3 weeks ago
  1. ##################################
  2. ## UPDATE EVERYTHING FROM HERE >>>
  3. # set correct mail server and its credentials
  4. # note: mails are removed from IMAP server and copied in local mailbox
  5. poll {{imap.server}} proto IMAP
  6. with port {{imap.port}}
  7. user "{{imap.user}}"
  8. pass "{{imap.pass}}"
  9. ssl
  10. fetchall
  11. #keep
  12. ## <<< UPDATE EVERYTHING TO HERE
  13. ################################
  14. mda "/usr/bin/procmail -d %T"
  15. set no bouncemail