Displaying 4 results from an estimated 4 matches for "tschuess".
2009 Jun 10
0
New patch for folder pattern matches
...string */
char **list = strings[i];
while (*list) {
lowercase_string(*list, *list);
++list;
}
}
durch
if (i == MT_PATTERN_IGNCASE) {
lowercase_string(tmp, tmp);
}
strings[i] = p_strsplit(global_pool, tmp, ";");
ersetzen und Zeit sparen.
Tschuess,
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSi+sAHWSIuGy1ktrAQJVZgf+JpKXXSh2kwthE47OmsGLriaDhRsbiIkx
6ikOgxbvpsHXKri2h9Y0+NSG5mQnfOvT6AAz1dtapJvXxj+Z84s35xzu3xCfjnNV
ent383Go6/7lrqJDvwU6Gvg3yQmXGLDPwI7OKTOK6nrcIOwrOfEx/KBfIqfEBMAp
P/uxzFpUgwbDduWa...
2010 Jun 22
0
action-matrix-patch (was Re: antispam Clarification about spam/trash/unsure folders)
...39; da schon
am Merge, wenn ich lokale Aenderungen habe und das Repository vom Server
aktualisiere ... .
> Andererseits wird das plugin mittlerweile doch ziemlich viel benutzt,
> und w?rde vermutlich davon profitieren direkt in dovecot integriert zu
> werden...
Ich frag' Timo mal.
Tschuess,
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBTCC6b7+Vh58GPL/cAQL5eAf/Vk/xUNHiZrCa2ht73K0p/53voU+kkMUV
x+BDg1T6MSchI4shfZA4TP6TEyiqmd9RI8G9b1C2Jp5z7MJLJi4CAo6Gty1PdsKx
Pvh8V4RzEHGLGyV56BjqDVC6g2bjuugUsRnqz8qdjB91TnWmBDx2Ctz0bsdH8S/b
ikYLX1b7j4HjabmG...
2005 Mar 04
1
Kerberos Tickets gone after reboot
Has anyone had experience with MIT Kerberos tickets not valid after server
reboot?
After server reboot I have to do a 'kinit' to get a new ticket, re-join the
AD domain, and restart samba. Then all is fine until I have to reboot the
server again.. Same thing again and again.
My time is synced, Kerberos tickets are good for 500d.
2001 Dec 10
10
hang on exit bug under Linux
>From what I understand, the problem is due to people's disagreement about what the "correct" behavior should be. I'm pretty sure that the following is the correct behavior from running rsh and ssh often (both fsecure and openssh).
Lets say you have a stupid script that does
while 1
do
sleep 1
done
Called foreverSleep on your remote host:
rsh remotehost