/etc/default/perdition is in perdition 2.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ######################################################################
# /etc/sysconfig/perdition (RPM based systems)
# /etc/default/perdition (Debian)
#
# Run time configuration parameters for perdition
######################################################################
# Run perdition
# Set to "yes" to run perdition
# Set to any other value to not run perdition, this overrides all other settings
RUN_PERDITION=yes
# Command line parameters to pass to perdition when run in any mode.
# This is in addition to any mode specific flags.
# That is, it is in addition to any command line options supplied
# by POP3_FLAGS, POP3S_FLAGS, IMAP4_FLAGS, IMAP4S_FLAGS or MANAGESIEVE_FLAGS
#FLAGS=
# Run an instance of perdition in POP3 mode
# Set to "yes" to run this instance of perdition
# Set to any other value to not run this instance of perdition
POP3=yes
#Command line parameters to pass to perdition when run in POP3 mode
POP3_FLAGS=
# Run an instance of perdition in POP3S mode
# Set to "yes" to run this instance of perdition
# Set to any other value to not run this instance of perdition
POP3S=yes
#Command line parameters to pass to perdition when run in POP3S mode
POP3S_FLAGS=
# Run an instance of perdition in IMAP4 mode
# Set to "yes" to run this instance of perdition
# Set to any other value to not run this instance of perdition
IMAP4=yes
#Command line parameters to pass to perdition when run in IMAP4 mode
IMAP4_FLAGS=
# Run an instance of perdition in IMAP4S mode
# Set to "yes" to run this instance of perdition
# Set to any other value to not run this instance of perdition
IMAP4S=yes
#Command line parameters to pass to perdition when run in IMAP4S mode
IMAP4S_FLAGS=
# Run an instance of perdition in managesieve mode
# Set to "yes" to run this instance of perdition
# Set to any other valye to not run this instance of perdition
MANAGESIEVE=yes
#Command line parameters to pass to perdition when run in managesieve mode
MANAGESIEVE_FLAGS=
|