CoreCommunicationChannelMIMEBase

Ticket::Article::Backend::MIMEBase::ArticleDataDir

Legt das Verzeichnis zum Speichern von Daten fest, wenn „FS“ als ArticleStorage gewählt wurde.

Diese Einstellung kann nicht deaktiviert werden.

Standardwert:

<OTRS_CONFIG_Home>/var/article

Ticket::Article::Backend::MIMEBase::ArticleStorage

Defines how to store the article files and the attachments of the articles. You can switch between the modules even on a system that is already in production without any loss of data.

Available in-built options:

  • Kernel::System::Ticket::Article::Backend::MIMEBase::ArticleStorageDB: The article files and attachments are stored completely in the database (not recommended for storing big attachments).

  • Kernel::System::Ticket::Article::Backend::MIMEBase::ArticleStorageFS: The article files and attachments are stored in the filesystem. This is faster but the webserver should run under the OTRS user.

  • Kernel::System::Ticket::Article::Backend::MIMEBase::ArticleStorageAmazonS3: The article files and attachments are stored on an file storage service (like Amazon S3). This is very useful for distributed and loadbalanced systems.

Note: Searching for attachment names is not supported when „FS“ is used.

Diese Einstellung kann nicht deaktiviert werden.

Standardwert:

Kernel::System::Ticket::Article::Backend::MIMEBase::ArticleStorageDB

Ticket::Article::Backend::MIMEBase::ArticleStorageBackendCheckOrder

Legt fest, welche Speicher-Backends zusätzlich auf Artikel geprüft werden sollen. Die Reihenfolge der Einträge in der Liste bestimmt, welches Backend zuerst geprüft wird. Dies ist nur für Installationen erforderlich, bei denen Artikel in verschiedenen Speicher-Backends gespeichert sind.

Diese Einstellung kann nicht deaktiviert werden.

Standardwert:

--- []

Ticket::Article::Backend::MIMEBase::IndexAttachmentNames

Legt fest, ob Anhänge von MIMEBase-Artikeln indexiert werden und durchsuchbar sein sollen.

Diese Einstellung kann nicht deaktiviert werden.

Standardwert:

1
Nach oben scrollen