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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 + 15 = ?
Subscribe to this entry?

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