Blame conf/services/in.qpopper.conf

Packit 57988d
###########################################################################
Packit 57988d
# $Id$
Packit 57988d
###########################################################################
Packit 57988d
Packit 57988d
# You can put comments anywhere you want to.  They are effective for the
Packit 57988d
# rest of the line.
Packit 57988d
Packit 57988d
# this is in the format of <name> = <value>.  Whitespace at the beginning
Packit 57988d
# and end of the lines is removed.  Whitespace before and after the = sign
Packit 57988d
# is removed.  Everything is case *insensitive*.
Packit 57988d
Packit 57988d
# Yes = True  = On  = 1
Packit 57988d
# No  = False = Off = 0
Packit 57988d
Packit 57988d
Title = "in.qpopper"
Packit 57988d
Packit 57988d
# Which logfile group...
Packit 57988d
LogFile = maillog
Packit 57988d
Packit 57988d
# Only give lines pertaining to the in.qpopper service...
Packit 57988d
*MultiService = in.qpopper,qpopper
Packit 57988d
*RemoveHeaders
Packit 57988d
Packit 57988d
########################################################
Packit 57988d
# This was written and is maintained by:
Packit 57988d
#    Kenneth Porter <shiva@well.com>
Packit 57988d
#
Packit 57988d
# Please send all comments, suggestions, bug reports,
Packit 57988d
#    etc, to shiva@well.com.
Packit 57988d
########################################################
Packit 57988d
Packit 57988d
# vi: shiftwidth=3 tabstop=3 et