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:
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:

 

 [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}
==