Canonification
Brady, Mike
mike.brady at devnull.net.nz
Wed Sep 2 03:12:54 CEST 2015
On 2015-09-02 12:13, Paul Bronson wrote:
> It also, is not making a mailbox for me now, I can log into RC, but it says status: mailbox does not exist.
>
> On Tue, Sep 1, 2015 at 8:09 PM, Paul Bronson <signaldeveloper at gmail.com> wrote:
>
> Torsten,
>
> When I use
>
> primary_mail = '%(givenname)s'[0:1]%(surname)s@%(domain)s
>
> It shows properly in web interface:
>
> screenshot (minus the domain name):
>
> http://cl.ly/image/3y0m1b0t1H2N [1]
>
> 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:
>
> http://cl.ly/image/1v2o131Q3j2u [2]
>
> On Tue, Sep 1, 2015 at 5:27 AM, Torsten Grote <torsten at kolab.org> wrote:
> On Monday 31 August 2015 20:44:24 Paul Bronson wrote:
>> primary_mail = '%(givenname)s'[0:1]%(surname)s@%(domain)s
>
> Please check the python syntax of that statement. This is what I am getting:
>
>>>> params = { "givenname":"Hans", "surname":"Wurst", "domain":"fleischer" }
>>>> print "'%(givenname)s'[0:1]%(surname)s@%(domain)s" % params
> 'Hans'[0:1]Wurst at fleischer
>
> And this is probably not how you want your email addresses to look like.
>
> Kind Regards,
> Torsten
>
> --
> pgp: 0x2175A534A4F2EFA3
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users [3]
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users [3]
I was correct. But in thoery it has been fixed if your kolab-webadmin
is new enough
https://issues.kolab.org/show_bug.cgi?id=3553
Links:
------
[1] http://cl.ly/image/3y0m1b0t1H2N
[2] http://cl.ly/image/1v2o131Q3j2u
[3] https://lists.kolab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20150902/17263271/attachment.html>
More information about the users
mailing list