Server configurations and bash scripts for managing a virtual mail server.
Go to file
2024-12-17 15:24:05 -08:00
bin fix verbiage in help 2024-12-08 14:21:26 -08:00
etc change default DNSBLs, add options to turn features on and off 2024-12-17 15:24:05 -08: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
altervmail.sql alter vmail db schema 2022-11-29 16:33:15 -08:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 13:34:20 -07:00
install-mm3.sh configure POSTORIUS_TEMPLATE_BASE_URL to use FQDN on install 2024-12-09 16:19:04 -08:00
install.sh drop Ubuntu support, install works for Debian 12 only 2024-12-05 08:33:33 -08:00
README.md change license from MIT to GPL 3.0+ 2022-08-22 13:34:20 -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

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)