Guest User

fetchmail forward schema

a guest
Apr 30th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. set daemon 300
  2. set no syslog
  3. set no bouncemail
  4. set logfile /var/fetchmail/fetchmail.log
  5.  
  6. defaults:
  7. antispam -1
  8. no rewrite
  9. ssl
  10. no fetchall
  11. no keep
  12.  
  13. poll <mail server hostname> with protocol pop3 :
  14. user segreteria@<domain> with pass <pass>
  15. is segreteria@<mailgun domain> here smtphost smtp.mailgun.org;
  16.  
  17. user assistenza@<domain> with pass <pass>
  18. is assistenza@<mailgun domain> here smtphost smtp.mailgun.org;
Advertisement
Add Comment
Please, Sign In to add comment