Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ## .fdm.conf
  2. ## Accounts and rules for:
  3. #> foo@example.com
  4. #> bar@gmail.com
  5. ## Last edit 21-Dec-09
  6.  
  7. # Catch-all action (mbox):
  8. # action "inbox" mbox "%h/mail/INBOX"
  9. # Catch-all action (maildir):
  10. action "inbox" maildir "%h/Mail/INBOX"
  11.  
  12. account "vieq" imaps server "imap.linuxac.org"
  13. user "vieq@linuxac.org" pass "mypass"
  14.  
  15. # account "bar" imaps server "imap.gmail.com"
  16. # user "bar@gmail.com" pass "evenmoresecret"
  17.  
  18. # Match all mail and deliver using the 'inbox' action.
  19. match all action "inbox"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement