Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Mixpost

Mixpost

Scheduled Pinned Locked Moved App Wishlist
164 Posts 15 Posters 42.7k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • andreasduerenA Online
    andreasduerenA Online
    andreasdueren
    wrote on last edited by
    #126

    Yes i'ts what you've been working on. I think I followed some of the instructions somewhere here for the lite version but applied it to the enterprise one

    1 Reply Last reply
    1
    • P Offline
      P Offline
      privsec
      wrote on last edited by
      #127

      So, out of curioisty.

      To get the app working in the lamp app- is that the previously written up guide?

      1 Reply Last reply
      1
      • andreasduerenA Online
        andreasduerenA Online
        andreasdueren
        wrote on last edited by
        #128

        Yes should work no problem

        1 Reply Last reply
        0
        • humptydumptyH Offline
          humptydumptyH Offline
          humptydumpty
          wrote on last edited by
          #129

          I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

          I tried a bunch of settings and currently have these, but nothing works:

          # SMTP
          MAIL_MAILER=mail
          MAIL_HOST=mail
          MAIL_PORT=2465
          MAIL_USERNAME=mixpost.app@domain.com
          MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
          MAIL_ENCRYPTION=tls
          MAIL_FROM_ADDRESS="mixpost.app@domain.com"
          MAIL_FROM_NAME="${APP_NAME}"
          
          andreasduerenA 1 Reply Last reply
          1
          • humptydumptyH humptydumpty

            I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

            I tried a bunch of settings and currently have these, but nothing works:

            # SMTP
            MAIL_MAILER=mail
            MAIL_HOST=mail
            MAIL_PORT=2465
            MAIL_USERNAME=mixpost.app@domain.com
            MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
            MAIL_ENCRYPTION=tls
            MAIL_FROM_ADDRESS="mixpost.app@domain.com"
            MAIL_FROM_NAME="${APP_NAME}"
            
            andreasduerenA Online
            andreasduerenA Online
            andreasdueren
            wrote on last edited by
            #130

            @humptydumpty said in Mixpost:

            I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

            I tried a bunch of settings and currently have these, but nothing works:

            # SMTP
            MAIL_MAILER=mail
            MAIL_HOST=mail
            MAIL_PORT=2465
            MAIL_USERNAME=mixpost.app@domain.com
            MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
            MAIL_ENCRYPTION=tls
            MAIL_FROM_ADDRESS="mixpost.app@domain.com"
            MAIL_FROM_NAME="${APP_NAME}"
            

            I think MAIL_MAILER= needs to be smtp. At least that's what I had set up:

            MAIL_MAILER=smtp
            MAIL_HOST=mail
            MAIL_PORT=2465
            MAIL_USERNAME=app@domain.com
            MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334
            MAIL_ENCRYPTION=tls
            MAIL_FROM_ADDRESS="app@domain.com"
            MAIL_FROM_NAME="${APP_NAME}"
            

            I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

            jdaviescoatesJ humptydumptyH 2 Replies Last reply
            1
            • andreasduerenA andreasdueren

              @humptydumpty said in Mixpost:

              I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

              I tried a bunch of settings and currently have these, but nothing works:

              # SMTP
              MAIL_MAILER=mail
              MAIL_HOST=mail
              MAIL_PORT=2465
              MAIL_USERNAME=mixpost.app@domain.com
              MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
              MAIL_ENCRYPTION=tls
              MAIL_FROM_ADDRESS="mixpost.app@domain.com"
              MAIL_FROM_NAME="${APP_NAME}"
              

              I think MAIL_MAILER= needs to be smtp. At least that's what I had set up:

              MAIL_MAILER=smtp
              MAIL_HOST=mail
              MAIL_PORT=2465
              MAIL_USERNAME=app@domain.com
              MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334
              MAIL_ENCRYPTION=tls
              MAIL_FROM_ADDRESS="app@domain.com"
              MAIL_FROM_NAME="${APP_NAME}"
              

              I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

              jdaviescoatesJ Offline
              jdaviescoatesJ Offline
              jdaviescoates
              wrote on last edited by
              #131

              @andreasdueren said in Mixpost:

              I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

              Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.

              I use Cloudron with Gandi & Hetzner

              humptydumptyH andreasduerenA 2 Replies Last reply
              2
              • jdaviescoatesJ jdaviescoates

                @andreasdueren said in Mixpost:

                I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.

                humptydumptyH Offline
                humptydumptyH Offline
                humptydumpty
                wrote on last edited by
                #132

                @jdaviescoates exactly! I spent over two hours reinstalling mixpost yesterday. Most of that time was spent re-reading all the forum posts and docs to refresh my memory. Upgrading will still be a manual hassle too. There’s also an unsolved mystery, symphony; what is keeping horizon running?

                1 Reply Last reply
                2
                • andreasduerenA andreasdueren

                  @humptydumpty said in Mixpost:

                  I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?

                  I tried a bunch of settings and currently have these, but nothing works:

                  # SMTP
                  MAIL_MAILER=mail
                  MAIL_HOST=mail
                  MAIL_PORT=2465
                  MAIL_USERNAME=mixpost.app@domain.com
                  MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                  MAIL_ENCRYPTION=tls
                  MAIL_FROM_ADDRESS="mixpost.app@domain.com"
                  MAIL_FROM_NAME="${APP_NAME}"
                  

                  I think MAIL_MAILER= needs to be smtp. At least that's what I had set up:

                  MAIL_MAILER=smtp
                  MAIL_HOST=mail
                  MAIL_PORT=2465
                  MAIL_USERNAME=app@domain.com
                  MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334
                  MAIL_ENCRYPTION=tls
                  MAIL_FROM_ADDRESS="app@domain.com"
                  MAIL_FROM_NAME="${APP_NAME}"
                  

                  I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                  humptydumptyH Offline
                  humptydumptyH Offline
                  humptydumpty
                  wrote on last edited by
                  #133

                  @andreasdueren I’ll give smtp a try but i think i tried that yesterday. Maybe i need different settings because i use a mailgun relay.

                  1 Reply Last reply
                  2
                  • humptydumptyH Offline
                    humptydumptyH Offline
                    humptydumpty
                    wrote on last edited by
                    #134

                    SMTP didn't work. I'll ask upstream.

                    andreasduerenA 1 Reply Last reply
                    1
                    • jdaviescoatesJ jdaviescoates

                      @andreasdueren said in Mixpost:

                      I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.

                      Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.

                      andreasduerenA Online
                      andreasduerenA Online
                      andreasdueren
                      wrote on last edited by
                      #135

                      @jdaviescoates I understand that. It seems to me though that the three different models add too much complexity though.

                      1 Reply Last reply
                      1
                      • humptydumptyH humptydumpty

                        SMTP didn't work. I'll ask upstream.

                        andreasduerenA Online
                        andreasduerenA Online
                        andreasdueren
                        wrote on last edited by
                        #136

                        @humptydumpty said in Mixpost:

                        SMTP didn't work. I'll ask upstream.

                        Hmm maybe you're right. I'm not sure my emails are being delivered either. Let me know if you find something out.

                        1 Reply Last reply
                        2
                        • andreasduerenA Online
                          andreasduerenA Online
                          andreasdueren
                          wrote on last edited by
                          #137

                          Looks like the latest update just fixed something because I got multiple reset emails right after

                          humptydumptyH 2 Replies Last reply
                          2
                          • andreasduerenA andreasdueren

                            Looks like the latest update just fixed something because I got multiple reset emails right after

                            humptydumptyH Offline
                            humptydumptyH Offline
                            humptydumpty
                            wrote on last edited by humptydumpty
                            #138

                            @andreasdueren mail is still not working after updating to 2.2.3. Are you using the info from credentials.txt or the SMTP relay user/credentials that's set up on the relay's dashboard (mailgun)?

                            I also tried port 2525 with different mail_mailer values (mail, smtp, SMTP).. no luck.

                            andreasduerenA 1 Reply Last reply
                            0
                            • andreasduerenA andreasdueren

                              Looks like the latest update just fixed something because I got multiple reset emails right after

                              humptydumptyH Offline
                              humptydumptyH Offline
                              humptydumpty
                              wrote on last edited by
                              #139

                              @andreasdueren BTW, in your Cloudron > Email, is your mail server name smtp or mail?

                              I have it as mail. In credentials.txt, it shows mail as value for the first two lines.

                              87355155-6ca5-411a-b645-658e74a07156-image.png

                              andreasduerenA 1 Reply Last reply
                              0
                              • humptydumptyH humptydumpty

                                @andreasdueren mail is still not working after updating to 2.2.3. Are you using the info from credentials.txt or the SMTP relay user/credentials that's set up on the relay's dashboard (mailgun)?

                                I also tried port 2525 with different mail_mailer values (mail, smtp, SMTP).. no luck.

                                andreasduerenA Online
                                andreasduerenA Online
                                andreasdueren
                                wrote on last edited by andreasdueren
                                #140

                                @humptydumpty I did also play with my .env credentials and put them in quotation marks among other things:

                                # SMTP
                                MAIL_MAILER="smtp"
                                MAIL_HOST="mail"
                                MAIL_PORT="2525"
                                MAIL_USERNAME="app@domain.tld"
                                MAIL_PASSWORD="grjk34jkl6543jklerjkl34jkl5lkj3436df4334"
                                MAIL_ENCRYPTION="ssl"
                                MAIL_FROM_ADDRESS="app@ domain.tld"
                                MAIL_FROM_NAME="${APP_NAME}"
                                

                                That was a few days ago though. Maybe this in combination with the update fixed this.

                                1 Reply Last reply
                                1
                                • humptydumptyH Offline
                                  humptydumptyH Offline
                                  humptydumpty
                                  wrote on last edited by
                                  #141

                                  You're using SSL instead of TLS. Yeah, by default, only the mail_from_address had quotations which I found odd. Let me copy yours and see how it goes.

                                  andreasduerenA 1 Reply Last reply
                                  0
                                  • humptydumptyH humptydumpty

                                    @andreasdueren BTW, in your Cloudron > Email, is your mail server name smtp or mail?

                                    I have it as mail. In credentials.txt, it shows mail as value for the first two lines.

                                    87355155-6ca5-411a-b645-658e74a07156-image.png

                                    andreasduerenA Online
                                    andreasduerenA Online
                                    andreasdueren
                                    wrote on last edited by
                                    #142

                                    @humptydumpty said in Mixpost:

                                    @andreasdueren BTW, in your Cloudron > Email, is your mail server name smtp or mail?

                                    I have it as mail. In credentials.txt, it shows mail as value for the first two lines.

                                    87355155-6ca5-411a-b645-658e74a07156-image.png

                                    Mail server location is mail. Also shows mail in the credentials.

                                    girishG 1 Reply Last reply
                                    0
                                    • humptydumptyH humptydumpty

                                      You're using SSL instead of TLS. Yeah, by default, only the mail_from_address had quotations which I found odd. Let me copy yours and see how it goes.

                                      andreasduerenA Online
                                      andreasduerenA Online
                                      andreasdueren
                                      wrote on last edited by andreasdueren
                                      #143

                                      @humptydumpty said in Mixpost:

                                      You're using SSL instead of TLS. Yeah, by default, only the mail_from_address had quotations which I found odd. Let me copy yours and see how it goes.

                                      Yes it's one of the changes I made. But I reckon both should work.

                                      1 Reply Last reply
                                      0
                                      • humptydumptyH Offline
                                        humptydumptyH Offline
                                        humptydumpty
                                        wrote on last edited by
                                        #144

                                        No luck yet. I'm starting to suspect my server set up.

                                        • cloudron #1 ("mail" mail server for incoming + SMTP relay for outgoing)
                                        • cloudron #2 - mixpost is installed here (no incoming mail + SMTP relay for outgoing)

                                        All other apps can send and receive mail on cloudron #2 (receiving goes thru CR #1 obviously) just fine so I know the setup works.

                                        Later today I'll try creating a dedicated SMTP user in Mailgun and using that instead to bypass any possible server config issues.

                                        andreasduerenA 1 Reply Last reply
                                        0
                                        • humptydumptyH Offline
                                          humptydumptyH Offline
                                          humptydumpty
                                          wrote on last edited by
                                          #145

                                          Using SMTP relay user credentials didn't work either. In the Mixpost dashboard > admin console > Laravel Horizon, you can see the failed jobs. Here's the code from the failed "reset password" job. In the terminal, you can also see Horizon running the reset password notification job and then it fails (see screenshot).

                                          Exception
                                          Illuminate\Queue\MaxAttemptsExceededException: Inovector\Mixpost\Notifications\ResetPassword has been attempted too many times. in /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/MaxAttemptsExceededException.php:24
                                          Stack trace:
                                          #0 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(785): Illuminate\Queue\MaxAttemptsExceededException::forJob()
                                          #1 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(519): Illuminate\Queue\Worker->maxAttemptsExceededException()
                                          #2 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\Queue\Worker->markJobAsFailedIfAlreadyExceedsMaxAttempts()
                                          #3 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(389): Illuminate\Queue\Worker->process()
                                          #4 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(176): Illuminate\Queue\Worker->runJob()
                                          #5 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(137): Illuminate\Queue\Worker->daemon()
                                          #6 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(120): Illuminate\Queue\Console\WorkCommand->runWorker()
                                          #7 /app/data/mixpost-pro-team-app/vendor/laravel/horizon/src/Console/WorkCommand.php(51): Illuminate\Queue\Console\WorkCommand->handle()
                                          #8 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Laravel\Horizon\Console\WorkCommand->handle()
                                          #9 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
                                          #10 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
                                          #11 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()
                                          #12 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\Container\BoundMethod::call()
                                          #13 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\Container\Container->call()
                                          #14 /app/data/mixpost-pro-team-app/vendor/symfony/console/Command/Command.php(326): Illuminate\Console\Command->execute()
                                          #15 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Console/Command.php(180): Symfony\Component\Console\Command\Command->run()
                                          #16 /app/data/mixpost-pro-team-app/vendor/symfony/console/Application.php(1096): Illuminate\Console\Command->run()
                                          #17 /app/data/mixpost-pro-team-app/vendor/symfony/console/Application.php(324): Symfony\Component\Console\Application->doRunCommand()
                                          #18 /app/data/mixpost-pro-team-app/vendor/symfony/console/Application.php(175): Symfony\Component\Console\Application->doRun()
                                          #19 /app/data/mixpost-pro-team-app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(201): Symfony\Component\Console\Application->run()
                                          #20 /app/data/mixpost-pro-team-app/artisan(35): Illuminate\Foundation\Console\Kernel->handle()
                                          #21 {main}
                                          
                                          Exception Context
                                          null
                                          
                                          Data
                                          {
                                          "notifiables": {
                                          "class": "Inovector\Mixpost\Models\User",
                                          "id": [
                                          1
                                          ],
                                          "relations": [
                                          ],
                                          "connection": "mysql",
                                          "collectionClass": null
                                          },
                                          "notification": {
                                          "token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
                                          "id": "XXXXXXXXXXXXXXXXXXXXXXXXXX",
                                          "locale": "en-GB"
                                          },
                                          "channels": [
                                          "mail"
                                          ]
                                          }
                                          

                                          Note: XXXXXXX values are hidden for privacy

                                          8636d953-b38d-49e9-abf5-a99c58df231b-image.png

                                          @lao9s Can you please take a look at this? P.S. I opened a ticket on discord that went unanswered.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search