summaryrefslogtreecommitdiff
blob: a5d0b74013b6bd89e5ac9c6915718047cf895934 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

# Polling frequency in seconds
# (fetchmail will daemonize and check for new mail at this interval)
polling_period="60"

# Directory where the pid file is kept
pid_dir="/var/run/fetchmail"