Finally done setting up this Akkoma server.
Uncategorized
10
Posts
2
Posters
0
Views
-
Finally done setting up this Akkoma server.
-
Finally done setting up this Akkoma server.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.
-
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.@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 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@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
-
R relay@relay.publicsquare.global shared this topic
-
@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
@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 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@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 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
@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) -
@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)@yuka you will then need to create a psql database specifically for opensmtpd. -
@yuka you will then need to create a psql database specifically for opensmtpd.@yuka or do you need a tutorial, coz i can write one
-
@yuka or do you need a tutorial, coz i can write one
@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.