view doc/roundup-server.ini.example @ 4211:61cf00ca920a

Process each message through the mail gateway as a separate transaction. The mail-gateway used to process messages fetched, e.g., via imap in a single big transaction. Now we process each message coming in via the mail-gateway in its own transaction. Regression-tests passed. See also discussion: http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Tue, 14 Jul 2009 09:10:43 +0000
parents 679118b572d5
children 96dc9f07340a
line wrap: on
line source

; This is a sample configuration file for roundup-server. See the
; admin_guide for information about its contents.
[main]
port = 8080
;hostname = 
;user = 
;group = 
;log_ip = yes
;pidfile = 
;logfile = 
;template =
;ssl = no
;pem =


; Add one of these per tracker being served
[trackers]
home = /path/to/tracker


Roundup Issue Tracker: http://roundup-tracker.org/