Displaying 20 results from an estimated 1000 matches similar to: "LDA Connection Refused with auth-userdb"
2002 Dec 03
2
Array multiplication
I wanted a sort of matrix product of an array and a matrix.
As there does not seem to be any array multiplication apart from outer()
I proceeded as follows:
lambda <- array(0, c(n,m,d))
# stuff omitted
# zed is an n by m matrix
#
# \lamb.star_{ik}
lamb.star <- matrix(0, nrow=n, ncol=d)
for (i in 1:n) {
for (k in 1:d) {
for (j in 1:m) {
lamb.star[i,k] = lamb.star[i,k] +
2014 Mar 12
2
Connection refused userdb lookup ..dovecot/auth-userdb
Hi There,
Ive taken a look at this and cant quite figure out what is going on here. I have tested all the SQL permissions, and also changed the unix_listener auth-userdb mode to 0666 (as instructed elsewhere to try and solve this issue), but cannot seem to work out what the issue is.
Would someone be able to please point me in the correct direction here?
Output of log + dovecot -n via this
2004 Jul 07
0
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
Here is an excerpt from the config.log:
configure:19451: checking for int64_t
configure:19476: gcc -c -g -O2 conftest.c >&5
configure:19479: $? = 0
configure:19482: test -s conftest.o
configure:19485: $? = 0
configure:19496: result: yes
configure:19511: checking for uint64_t
configure:19536: gcc -c -g -O2 conftest.c >&5
configure:19539: $? = 0
configure:19542: test -s conftest.o
2020 Feb 27
1
Problem with PXE/UEFI
Hi Guys,
i have a problem with PXE/UEFI Boot.
Legacy PXE Boot is working fine.
I use Dnsmasq with integrated tftp.
As Mentioned above, legacy pxe boot is working fine, tcpdump shows:
--- start tcpdump legacy pxe boot ---
13:44:16.589197 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from f8:ca:b8:06:7d:ed (oui Unknown), length 548
13:44:20.543910 IP 0.0.0.0.bootpc >
2004 Jul 07
1
[LLVMdev] AsmWriter.cpp:255: error: ambiguous overload for `std::basic_ostream<char,...
Yes, Chris you're right. It seems that my << operator for int64_t is missing
in my '/opt/gcc.3.3/include/c++/3.3/bits/ostream.tcc' file.
Which ordinary version of GCC are you working with and how do your
definition of the << operator for int64_t look like?
/Henrik
>
>Here is an excerpt from the config.log for LLVM:
>
>configure:19451: checking for int64_t
2014 Jan 02
0
Dovecot doesn't seem to read userdb for the first delivery
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello List,
First of all, this is my first post so please bear with me if I miss
something.
I'm using Postfix with Dovecot 2.0.19 as the LDA. The home directory is
of the
form `/var/mail/virtual/<domain>/<username>`. The mail directory is
under the
home directory and named `mail`. `mail_location` is left empty, and
userdb is
2003 Sep 24
12
SSHD 3.7.1p2 on HP-UX
I have used SSHD from openssh-3.7.1p1 on HP-UX 11:11. It works
correctly and the entry in the logfile is:
Sep 24 07:01:20 garm sshd[6625]: Accepted password for japs from
192.38.97.131 port 2463
Next I have upgraded to openssh-3.7.1p2 and restarted SSHD. It does not
accept the password any more and the entries in the logfile are:
Sep 24 12:21:38 garm sshd[19542]: User japs not allowed because
2016 Jun 23
2
newbie userdb lookup problem
I'm new to Dovecot and I'm having trouble getting basic, flat file userdb
lookups to work. This must have been asked before, but if so, I can't find
it.
I'm following the basic setup here:
http://wiki2.dovecot.org/HowTo/SimpleVirtualInstall with a few minor
differences. Output of doveconf -n is below, as well as relevant entries
from postfix main.cf and master.cf.
When I
2009 Jun 09
0
Help - create_addr_from_peer: 'UDP' is not a valid transport for 'exten1'. we only use 'TLS'! ending call.
Hello,
I'm running into an issue with TLS transport and I am probably missing
something obvious.
We are trying to configure an extension to use TLS for the transport.
The extension can make outbound calls using TLS, but inbound calls fail.
The extension configuration in sip.conf is set to transport=tls.
To keep things simple for testing, the dialplan looks like:
[default]
exten =>
2004 Sep 17
3
FC2 zaptel compile failure
I've got a fresh FC2 install and I'm trying to get the symlinks right
according to the /usr/src/zaptel/README.Linux26 instructions.
I've created two symlinks:
/usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358
/lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2
When I do a "make linux26", I get a million warnings and errors with the
result being:
make[2]: ***
2012 Nov 16
5
[ 3009.778974] mcelog:16842 map pfn expected mapping type write-back for [mem 0x0009f000-0x000a0fff], got uncached-minus
Hi Konrad,
Sometime ago i reported this one at boot up:
[ 3009.778974] mcelog:16842 map pfn expected mapping type write-back for [mem 0x0009f000-0x000a0fff], got uncached-minus
[ 3009.788570] ------------[ cut here ]------------
[ 3009.798175] WARNING: at arch/x86/mm/pat.c:774 untrack_pfn+0xa1/0xb0()
[ 3009.807966] Hardware name: MS-7640
[ 3009.817677] Modules linked in:
[ 3009.827524] Pid:
2004 Dec 15
1
Easy question? Get started with the Demo
Hello, I?m trying to get started with asterisk/SIP so I was trying the demo
that is provided in the extensions config file, but the call isn?t
?answered? by my server when I try calling the number that I registered at
my SIP provider.
I?ve registered with register => John.Doe:MyPass:MyUser@my-sip-provider in
sip.conf and if I use ?sip debug? I can see the call is coming in but then
nothing
2004 Dec 16
1
Calls arent handled by asterisk - destruction of call
Hello, I'm trying to get started with asterisk/SIP so I was trying the demo that is provided in the extensions config file, but the call isn't "answered" by my server when I try calling the number that I registered at my SIP provider.
I've registered with register => John.Doe:MyPass:MyUser@my-sip-provider/1000 in sip.conf and if I use "sip debug" I can see the
2004 Oct 05
0
H.323: Inbound calls, incorrect remoteIpAddress
Hello,
I'm running Asterisk 1.0.1 (the same was with 0.9, 1.0). When it
receives inbound H.323 call it makes connection and uses local
127.0.0.1 address to send audio stream:
remoteIpAddress: 127.0.0.1
When making outbound calls from Asterisk it makes correct connection
to send audio stream. Is it a bug in h.323? Is there some more
settings to make in .conf files?
See detailed debug below:
2012 Nov 02
1
Feature request: add information to error message: client doesn't have lookup permissions for this user: userdb reply doesn't contain uid (change userdb socket permissions)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Please add the information to this error, which socket has the problem and
which uid access is and what is expected.
For instance, when the quota dict request fails, because of permission
problems, you get a very detailed info about the current problem. And,
further more, hints to solve it.
BTW: I'm trying to configure shared mailboxes for a
2014 Dec 06
0
userdb lookup not possible with only userdb prefetch
Am 07.12.2014 um 00:22 schrieb Yves Goergen:
> Hello,
>
> I am setting up a new server and migrating my Dovecot 1.2.9 config to
> the new 2.2.9 version. There wasn't much to keep from the old version so
> I had to recreate the config from scratch. Now I think I'm done but I
> can't login to IMAP. The log says this:
>
>> dovecot: auth: Error:
>>
2015 Apr 21
0
userdb username change ignored when using (My)SQL was: Re: userdb username changed
On 20-04-15 15:09, P?ter M?rton wrote:
> Hi!
>
> It works when using LDAP.
> I've duplicated the "username change" debug line, just to see that the
> variables are really updated:
>
> Apr 20 14:30:27 imap21 dovecot: auth-worker(27127): Debug:
> sql(ppp at example.net): username changed ppp at example.net -> uppp
> Apr 20 14:30:27 imap21 dovecot:
2017 Mar 11
0
Auto create & subscribe folder from Userdb [Was: Users with extra mailbox: namespace/mailbox in userdb lookup?]
Am 11. M?rz 2017 08:04:28 MEZ schrieb MRob <mrobti at insiberia.net>:
>
>>> We have a need for some users to have an additional folder created
>and
>>> subscribed for them.
>>>
>>> Is is possible to return an override for the default "namespace
>inbox"
>>> containing the needed mailbox definitions in the userdb lookup for
2017 Mar 13
0
Auto create & subscribe folder from Userdb [Was: Users with extra mailbox: namespace/mailbox in userdb lookup?]
On 2017-03-10 23:28, MRob wrote:
> On 2017-03-10 23:22, Christian Kivalo wrote:
>> Am 11. M?rz 2017 08:04:28 MEZ schrieb MRob <mrobti at insiberia.net>:
>>>
>>>>> We have a need for some users to have an additional folder created
>>> and
>>>>> subscribed for them.
>>>>>
>>>>> Is is possible to return an
2017 Mar 14
0
Auto create & subscribe folder from Userdb [Was: Users with extra mailbox: namespace/mailbox in userdb lookup?]
On 2017-03-13 13:40, Aki Tuomi wrote:
> On 2017-03-13 19:31, MRob wrote:
>> On 2017-03-10 23:28, MRob wrote:
>>> On 2017-03-10 23:22, Christian Kivalo wrote:
>>>> Am 11. M?rz 2017 08:04:28 MEZ schrieb MRob <mrobti at insiberia.net>:
>>>>>
>>>>>>> We have a need for some users to have an additional folder