Displaying 20 results from an estimated 9000 matches similar to: "Wide Links"
2009 Nov 24
2
Problem using LDAP generating Userhome
Hi there,
I'm trying to let dovecot generate the userhome directory dynamicly via
user_attr.
If "uid" is returned from LDAP before "mail" everything is fine, but if
"mail" is delivered
before "uid" the localpart of the mailaddress is used in home path.
e.g.:
Mail: testuser at domain.de
UID : test123
sometimes home is /mail/store/testuser and
2010 Apr 16
8
upgrade 3.4.3 --> 3.5.2 = crash
Hello
I'm in trouble upgrading samba from 3.4.3 to 3.5.2
with Debian Lenny (AMD64)
I use compiled (without error) version if samba with such options
Any info welcome , thanks !
--prefix=/usr/local/samba-3.5.2' '--with-fhs' '--enable-shared'
'--enable-static' '--disable-pie' '--with-pammodulesdir=/lib/security'
'--with-pam'
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation.
As I said, I would to set folder names dynamicaly, without setting
up a mailbox in advance.
Here the problem is discussed
http://www.dovecot.org/list/dovecot/2013-August/092023.html
but no solution is found apart from defining the namespace in the
static config, see here
http://www.dovecot.org/list/dovecot/2013-August/092053.html
As
2018 Jan 24
1
Quota plugin creates IMAP folder
As workaround, you can either use VOLATILEDIR setting for maildir, or
you can set maildir_stat_dirs=yes in config.
Aki
On 24.01.2018 14:45, Aki Tuomi wrote:
>
> Ah seems you have found a bug, apologies. =)
>
> We'll look into it.
>
> Aki
>
>
> On 24.01.2018 13:34, Thorsten Hater wrote:
>> Well, I have to scrub most data from the output, but it is what I
2017 Jan 23
2
Segfault on LIST Command
Thank you for your report.
Aki
On 23.01.2017 11:56, Thorsten Hater wrote:
> OK, I found the problem in my config. If I use an default namespace with an
> empty
> name, instead of "inbox" it works as expected. Here the log for this case
>
> Starting program: /usr/local/libexec/dovecot/imap -u ****
> imap(****): Debug: auth input: **** home=**** uid=48 gid=48
>
2018 Jan 24
2
Quota plugin creates IMAP folder
Well, I have to scrub most data from the output, but it is what I
would have expected
# doveadm user <user>
field value
...
home /path/to/home
mail maildir:~/Maildir
...
On Wed, Jan 24, 2018 at 12:30 PM, Sami Ketola <sami.ketola at dovecot.fi>
wrote:
>
>
> > On 24 Jan 2018, at 13.21, Thorsten Hater <thorsten.hater at gmail.com>
> wrote:
> >
>
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this
with mail_debug=yes and provide logs?
Aki
On 23.01.2017 11:45, Thorsten Hater wrote:
> Hi,
>
> I did added the default location and stripped down my config to a very
> basic
> level, dropping all plugins and database queries, see below. The segfault
> still
> appears in the same location.
> As I
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
Unfortunately, this yields the same problem
Debug: Unknown userdb
setting: plugin/userdb_namespace/inbox/mailbox/Bla/autoexpunge=6h
Thorsten
On Tue, Jan 17, 2017 at 10:16 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 09:40:
>
> > namespace/inbox/mailbox/Bla/autoexpunge=6h
> >
> > from a userdb,
2010 May 10
7
Samba memoeur usage and IPC$
Hi all,
I have a question about memory usage and IPC$ share.
I'am auditing the swap usage of my server because I already have a problem
with a full swap.
I see that the smbd process take < 200Mo on swap :
Example :
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
24429 lge 15 0 197m 39m 14m S 0.3 1.0 0:15.17 smbd
but some process use more than 200Mo
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
I know, but it is not present in the string returned by the userdb,
which is set up for testing
userdb {
driver = static
args = namespace/inbox/mailbox/Bla/autoexpunge=6h
}
On Tue, Jan 17, 2017 at 11:03 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 10:57:
>
> > Unfortunately, this yields the same
2010 Nov 18
3
Plotting number of patients at risk below survival curve
Dear list,
does anyone know of a R-package that has implemented the increasingly popular
inclusion of the number of patients at risk below Kaplan-Meier curves like in
http://bloodjournal.hematologylibrary.org/content/vol116/issue19/images/large/zh89991058760001.jpeg
any hint (or negative answer) is much appreciated.
Thanks
Thorsten
--
Thorsten Raff
2nd Medical Department,
University
2024 Nov 12
1
[REGRESSION] GM20B pmu timeout
On Tue, 12 Nov 2024 at 22:34, Linux regression tracking (Thorsten
Leemhuis) <regressions at leemhuis.info> wrote:
>
> [CCing Danilo, who committed the culprit]
>
> On 04.11.24 13:11, Diogo Ivo wrote:
> > On Tue Oct 15, 2024 at 7:13 PM WEST, Linux regression tracking (Thorsten Leemhuis) wrote:
> >> On 10.10.24 15:32, Diogo Ivo wrote:
> >>>
>
2008 Jun 24
2
two y-axis using ggplot
Dear List Members
As a relatively new R user I am extremely glad for there being a nice
tool such as ggplot for producing easily nice graphs in R. Now I want to
produce graphs with two y-axis. I know that this has been asked a
hundred times with respect to standard plots in R. (The answer, to my
knowledge, has always been "No" or "No, see the help archive".) But: Is
there
2018 Jan 24
2
Quota plugin creates IMAP folder
This is from my config
mail_location = maildir:~/Maildir
and in my userdb-ldap.conf
user_attrs = \
... \
=home=%{ldap:homedir}, \
...
Am I missing something?
On Wed, Jan 24, 2018 at 12:12 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> This is a configuration issue, not a bug.
>
> use
>
> mail_home=/path/to/some/directory
>
> mail_location=maildir~/Maildir
2011 Jul 31
2
XML and odfWeave
Dear R-helpers,
this is just a notice to inform everyone that the current versions of XML and
odfWeave don't seem to be playing nice with each other.
Since it took me quite some time to figure that out, I thought that I let you
know. In my case it helped to install an older version of XML but your
mileage of course may vary.
Best regards
Thorsten
--
Thorsten Raff
2nd Medical
2023 Jan 13
2
problems with sysvol after fsmo transfer
Am 13.01.23 um 11:31 schrieb Rowland Penny via samba:
>
> On 13/01/2023 09:53, Markus Dellermann via samba wrote:
>> Hi Thorsten, hi Rowland,
>> Just one hint from me:
>> openSUSE-samba-Packages are normally mit-kerberos based.
>> For DCs it could be better to use the heimdal-based
>>
>> There are some convenient repos on openSUSE-Build-Server..
>>
2011 Mar 02
1
GSM-Card for Asterisk / recommendation needed
Hi,
I am trying to setup a GSM-Card for Asterisk. I currently use a "vgsm I"
from voismart (http://www.voismart.it/) but the driver is very bad
(compile-problems and no echo cancellation).
Is there anybody out there who can recommend me another piece of
hardware (pci card)? I need 1 or better 4 gsm-ports. Should be stable
and have an echo cancelltaion feature. And of course it
2013 Sep 03
1
Sip-Client / type=peer / Why can this client place calls?
Hi,
I am using Asterisk 11.5.1. As far as I understood, the following
configuration allows a sip client only to receive calls (type=peer) but
not to place calls
(http://www.voip-info.org/wiki/view/Asterisk+sip+type). Why can I place
calls though with this config?
sip.conf
...
[thorsten]
type=peer
host=dynamic
context=my_context
nat=force_rport,comedia
secret=...
dtmfmode=rfc2833
disallow=all
2016 Dec 13
1
mailboxes and capitalisation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 13 Dec 2016, Tanstaafl wrote:
> On 12/13/2016 4:48 AM, Thorsten Hater <thorsten.hater at gmail.com> wrote:
>> I have set up a series of special-use mailboxes in the default namespace
>> differing by capitalisation of the names, mainly to capture multiple
>> mailboxes
>> with autoexpunge
>>
>>
2003 Oct 08
2
Samba 3.0 on RedHat 8.0
Hello,
i'm sorry if this is a question which was asked before.
We use samba 2.2 on a RedHat 8.0 box width Winbind to auth our Windows
users.
Now we want to install the RPM package provided on the samba website (for
i386 RH8.0).
My first question is, how can i see, with which options the package was
compiled.
We need ADS Integration, ACL and CUPS support.
Can i see, if all features we need are