🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. thanhtrung9368
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    thanhtrung9368

    @thanhtrung9368

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    thanhtrung9368 Unfollow Follow

    Latest posts made by thanhtrung9368

    • RE: ssl certificate problem unable to get local issuer certificate

      I have configuration for Mailer, it's working. Email of Mailer and Mailbox, Config of them are same . But my mailbox not working.

      posted in Technical Help
      T
      thanhtrung9368
    • ssl certificate problem unable to get local issuer certificate

      Hi there,
      I using UVdesk on my self host. I have run code

       php bin/console uvdesk:refresh-mailbox support@domain.com
      

      But I got message error:
      Screenshot 2023-12-28 at 07.42.20.png
      And I have configuration my mailbox:

      uvdesk_mailbox:
          emails: ~
              # Often Reply emails like from gmail contains extra and redundant previous mail data.
              # This data can be removed by adding delimiter i.e. specific line before each reply. 
              # delimiter: '<-- Please add content above this line -->'
              # enable_delimiter: true
          
          # Configure your mailboxes here
          mailboxes:
              mailbox_1145:
                  name: CompanyName CO
                  enabled: true
                  deleted: false
      
                  # [SMTP] Outgoing mail server
                  # Swiftmailer smtp mailer to use for sending emails through on behalf of this mailbox
                  smtp_server: 
                      mailer_id: mailer_5966
      
                  # [IMAP] Incoming mail server
                  # IMAP configurations to use for fetching emails from mailbox
                  imap_server:
                      host: '{pro46.emailserver.vn:993/imap/ssl}INBOX'
                      username: support@domainname.com
                      password: ************
      
      posted in Technical Help
      T
      thanhtrung9368