1###########################################################################
2# $Id$
3###########################################################################
4
5# You can put comments anywhere you want to.  They are effective for the
6# rest of the line.
7
8# this is in the format of <name> = <value>.  Whitespace at the beginning
9# and end of the lines is removed.  Whitespace before and after the = sign
10# is removed.  Everything is case *insensitive*.
11
12# Yes = True  = On  = 1
13# No  = False = Off = 0
14
15Title = "vpopmail"
16
17# Which logfile group...
18LogFile = maillog
19
20# Only give lines pertaining to the qmail service...
21*OnlyService = vpopmail
22*RemoveHeaders =
23
24# Do you want to report successful logins?
25$successful_logins = 0
26
27# vi: shiftwidth=3 tabstop=3 et
28