Displaying 20 results from an estimated 200 matches similar to: "Can't expand ~ for mail root dir"
2009 Jul 13
2
SSL_PARAMETERS_PERM_PATH
Hi,
I am not on this list so please CC me.
Using dovecot-1.2.x it seems we can not configure the location of ssl-
parameters.dat.tmp, it is hard coded to be in PKG_STATEDIR:
./src/master/master-settings.c:
#define SSL_PARAMETERS_PERM_PATH PKG_STATEDIR"/"SSL_PARAMETERS_FILENAME
This can lead to problems when you're running multiple instances on
one machine. Apart from that, it
2011 May 03
1
listen = ipv4, ipv6
Hi,
We want dovecot to listen on a specific ip4 & ipv6 addresses like so:
listen = 145.58.1.1, [2a02:458:1::1]
But on startup it tells me:
Fatal: service(managesieve-login) Can't resolve address [2a02:458:1::1]: Name or service not known
Wether it is in the dns or not.
If I however change the listen directive to:
listen = f.qd.nl
where f.qd.nl resolves to an ip4 and ipv6 address
2009 Aug 03
5
Released Sieve v0.1.10 for Dovecot v1.2.2
Hello Dovecot users,
In the last week two nasty bugs were found in the new Sieve
implementation. Primarily, the include extension did not work when a
compiled binary was loaded from disk. This is something that is still
not tested by the test suite, giving this bug the opportunity to slip
through. Also, the value matching implementation would sometimes cause a
assertion failure. Other than
2009 Aug 03
5
Released Sieve v0.1.10 for Dovecot v1.2.2
Hello Dovecot users,
In the last week two nasty bugs were found in the new Sieve
implementation. Primarily, the include extension did not work when a
compiled binary was loaded from disk. This is something that is still
not tested by the test suite, giving this bug the opportunity to slip
through. Also, the value matching implementation would sometimes cause a
assertion failure. Other than
2015 Feb 19
2
listen backlog patch
Hello Icecast-dev,
I am new to this list.
I am working for the NPO, the Dutch Public Broadcasting agency.
We do a lot of icecast streaming. We run at least 20 icecast server
instances on our media streaming cluster.
We ran into an issue that clients which where connecting to our streams
seemed to be 'hanging' on the connection setup frequently. The client
'thinks' it is
2009 Apr 02
6
[Bug 1584] New: umask setting in sshd
https://bugzilla.mindrot.org/show_bug.cgi?id=1584
Summary: umask setting in sshd
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: leo.baltus at omroep.nl
2012 Feb 21
2
duplicates with multiple To/CC and sieve redirect copy
Hi,
In one installation we are using sieve "redirect :copy" to create copy
of the incoming email (local boss gets copy of its employees mails).
There is a problem when the incoming email has multiple To/CC entries
with local users. Multiple copy/redirects are created (one for each
employee) and there are multiple copies in "boss" account.
Each of this emails has the same
2015 Feb 19
2
listen backlog patch
Hi Thomas,
I don't know if you like top or bottom quoting. That seems to be a
big-little endian thing ;-)
So, I will top quote and inline quote.
Please see my comments inline, below.
Kind regards,
Stephan
On 02/19/2015 04:18 PM, "Thomas B. R?cker" wrote:
> Hi,
>
> On 02/19/2015 03:07 PM, Stephan Leemburg wrote:
>> Hello Icecast-dev,
>>
>> I am new to
2005 Jul 07
1
'deadtime' in Samba 3.0.13
Hi,
I currently have deadtime = 15 in my smb.conf. This featured worked good to
disconnect clients that have been idle for > 15 minutes in the past. With
the 3.0.13 version, it seems to do nothing. As in, it just keeps the user
connected indefinitely.
Here is what I see when no one is currently at the office and everyone is
logged off their computer.
Thanks
[root@spicy p]#
2013 Oct 10
3
[PATCH net-next v3 5/5] xen-netback: enable IPv6 TCP GSO to the guest
This patch adds code to handle SKB_GSO_TCPV6 skbs and construct appropriate
extra or prefix segments to pass the large packet to the frontend. New
xenstore flags, feature-gso-tcpv6 and feature-gso-tcpv6-prefix, are sampled
to determine if the frontend is capable of handling such packets.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: David
1998 Jul 17
4
Can I specify a different username under Win95???
Hi all -
I have the latest samba up and running fine except for one small
problem. The username I use to log into the NT domain is different than
the username I log into samba with. I have no control over the former,
and would *really* rather not change the latter.
I've searched the net, and the archives, and got only saw bits and pieces
of this issue, never quite fully answered.
Is it
2017 Oct 24
2
FreeBSD Member server error WBC_ERR_DOMAIN_NOT_FOUND
Hi!
I have 1 samba AD DC running 4.6.6 on FreeBSD 11.1 and member server
running 4.6.8. on FreeBSD 11.1
I have domain PISK. (dc=pisk,dc=npo)
On member server i build the port by hand and select the EXP_MODULES
configuration option.
i see following error
# wbinfo -i PISK\\Administrator
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user PISK\Administrator
I read
2013 Jul 02
3
[PATCH RFC] xen-netback: remove guest RX path dependence on MAX_SKB_FRAGS
This dependence is undesirable and logically incorrect.
It''s undesirable because Xen network protocol should not depend on a
OS-specific constant.
It''s incorrect because the ring slots required doesn''t correspond to the
number of frags a SKB has (consider compound page frags).
This patch removes this dependence by correctly counting the ring slots
required.
2012 Jan 17
5
Dedicated Firewall/Router
Hi All,
I want to build a dedicated firewall/router as I am launching a NPO and I can host this in my garage. (Comcast offered me a 100 x 20 circuit for $99/mo with 5 statics)
I used to run Untangle, but as of version 9, you are forced to use their build in protocol policies versus the firewalling I am used to (Deny All and then opening holes for specific IP's, etc).
There are so many
2013 Jan 04
2
(no subject)
Hi,
I am using the nls function and it stops because the number of iterations
exceeded 50, but i used the nls.control argument to allow for 500
iterations. Do you have any idea why it's not working?
fm1 <- nls(npe ~ SSgompertz(npo, Asym, b2, b3),
data=f,control=nls.control(maxiter=500))
Error in nls(y ~ exp(-b2 * b3^x), data = xy, algorithm = "plinear", start =
c(b2 =
2015 Feb 20
0
listen backlog patch
Hi,
On 02/19/2015 03:40 PM, Stephan Leemburg wrote:
> I don't know if you like top or bottom quoting. That seems to be a
> big-little endian thing ;-)
>
> So, I will top quote and inline quote.
playing it safe, ha!
> Please see my comments inline, below.
>
> Kind regards,
> Stephan
>
>
> On 02/19/2015 04:18 PM, "Thomas B. R?cker" wrote:
>>
2004 Aug 04
1
SIP pickupgroup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Any reason why pickupgroup has been limited to 31? 31 groups are quickly used
up when you have multiple companies on the same server.
- --
Regards,
Tais M. Hansen
ComX Networks
Tel: +45-70257474
Fax: +45-70257374
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFBEOMg32si/nlrQ5gRAu3+AJ9FkeGMgb1JaAy2WjY8wBNEsN4WnwCeMFP0
2013 Jan 03
1
nls problem with iterations
Hi,
I am using the nls function and it stops because the number of
iterations exceeded 50, but i used the nls.control argument to allow for
500 iterations. Do you have any idea why it's not working?
fm1 <- nls(npe ~ SSgompertz(npo, Asym, b2, b3),
data=f,control=nls.control(maxiter=500))
Thanks for your help,
Cheers,
Karine.
2015 Feb 19
0
listen backlog patch
Hi,
On 02/19/2015 03:07 PM, Stephan Leemburg wrote:
> Hello Icecast-dev,
>
> I am new to this list.
Welcome!
> I am working for the NPO, the Dutch Public Broadcasting agency.
> We do a lot of icecast streaming. We run at least 20 icecast server
> instances on our media streaming cluster.
That's very nice to hear.
> We ran into an issue that clients which where
2012 Jan 25
6
Can anyone talk infrastructure with me?
Hi All,
I started a 501c3 (not-for-profit) organization back in February 2011 to deal with information archival. A long vision here, I wont bore you with the details (if you really want to know, e-mail me privately) but the gist is I need to build an infrastructure to accommodate about 2PB of data that is database stuff, stored video, crawl data, static data sets, etc. Right now in my testing of