Skip to content

vcalias.8

Manvendra Bhangui edited this page Feb 25, 2024 · 3 revisions

NAME

vcalias - convert .qmail to IndiMail valias database

vcaliasrev - convert IndiMail valias database to .qmail

SYNOPSYS

vcalias virtual_domain

vcaliasrev virtual_domain

DESCRIPTION

vcalias converts .qmail files to IndiMail's optimized valias entries. These entries are maintained in the table valias. The IndiMail's MDA vdelivermail(8) is capable of working with both .qmail files as well as valias. Hence, .qmail and valias can coexist. However care should be taken by the user not have duplicate entries (i.e. Entries maintained as .qmail file as well as valias.

vcaliasrev does the reverse of vcalias. It converts from IndiMail's valias entries to .qmail files. vcaliasrev is a shell script which uses MySQL client to query the valias table and build the .qmail files.

OPTIONS

virtual_domain
Name of a virtual domain for which the .qmail files need to be converted to valias.

RETURN VALUES

0 for success, 1 for any failure.

SEE ALSO

valias(1), vgroup(1), vadduser(1), vdelivermail(8), vrenamedomain(1), vreorg(8)

Clone this wiki locally