Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mail_room.yml.example « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28366eb73941606615c6821f56407f81ba5077e4 (plain)
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
:mailboxes:
  -
    # # IMAP server host
    # :host: "imap.gmail.com"
    # # IMAP server port
    # :port: 993
    # # Whether the IMAP server uses SSL
    # :ssl: true
    # # Email account username. Usually the full email address.
    # :email: "replies@gitlab.example.com"
    # # Email account password
    # :password: "password"
    # # The name of the mailbox where incoming mail will end up. Usually "inbox".
    # :name: "inbox"
    # # Always "sidekiq".
    # :delivery_method: sidekiq
    # :delivery_options:
    #   # The URL to the Redis server used by Sidekiq. Should match the URL in config/resque.yml.
    #   :redis_url: redis://localhost:6379
    #   # Always "resque:gitlab".
    #   :namespace: resque:gitlab
    #   # Always "incoming_email".
    #   :queue: incoming_email
    #   # Always "EmailReceiverWorker"
    #   :worker: EmailReceiverWorker