<div dir="ltr"><div><br></div>The workaround here:<div><br></div><div><a href="https://issues.kolab.org/show_bug.cgi?id=3553">https://issues.kolab.org/show_bug.cgi?id=3553</a><br></div><div><br></div><div>almost helps me out except for the dot "." between <span style="color:rgb(0,0,0);white-space:pre-wrap">'%(givenname)s'[0:1] and </span><span style="color:rgb(0,0,0);white-space:pre-wrap">%(</span><wbr style="color:rgb(0,0,0);white-space:pre-wrap"><span style="color:rgb(0,0,0);white-space:pre-wrap">surname)s does not show up...</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">I have this kolab-webadmin package installed:</span></div><div><br></div><div><div>Version     : 3.2.6</div><div>Release     : 4.5.el7.kolab_3.4</div></div><div><br></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 October 2016 at 20:50, Erik Kramer <span dir="ltr"><<a href="mailto:erikkramer@gmail.com" target="_blank">erikkramer@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">Hi,<div><br></div><div>I've done a fresh install of kolab 3.4 and am faced with the same issue as before.</div><div>And I'm not too fond of my previous hack.</div><div><br></div><div>I'd like to use prinmary email addresses such as <a href="mailto:j.doe@domain.org" target="_blank">j.doe@domain.org</a></div><div><br></div><div>I've tried this in kolab.conf:</div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">primary_mail = '%(givenname)s'[0:1].%(<wbr>surname)s@%(domain)s</pre></div><div>(Rebooted the server)</div><div><br></div><div>At first it seems to work just fine. When I fill out the new kolab user form, in web admin panel, it gives me the correct preview: <a href="mailto:j.doe@domain.org" target="_blank">j.doe@domain.org</a>.</div><div><br></div><div>But when I hit save, and look at the new user, his primary email address became: 'john'[0:1].<a href="mailto:doe@domain.org" target="_blank">doe@domain.org</a></div><div>With 3 secundary addresses: <a href="mailto:j.doe@domain.org" target="_blank">j.doe@domain.org</a>; <a href="mailto:john.doe@domain.org" target="_blank">john.doe@domain.org</a>; <a href="mailto:doe@domain.org" target="_blank">doe@domain.org</a></div><div><br></div><div>Any ideas?<br></div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>Erik</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 1 April 2015 at 00:04, Erik Kramer <span dir="ltr"><<a href="mailto:erikkramer@gmail.com" target="_blank">erikkramer@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"><div><br></div><div><div class="gmail_extra"><div class="gmail_quote"><span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Can you post your configuration?<br></blockquote><div><br></div></span><div>I got it to work by using <a href="https://docs.kolab.org/administrator-guide/configuring-the-kolab-server.html#disabling-the-recipient-policy" target="_blank">https://docs.kolab.org/a<wbr>dministrator-guide/configuring<wbr>-the-kolab-server.html#<wbr>disabling-the-recipient-policy</a></div><div>And then also delete the values for primary and secondary email from the [kolab] section.</div><span><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I run the following script with cron every couple of minutes:<br>
<br>
#!/bin/bash<br>
<br>
pscount=$(ps -e -o pid,cmd | grep '[/]usr/sbin/apache' | wc -l)<br>
<br>
if [ "$pscount" = "1" ]; then<br>
  apachepid=$(cat /var/run/apache2.pid)<br>
  if kill -0 $apachepid 2> /dev/null; then<br>
    :<br>
  else<br>
    pid=$(ps -e -o pid,cmd | grep '[/]usr/sbin/apache' | awk '{ print $1 }')<br>
    kill -9 $pid<br>
    /usr/sbin/service apache2 start<br>
  fi<br>
fi<br>
<br>
That way an "apache reload" has only some minutes downtime. There are<br>
times besides logrotate where apache config is reloaded... Not a fix but<br>
a workaraound.<br>
<span><font color="#888888"><br></font></span></blockquote><div><br></div></span><div>I have no experience with running scripts with cron yet.</div><div>Will have a look, thanks.</div><div><br></div></div></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>