Server configurations and bash scripts for managing a virtual mail server.
Go to file
Matthew Saunders Brown 3315b18ace update email alias/forward info 2024-03-27 13:27:53 -07:00
bin allow for SAN mail certs 2024-01-25 08:09:35 -08:00
etc leave qualify_domain and qualify_recipient unconfigured, ajust system_aliases 2024-03-26 14:10:44 -07:00
libexec change license from MIT to GPL 3.0+ 2022-08-22 13:34:20 -07:00
sbin change license from MIT to GPL 3.0+ 2022-08-22 13:34:20 -07:00
systemd add vmail-dkim-get.sh 2023-05-26 13:43:48 -07:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 13:34:20 -07:00
README.md change license from MIT to GPL 3.0+ 2022-08-22 13:34:20 -07:00
altervmail.sql alter vmail db schema 2022-11-29 16:33:15 -08:00
install.sh update email alias/forward info 2024-03-27 13:27:53 -07:00
update.sh change password encryption from doveadm to openssl, avoids potential permissions issues with doveadm 2022-09-12 16:27:21 -07:00
vmail.sql alter vmail db schema 2022-11-29 16:33:15 -08:00

README.md

Vmail Stack

Install

cd /usr/local/src/
git clone https://git.stack-source.com/msb/vmail-stack.git
cd vmail-stack
bash install.sh

Check that qualify_domain has been properly configured in /etc/exim4/exim_local.conf

License

Copyright (c) 2022 Matthew Saunders Brown matthewsaundersbrown@gmail.com
GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)