Server configurations and bash scripts for managing a virtual mail server.
Go to file
2024-08-27 11:19:02 -07:00
bin enable zlib compression related options 2024-06-03 11:49:20 -07:00
etc change quota grace from 10% to 100M 2024-08-27 11:19:02 -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
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.sh make sure exim logs are (re)created, they are needed by fail2ban 2024-07-29 14:22:44 -07: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)