Skip to content
Snippets Groups Projects
Commit e3bc5061 authored by nimrod's avatar nimrod
Browse files

Shell function for creating a new mailbox folder.

parent 504c9ed0
No related branches found
No related tags found
No related merge requests found
# shellcheck shell=bash
# vim: ft=sh
new-mail-folder () {
docker --host=ssh://host01.shore.co.il exec mail-imap-1 install -o "$(id -u)" -g dovecot -m 660 /dev/null "/var/mail/nimrod/${1}"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment