<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 16/10/15 21:18, Gerald Brandt wrote:<br>
</div>
<blockquote cite="mid:%3C56215B97.1040006@majentis.com%3E"
type="cite">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<br>
<br>
<div class="moz-cite-prefix">On 2015-10-16 03:15 PM, Mihai Badici
wrote:<br>
</div>
<blockquote cite="mid:12376204.4t6rAEQRIO@hpdesktop" type="cite">
<meta name="qrichtext" content="1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Well, i didn't read the previous question :)</p>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Can you explain that scenario?</p>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">why the mail sent to <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:bmarley@example.com">bmarley@example.com</a> is rewrited as <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:bob.marley@example.com">bob.marley@example.com</a>?</p>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Which rule rewrite it?</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Maybe another idea is to use the "fallback_transport" directive but i'm not sure if it works in virtual context.</p>
<p style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">
Hi,
Although that works, it forwards the email after it's done its name replacement. ie: if the primary email is <a moz-do-not-send="true" href="mailto:bob.marley@example.com"><span style=" text-decoration: underline; color:#0057ae;">bob.marley@example.com</span></a>, and I send to <a moz-do-not-send="true" href="mailto:bmarley@example.com"><span style=" text-decoration: underline; color:#0057ae;">bmarley@example.com</span></a>, it gets to the exchange server as <a moz-do-not-send="true" href="mailto:bob.marley@example.com"><span style=" text-decoration: underline; color:#0057ae;">bob.marley@example.com</span></a>, and that's not a valid user name.
Gerald
</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">
</p>
</blockquote>
Hi,<br>
<br>
I'm assuming it's a rule Kolab made to convert a secondary email
address to the primary one. I'd love to be able to change my
primary address, but it looks like I can't.<br>
<br>
Gerald<br>
<br>
</blockquote>
My kolab.conf has<br>
<br>
[example.com]<br>
primary_mail = %(givenname)s@%(domain)s<br>
<br>
I'm not sure what the replacement strings would be for first
initial, but that works to give <a class="moz-txt-link-abbreviated" href="mailto:firstname@example.com">firstname@example.com</a> as a primary
email.<br>
<br>
I'm sure there's examples somewhere once you know what to look for
(it's a bit early in the morning for me to look yet...)<br>
<br>
Tom
</body>
</html>