Skip to content

Commit

Permalink
Create .fetchmailrc
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhtlr committed Apr 23, 2017
1 parent 94a91f2 commit afe262e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .fetchmailrc
@@ -0,0 +1,12 @@
set postmaster "postmaster.or.admin@target-domain.com"
set no bouncemail
set no spambounce
set logfile /location/of/your/fetchmail.log
poll mailserver.source-domain.com localdomains target-domain.com proto POP3
timeout 60
##envelope
envelope "Envelope-to"
## USER LIST #################################################################################################################################
user "user1fromsourcedomain" with pass "passofuser1fromsourcedomain" is "user1@target-domain.com" here options ssl fetchall nokeep expunge 10
user "user2fromsourcedomain" with pass "passofuser2fromsourcedomain" is "user2@target-domain.com" here options ssl fetchall nokeep expunge 10
## End #######################################################################################################################################

0 comments on commit afe262e

Please sign in to comment.