This file is indexed.

/etc/horde/imp/conf.xml is in php-horde-imp 6.1.6-1.

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
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0"?>
<!-- $Id: aacadbfa1fbca13addd996a61aabdc94936a3d3c $ -->
<configuration>
 <configtab name="user" desc="User Capabilities and Constraints">
  <configsection name="user">
   <configboolean name="allow_view_source" desc="If true, a user will be
   allowed to view the raw source of a message.">true</configboolean>
  </configsection>
 </configtab>

 <configtab name="server" desc="Server">
  <configsection name="server">
   <configswitch name="server_list" desc="Display a list of servers for users
   to choose from? If the server list is hidden, the 'preferred' mechanism can
   be used (see: config/backends.php) to auto-select a server. If the server
   list is shown, a user will be able to pick from the list of servers. If
   none, no server list will be shown and the defaults will be used unless
   another mechanism changes them.">none
    <case name="none" desc="None" />
    <case name="shown" desc="Shown" />
    <case name="hidden" desc="Hidden" />
   </configswitch>
  </configsection>
 </configtab>

 <configtab name="compose" desc="Compose">
  <configsection name="compose">
   <configheader>Attachments</configheader>
   <configboolean name="use_vfs" desc="Should the Horde VFS system be used for
   storing uploaded attachments?">false</configboolean>
   <configswitch name="link_attachments" desc="Should attachments be sent as
   web-accessible links?">true
    <case name="true" desc="Yes">
     <configboolean name="link_attachments_notify" desc="Send an e-mail
     notification to the sender when the first person attempts to download the
     linked attachment? This notification includes a link to delete the
     file.">true</configboolean>
     <configinteger name="link_attach_threshold" desc="The size of an
     attachment (in bytes) at which point the file is linked. Files below
     this threshold will be directly attached to the message. Set to 0 to
     attach all files as links.">5242880</configinteger>
     <configinteger name="link_attach_size_limit" desc="The maximum total size
     of linked attachments allowed per message (in bytes)? Set to 0 for no
     limit.">0</configinteger>
    </case>
    <case name="false" desc="No" />
   </configswitch>
   <configinteger name="attach_size_limit" desc="The maximum total size of
   attachments allowed per message (in bytes)? Set to 0 for no limit. [The
   maximum allowable size of any individual attachment is set via the PHP
   'upload_max_filesize' parameter; see imp/docs/INSTALL]">0</configinteger>
   <configinteger name="attach_count_limit" desc="The maximum total number of
   attachments allowed per message? Set to 0 for no limit.">0</configinteger>
   <configboolean name="convert_to_related" desc="When composing a message in
   HTML mode, download the data for images contained in the message and
   directly attach this data to the message? This is highly recommended as the
   image data can not otherwise be guaranteed to be available when the
   recipient views the message. This should be disabled for servers that are
   firewalled or have limited network connectivity.">true</configboolean>

   <configheader>Message Replies</configheader>
   <configinteger name="reply_limit" desc="The maximum total size of text (in
   bytes) to use when replying or forwarding a message. Set to 0 for no
   no limit.">200000</configinteger>

   <configheader>Address Autocompletion</configheader>
   <configinteger name="ac_browser" desc="For autocompletion of addresses,
   the maximum number of entries present in the user's addressbook before the
   queries will be handled by the server. For addressbooks with less than this
   value, the entire addressbook will be transmitted to the browser in the
   compose page. The latter results in faster lookups, but requires additional
   processing when generating the compose page. Set to 0 to
   disable.">50</configinteger>
   <configinteger name="ac_threshold" desc="When autocompleting addresses on
   the compose screen, the minimum number of characters required before the
   the addressbook is searched.">3</configinteger>
  </configsection>
 </configtab>

 <configtab name="pgp" desc="PGP Settings">
  <configsection name="pgp">
   <configswitch name="keylength" quote="false" desc="The keylength (in bits)
   to use for generation of a new PGP keypair. GnuPG recommends the creation
   of 2048 bit keys. The IMP default is, however, 1024 bits since key
   generation requires sufficient entropy in the local random source pool - a
   decision which can only be made by the local administrator. (A pool with
   insufficient random output can cause key generation to timeout before
   successful generation can be completed).">1024
    <case name="0" desc="Disable generation" />
    <case name="1024" desc="1024" />
    <case name="2048" desc="2048" />
    <case name="4096" desc="4096" />
   </configswitch>
  </configsection>
 </configtab>

 <configtab name="history" desc="Mail Response History">
  <configsection name="maillog">
   <configboolean name="use_maillog" desc="If true, who a message was sent to
   and the date it was sent when forwarding/replying/redirecting a message is
   tracked. This information is stored using Horde's History system. These
   entries could potentially be stored forever, so sufficient storage space is
   required.">true</configboolean>
  </configsection>
 </configtab>

 <configtab name="maillog" desc="Compose Log">
  <configsection name="sentmail">
   <configdescription>All attempts to send messages can be logged, including
   who has sent a message, when the message was sent, and to which recipients.
   This information can be used to configure message sending limits, create
   favorite recipient lists, or assist in tracking down malicious use.
   Enable this feature only if it doesn't violate privacy rules or laws in
   your country.</configdescription>
   <configswitch name="driver" desc="The sentmail log storage driver to
   use?">Null
    <case name="Nosql" desc="NoSQL">
     <configsection name="params">
      <configinteger name="threshold" desc="How many days should old log
      entries be kept?">60</configinteger>
      <configinteger name="limit_period" desc="If limiting users to a certain
      number of recipients per time period, how many hours should this time
      period last?">24</configinteger>
      <confignosql switchname="driverconfig" />
     </configsection>
    </case>
    <case name="Null" desc="None"/>
    <case name="Sql" desc="SQL">
     <configsection name="params">
      <configinteger name="threshold" desc="How many days should old log
      entries be kept?">60</configinteger>
      <configinteger name="limit_period" desc="If limiting users to a certain
      number of recipients per time period, how many hours should this time
      period last?">24</configinteger>
      <configsql switchname="driverconfig">
       <configstring name="table" desc="Database table name.">imp_sentmail
       </configstring>
      </configsql>
     </configsection>
    </case>
   </configswitch>
  </configsection>
 </configtab>

 <configtab name="otherapps" desc="Other Applications">
  <configsection name="tasklist">
   <configboolean name="use_tasklist" desc="If Nag is installed on the local
   system, it can be used to add the details of mail messages to new tasks.
   This feature will add to server load because the list of available task
   categories must be generated on every page load. Enable tasklist
   support?">true</configboolean>
  </configsection>

  <configsection name="notepad">
   <configboolean name="use_notepad" desc="If Mnemo is installed on the local
   system, it can be used to add the the details of mail messages to new
   notes. This feature will add to server load because the list of available
   note categories must be generated on every page load. Enable notepad
   support?">true</configboolean>
  </configsection>
 </configtab>
</configuration>