Server configurations and bash scripts for managing a virtual mail server.
Go to file
2023-06-19 11:28:00 -07:00
bin fix if statements that check for files 2023-06-19 11:28:00 -07:00
etc remove ifdef GREYLIST_ENABLED, misc fixes and updates 2022-12-12 08:31:14 -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.sh simplify srsd.secret characters 2022-12-07 09:47:45 -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)