Skip to content
sn3ak edited this page Dec 6, 2018 · 9 revisions

Vpopmail is a virtual domain manager with an ecosystem of tools (like maildrop & qmailadmin) built around it. It's mature software that still works reasonably well.

create jail 'vpopmail'

. mail-toaster.sh && provision vpopmail

During the build you may be presented with one or more configuration screens. Just hit enter as the provision script has already selected the required options

New Mail-Toaster-6 Installs

The following will retrieve your postmaster@example.com password

jexec vpopmail /usr/local/vpopmail/bin/vuserinfo postmaster@example.com | grep clear

Example Output:

root@mail:/usr/home/freebsd # jexec vpopmail /usr/local/vpopmail/bin/vuserinfo postmaster@example.com | grep clear
clear passwd: xSO#&eX4WYc-yK
root@mail:/usr/home/freebsd #

More Info

Clone this wiki locally