report a bug |  advanced search |  statistics |  developer log in/out
Doc Bug #18 document virtual domains
Submitted: 2011-02-05 15:34 UTC Modified: 2012-01-29 17:01 UTC
From: floeff at gmail dot com Assigned: maintainer at mlmmj dot org
Status: Closed
Mlmmj Version: Irrelevant OS:
MTA: MTA Version:
View Add Comment Developer Edit
You must login as a developer to do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
 [2011-02-05 15:34 UTC] floeff at gmail dot com
Description:
------------
It would be great if the documentation contained information on how to manage multiple virtual domains with mlmmj. For me it works like the following:

transport maps:
==
/^(documentfoundation\.org--moderators).*$/		mlmmj-pymime:documentfoundation.org/moderators
/^(libreoffice\.org--l10n).*$/				mlmmj-pymime:libreoffice.org/l10n
==

virtual maps:
==
/^(moderators.*)@(documentfoundation\.org)$/   		documentfoundation.org--${1}
/^(l10n.*)@(libreoffice\.org)$/  	  		libreoffice.org--${1}
==