1###########################################################################
2# ------------------------------------------------------------------------
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 = "POP-3"
16
17# Which logfile group...
18LogFile = messages
19LogFile = maillog
20
21# Only give lines pertaining to courier...
22# I'm not sure if this is complete, especially for the new webmail daemon in 0.44.1
23#but you will get at least all currently supported logs
24*OnlyService = (pop3d-ssl|pop3d|spop3d|tpop3d)
25
26*RemoveHeaders =
27
28# vi: shiftwidth=3 tabstop=3 et
29