Files
vmailctl/vmailctl.conf.example
2026-07-26 18:47:38 +10:00

24 lines
791 B
Plaintext

# SPDX-FileCopyrightText: 2026 Eric Ireland
# SPDX-License-Identifier: GPL-3.0-or-later
[vmailctl]
# Adjust these values to match the existing Postfix/Dovecot installation.
# All configured files and commands must be real root-owned files in trusted
# directories; symbolic links and group/world-writable files are rejected.
domain = example.com
dovecot_users = /etc/dovecot/virtual-users
postfix_mailboxes = /etc/postfix/vmailbox
postfix_aliases = /etc/postfix/virtual
mail_root = /var/mail/vhosts
uid = 5000
gid = 5000
hash_scheme = ARGON2ID
folders = Archive,Drafts,Sent,Trash,Junk
backup_dir = /var/backups/vmailctl
lock_file = /run/lock/vmailctl.lock
postmap = /usr/sbin/postmap
postfix = /usr/sbin/postfix
doveadm = /usr/bin/doveadm
doveconf = /usr/bin/doveconf
directory_mode = 0700