Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Finally done setting up this Akkoma server.

Finally done setting up this Akkoma server.

Scheduled Pinned Locked Moved Uncategorized
10 Posts 2 Posters 0 Views
  • 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.
  • yuka@s.umeyashiki.orgY This user is from outside of this forum
    yuka@s.umeyashiki.orgY This user is from outside of this forum
    yuka@s.umeyashiki.org
    wrote last edited by
    #1
    Finally done setting up this Akkoma server.
    yuka@s.umeyashiki.orgY 1 Reply Last reply
    0
    • yuka@s.umeyashiki.orgY yuka@s.umeyashiki.org
      Finally done setting up this Akkoma server.
      yuka@s.umeyashiki.orgY This user is from outside of this forum
      yuka@s.umeyashiki.orgY This user is from outside of this forum
      yuka@s.umeyashiki.org
      wrote last edited by
      #2
      But I haven't enabled the email functionality yet. Attempted to configure a mail server, but it was hard, and I ended up throwing it away.
      yonle@fedinet.waltuh.cyouY 1 Reply Last reply
      0
      • yuka@s.umeyashiki.orgY yuka@s.umeyashiki.org
        But I haven't enabled the email functionality yet. Attempted to configure a mail server, but it was hard, and I ended up throwing it away.
        yonle@fedinet.waltuh.cyouY This user is from outside of this forum
        yonle@fedinet.waltuh.cyouY This user is from outside of this forum
        yonle@fedinet.waltuh.cyou
        wrote last edited by
        #3
        @yuka what are you using for the smtp server?

        you can also use my setup, which apparently is easier to get up: https://github.com/Yonle/mailserver-config
        yuka@s.umeyashiki.orgY 1 Reply Last reply
        0
        • yonle@fedinet.waltuh.cyouY yonle@fedinet.waltuh.cyou
          @yuka what are you using for the smtp server?

          you can also use my setup, which apparently is easier to get up: https://github.com/Yonle/mailserver-config
          yuka@s.umeyashiki.orgY This user is from outside of this forum
          yuka@s.umeyashiki.orgY This user is from outside of this forum
          yuka@s.umeyashiki.org
          wrote last edited by
          #4
          @yonle I followed this blog https://www.digitalocean.com/community/tutorials/how-to-set-up-a-postfix-e-mail-server-with-dovecot

          It was a half-complete setup as I was exhausted from configuring the Postfix part. I didn't remember exactly where I stopped, but the result on my VPS was not the same as mentioned in that blog.

          It's still a mess on my VPS rn, so I decided to stop the Postfix service instead of leaving it running. Wasting too much time
          yonle@fedinet.waltuh.cyouY 1 Reply Last reply
          1
          0
          • R relay@relay.publicsquare.global shared this topic
          • yuka@s.umeyashiki.orgY yuka@s.umeyashiki.org
            @yonle I followed this blog https://www.digitalocean.com/community/tutorials/how-to-set-up-a-postfix-e-mail-server-with-dovecot

            It was a half-complete setup as I was exhausted from configuring the Postfix part. I didn't remember exactly where I stopped, but the result on my VPS was not the same as mentioned in that blog.

            It's still a mess on my VPS rn, so I decided to stop the Postfix service instead of leaving it running. Wasting too much time
            yonle@fedinet.waltuh.cyouY This user is from outside of this forum
            yonle@fedinet.waltuh.cyouY This user is from outside of this forum
            yonle@fedinet.waltuh.cyou
            wrote last edited by
            #5
            @yuka i don't really use postfix for my email setup as it is deemed rather a bit complex than done, so i use opensmtpd, which somewhat is easier to configure and took just a while
            yuka@s.umeyashiki.orgY 1 Reply Last reply
            0
            • yonle@fedinet.waltuh.cyouY yonle@fedinet.waltuh.cyou
              @yuka i don't really use postfix for my email setup as it is deemed rather a bit complex than done, so i use opensmtpd, which somewhat is easier to configure and took just a while
              yuka@s.umeyashiki.orgY This user is from outside of this forum
              yuka@s.umeyashiki.orgY This user is from outside of this forum
              yuka@s.umeyashiki.org
              wrote last edited by
              #6
              @yonle I checked your repository, but I don't understand the explanation in the `README.md` step 3. I'm not so good at inferring the last part. I honestly don't know what to do with those config files ๐Ÿ˜…
              yonle@fedinet.waltuh.cyouY 1 Reply Last reply
              1
              0
              • yuka@s.umeyashiki.orgY yuka@s.umeyashiki.org
                @yonle I checked your repository, but I don't understand the explanation in the `README.md` step 3. I'm not so good at inferring the last part. I honestly don't know what to do with those config files ๐Ÿ˜…
                yonle@fedinet.waltuh.cyouY This user is from outside of this forum
                yonle@fedinet.waltuh.cyouY This user is from outside of this forum
                yonle@fedinet.waltuh.cyou
                wrote last edited by
                #7
                @yuka tl;dr: setup smtp server first.

                install what's required in the dependencies part.

                for the config of opensmtpd, it's `smtpd.conf` which you can check here: https://github.com/Yonle/mailserver-config/blob/master/etc/smtpd.conf

                the other dir has it's own README that explains what it does and how (eg, in /etc/mail of the repo)
                yonle@fedinet.waltuh.cyouY 1 Reply Last reply
                0
                • yonle@fedinet.waltuh.cyouY yonle@fedinet.waltuh.cyou
                  @yuka tl;dr: setup smtp server first.

                  install what's required in the dependencies part.

                  for the config of opensmtpd, it's `smtpd.conf` which you can check here: https://github.com/Yonle/mailserver-config/blob/master/etc/smtpd.conf

                  the other dir has it's own README that explains what it does and how (eg, in /etc/mail of the repo)
                  yonle@fedinet.waltuh.cyouY This user is from outside of this forum
                  yonle@fedinet.waltuh.cyouY This user is from outside of this forum
                  yonle@fedinet.waltuh.cyou
                  wrote last edited by
                  #8
                  @yuka you will then need to create a psql database specifically for opensmtpd.
                  yonle@fedinet.waltuh.cyouY 1 Reply Last reply
                  0
                  • yonle@fedinet.waltuh.cyouY yonle@fedinet.waltuh.cyou
                    @yuka you will then need to create a psql database specifically for opensmtpd.
                    yonle@fedinet.waltuh.cyouY This user is from outside of this forum
                    yonle@fedinet.waltuh.cyouY This user is from outside of this forum
                    yonle@fedinet.waltuh.cyou
                    wrote last edited by
                    #9
                    @yuka or do you need a tutorial, coz i can write one
                    yuka@s.umeyashiki.orgY 1 Reply Last reply
                    0
                    • yonle@fedinet.waltuh.cyouY yonle@fedinet.waltuh.cyou
                      @yuka or do you need a tutorial, coz i can write one
                      yuka@s.umeyashiki.orgY This user is from outside of this forum
                      yuka@s.umeyashiki.orgY This user is from outside of this forum
                      yuka@s.umeyashiki.org
                      wrote last edited by
                      #10
                      @yonle I could understand the Digital Ocean tutorial blog format I sent. The steps are very clear. But it might've been outdated, which resulted in a different result on my VPS.

                      I just realized that the blog I referenced was written in 2013. Maybe it's no longer applicable in 2026. ๐Ÿ˜ญ
                      1 Reply Last reply
                      1
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups