La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 5.3
Sommaire

See also: Customizing email feeding

It is possible to automatically feed the helpdesk with tickets created by reading an email address: an asynchronous task (the feed task, see 03 Administration) periodically reads an IMAP account, using the properties below (set in /properties/config.properties).

These properties are required only when using the feeding feature.

Email address (required)

The email address to which emails are sent by the users:

Bloc de code
#feed.imap.address=support@domain.edu

IMAP server (required)

The FQDN or IP address of the IMAP server:

Bloc de code
#feed.imap.server=imap.domain.edu

IMAP authentication (required)

The credentials used to connect to the IMAP server:

Bloc de code
#feed.imap.account=support
#feed.imap.password=secret

IMAP folder

The name of the IMAP folder to read, by default INBOX:

Bloc de code
#feed.imap.folder=INBOX

Target category

The ID of the category in which tickets are automatically created:

Bloc de code
#feed.imap.categoryId=1

SPAM filter

The name of the bean used to filter spams:

Bloc de code
#feed.imap.spamFilterBean=null
Astuce

By default, the bean is null (spams are not filtered). To set up SPAM filtering, see Customizing email feeding.