This is a shell scripts designed to set up an email server on OpenBSD using OpenSMTPD, Dovecot and rspamd.
Go to file
diowo 4e092ce023 remove local emails 2024-04-28 01:09:54 +02:00
configs remove local emails 2024-04-28 01:09:54 +02:00
scripts fix scripts not finding functions 2024-04-28 01:09:51 +02:00
shared fork this repository 2024-04-28 00:22:59 +02:00
LICENSE fork this repository 2024-04-28 00:22:59 +02:00
README.md update README.md 2024-04-28 00:30:01 +02:00
install fork this repository 2024-04-28 00:22:59 +02:00

README.md

OpenBSD Email Wizard

This is a fork of https://github.com/d32f123/openbsd-server-setup aiming at only providing you with the parts that configure an email server.

Before running the script make sure ./install and ./scripts/* have the execute permission with chmod +x, then edit variables on shared/environment. Finally grab your SSL certificates early with certbot certonly --register-unsafely-without-email or else the script with exit. Make sure you give it the mail. or mx. or whatever-you-have subdomain (the one you setup in $MAIL_DOMAIN on shared/environment) when certbot asks you what domain you want.

Scripts to change password, create and delete users can be found on the scripts/ directory.