File: fetchmailrc

package info (click to toggle)
emacspeak 49.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,124 kB
  • sloc: lisp: 60,077; xml: 14,159; tcl: 1,332; cpp: 1,175; sh: 859; makefile: 754; python: 534; perl: 419
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#edit to taste 
# This fetchmailrc filters email using procmail

set daemon 300 #fetch every 5 minutes.
set logfile /home/raman/.fetchmail.log
server imap.gmail.com
protocol imap
user <user@gmail.com>
password <password>
ssl
sslcertck
mda "/usr/bin/procmail  -d  %T"
fetchall