5897512fd9
Complete the current IMAP, POP3, SMTP and proxy protocol work; add the validated setup and administration UI, packaging examples, tests, and maintained roadmap/documentation for the 0.7 development line.
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
# Defaults for bongoproject initscript
|
|
# sourced by /etc/init.d/bongo
|
|
# installed below Bongo's configured system configuration directory
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
DAEMON_OPTS="-f -k"
|
|
RUN_STANDALONE=0
|
|
RUN_STANDALONE_OPTS=" -p 8080"
|