vPostMaster Recipes - How to Do Stuff
Allowing login aliases to expand
to user+domain combinations (Contributed by Sean
Reifschneider of tummy.com) -- Setting up the login sub-system so
that one login name can be mapped to a specific user in a domain.
This enhances the Dovecot ability to add a default domain to users
without one, by allowing any login name (short or long) to be
mapped into a specific user. This allows "bob" to map to
"bob@corp.example.com" and "alice" to map to
"sales@users.example.net".
Using vPostmaster with Self-Signed
Certificates (Contributed by Charles Woolridge) -- How to set
up a self-signed certificate and configure vPostMaster to use it.
Aliases for vPostMaster domains --
vPostMaster does not literally support "aliases", it uses normal
accounts that are set up with mailbox delivery disabled and
forwarding enabled. This is beneficial because all e-mail
addresses in a domain are handled the same, but here is a
recipe on how to set up traditional aliases.
Backing up vPostMaster -- How
to back up a vPostMaster system.
Restoring vPostMaster -- How
to restore a vPostMaster system from backups.
courier-dovecot-migrate.pl -- A perl script to help convert
mail files from courier to dovecot.