<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Thanks mike!</div><div><br></div><div>Very interesting. I have a fresh copy of kolab 3.4 I would assume this is fixed. I submitted a bug we will see how this goes with those guys. Out of all my years working with email servers I've never once ran into a company that does first name dot last name. Maybe that's popular in other countries. </div><div><br></div><div>Is there a way to simple "turn off" the secondary emails? I tried removing it from the kolab conf but it seems to generate them anyways. </div><div><br></div><div>Mike - any idea why it will create the user but give me a "status mailbox not found" on round cube once the user logs in?</div><div><br></div><div>It seems that kolab creates the user in LDAP, which is does NOT add to RC DB until after the first attempt of the user logging in also. </div><div><br></div><div><br><br>Sent from my iPhone</div><div><br>On Sep 1, 2015, at 9:12 PM, Brady, Mike <<a href="mailto:mike.brady@devnull.net.nz">mike.brady@devnull.net.nz</a>> wrote:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p>On 2015-09-02 12:13, Paul Bronson wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">It also, is not making a mailbox for me now, I can log into RC, but it says status: mailbox does not exist.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Sep 1, 2015 at 8:09 PM, Paul Bronson <span><<a href="mailto:signaldeveloper@gmail.com">signaldeveloper@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;">
<div dir="ltr">Torsten,
<div> </div>
<div>
<pre style="white-space: pre-wrap; width: 50em; color: #000000;">When I use 

primary_mail = '%(givenname)s'[0:1]%(surname)s@%(domain)s

It shows properly in web interface:

screenshot (minus the domain name):

<a style="color: #663366;" href="http://cl.ly/image/3y0m1b0t1H2N">http://cl.ly/image/3y0m1b0t1H2N</a>


I changed in kolab.conf to:

primary_mail =  "%(givenname).1s%(surname)@%(domain)"

also tried:

primary_mail = '{initial}{surname}@{domain}'.format(initial=first_name[0].lower(), surname=surname.lower(), domain=domain)

But does not give me output on web admin:

screenshot: 

<a style="color: #663366;" href="http://cl.ly/image/1v2o131Q3j2u">http://cl.ly/image/1v2o131Q3j2u</a></pre>
</div>
</div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Tue, Sep 1, 2015 at 5:27 AM, Torsten Grote <span><<a href="mailto:torsten@kolab.org">torsten@kolab.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><span>On Monday 31 August 2015 20:44:24 Paul Bronson wrote:<br> > primary_mail = '%(givenname)s'[0:1]%(surname)s@%(domain)s<br><br></span>Please check the python syntax of that statement. This is what I am getting:<br><br> >>> params = { "givenname":"Hans", "surname":"Wurst", "domain":"fleischer" }<br> >>> print "'%(givenname)s'[0:1]%(surname)s@%(domain)s" % params<br> 'Hans'[0:1]Wurst@fleischer<br><br> And this is probably not how you want your email addresses to look like.<br><br> Kind Regards,<br> Torsten<br><span><span style="color: #888888;"><br> --<br> pgp: 0x2175A534A4F2EFA3<br> _______________________________________________<br> users mailing list<br><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a><br><a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a><br></span></span></blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
<br>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br> users mailing list<br><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a><br><a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></div>
</blockquote>
<p> I was correct.  But in thoery it has been fixed if your kolab-webadmin is new enough</p>
<p><a href="https://issues.kolab.org/show_bug.cgi?id=3553">https://issues.kolab.org/show_bug.cgi?id=3553</a></p>
<div> </div>

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>users mailing list</span><br><span><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a></span><br><span><a href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></span></div></blockquote></body></html>