Displaying 20 results from an estimated 50000 matches similar to: "virtual user question"
2005 Mar 31
1
dovecot-1.0-test65 + mysql build problem (sha1_result)
Hello all!
When trying to build dovecot-1.0-test65 with mysql support I get the
following error:
...
/usr/local/mysql/lib/libmysqlclient.a(sha1.o)(.text+0x5c): In function
`sha1_result':
: multiple definition of `sha1_result'
../lib/liblib.a(sha1.o)(.text+0x830):/usr/local/src/dovecot/dovecot-1.0-test65/src/lib/sha1.c:242: first defined here
2005 Apr 02
4
Question about "reply from worker without password scheme"
I have dovecot-1.0-test64 installed on OpenBSD-3.6.
It works fine with local password.
Now I fail to get dovecot to use MySQL to query for user details.
Any help would be very appreciated.
Here are the details:
from /var/log/maillog:
1) with "default_pass_scheme = PLAIN"
Apr 3 07:20:22 www dovecot: Dovecot v1.0-test64 starting up
Apr 3 07:20:23 www dovecot:
2005 Apr 02
4
1.0-test66
http://dovecot.org/test/
I've still lots of mails in my INBOX and in this list that I should be
looking into.. But here's a release that fixes at least some things.
Maybe I'll make another one tomorrow..
Most importantly keyword code was changed a lot. It's now faster and
less buggy. The keywords are also finally written into mbox, and keyword
changes in the mbox are picked up.
2005 Mar 15
1
1.0-test65 and ldap auth
Hi,
Does 1.0-test65 work with ldap auth?
The log is:
dovecot: Mar 15 20:59:32 Error: child 13676 (auth) killed with signal 11
Info log is:
dovecot: Mar 15 20:59:19 Info: Dovecot v1.0-test65 starting up
dovecot: Mar 15 20:59:32 Info: auth(default): client in: AUTH 1 PLAIN
service=POP3 secured lip=127.0.0.1 rip=127.0.0.1 resp=AGthcm1hQGhhcnAuZ3I
uanAAU2FncmFkbzAy
dovecot: Mar 15
2005 Aug 23
2
Substituted arguments surviving multiple function calls
I am using R 2.1.1 and have written a function that will retrieve a
named column from a data frame:
d = data.frame(a1=c(4, 2), a2=c(6, 7))
f1 = function(x)
{
do.call("$", list(d, substitute(x)))
}
So this works:
> f1(a1)
[1] 4 2
However, I want to make another function, f2, which also accepts a
column name as an argument and then calls the first function with it:
f2 =
2005 Mar 30
2
test65 killed by SIGSEV
Hi,
I had successfully set up dovecot-1.0-test62 + ldap pass/user db, but
now I'm encoutering a SIGSEV problem with a similar set up of a brand
new dovecot-1.0-test65 installation.
The auth process is killed by a SIGSEV as reported in the error log file :
dovecot: Mar 30 17:06:59 Error: child 28291 (auth) killed with signal 11
To be precise, the problem occurs in the
2005 Mar 29
2
Multiple auth method problem
Hi,
I'm having issues getting the multiple authentication methods of dovecot
1.0-test65 to work correctly on NetBSD. I am combining a MySQL database
of virtual host accounts with the system password database of local
machine accounts. Both work correctly when enabled on their own, but
when enabled together only the one listed first in the "auth default"
section of dovecot.conf
2005 Mar 14
1
Visibility of .subscriptions and .customflags
Hi, I upgraded to test65 from 0.99 (mostly to get the namespace feature) and
now it seems my .subscriptions and .customflags are showing up as mail
folders in my IMAP client (Eudora).
If I try and open those folders, of course I get an error.
How can I configure dovecot so that these aren't displayed to my IMAP
client? I looked through about 6 months of acrhives and couldn't find
2016 Jul 29
2
POP3 & IMAP inbox setting for virtual
Thanks Steffen.
> you can select the passwd-file by %u , e.g. see the first example of
> passdb's on http://wiki2.dovecot.org/AuthDatabase/PasswdFile
I think you mean by %s. Correct?
> So, generate a passwd-file with namespace/inbox/inbox, make a script to
> strip this settings from it and dump into another file. This script is to
> run each time, the main file changes (or
2005 Mar 13
1
1.0-test65
http://dovecot.org/test/
If dovecot-auth was crashing with you, this release should fix it. I
don't know when it did though, I just applied a patch from Andrey Panin
with that description :)
Fixed also another dovecot-auth crash with Solaris and maybe some other
systems.
Contains the first attempt of a Dovecot LDA. It's still in pretty ugly
shape, but it should work, more or less. I
2009 Aug 05
2
Million linux virtual machines
If someone posted already, forgive me I get the digest.
http://www.tgdaily.com/content/view/43480/108/
Scientists get a million Linux kernels to run at once
Scientists at Sandia National Laboratories in Livermore, have run more than
a million Linux kernels as virtual machines.
(how long before shared hosts use this....lol)
The technique will allow them to effectively observe behaviour found
2012 Feb 07
6
my notes on bond, bridge, network, kvm, host and virtual so far
I put this page together just so I won't spam the board anymore begging
for help..lol
http://bobhoffman.com/vmissue.html
This shows a working effort of bonded eths, bridged into a vm, and a few
other things.
The only missing thing is something on the host that ends up putting the
VM internet
connection into some kind of limbo.
Whether it is hardware related, bug related, libvirt nat
2015 Aug 03
2
How to import an mbox to an existing user as a new mailbox
On 2 Aug 2015, at 23:27, Steffen Kaiser wrote:
> On Sun, 2 Aug 2015, Paul Hoffman wrote:
>
>> Greetings. I have a bunch of mbox files that I want to import to an
>> existing user, each into a new mailbox. That is, I want to import the
>> file project1.mbox to user Foo, into a newly-created mailbox called
>> "Project 1". Is there a dovecot tool to do this
2012 Mar 06
5
restrict postfix to only certain users getting incoming mail
Perhaps I am trying to do the impossible.
centos6, spamassassin, procmail, dovecot, postfix.
Postfix, by default, accepts all incoming mail to any user listed in the
shadow/passwd and alias files.
I cannot find a way to stop that without manually blocking each non
wanted user (like nobody, apache) without killing local delivery.
For most of the users listed in those files, who cares. However
2016 Jul 29
2
POP3 & IMAP inbox setting for virtual
Posted Monday 7/25. Haven't seen a response. Trying again:
---
This is a noobie question, so bear with me if it's not worded correctly:
Primary Requirements:
1) I'd like to have two namespaces - one private/per-user, and one public
(visible by all logged-in users).
The public mailbox(s) would be used to distribute information to all users.
2) I'd like both
2015 Aug 09
2
How to import an mbox to an existing user as a new mailbox
On 3 Aug 2015, at 7:16, Steffen Kaiser wrote:
> On Mon, 3 Aug 2015, Paul Hoffman wrote:
>> On 2 Aug 2015, at 23:27, Steffen Kaiser wrote:
>>> On Sun, 2 Aug 2015, Paul Hoffman wrote:
>>>
>>>> Greetings. I have a bunch of mbox files that I want to import to an
>>>> existing user, each into a new mailbox. That is, I want to import
>>>>
2015 Aug 03
2
How to import an mbox to an existing user as a new mailbox
Greetings. I have a bunch of mbox files that I want to import to an
existing user, each into a new mailbox. That is, I want to import the
file project1.mbox to user Foo, into a newly-created mailbox called
"Project 1". Is there a dovecot tool to do this on the server?
--Paul Hoffman
2007 May 10
5
Shared behavior and_raise problem, and site aestetics
Hello,
Is anyone else having trouble with the and_raise method on mocks,
with respect to shared behaviors? If I do the following instead:
foo.should_receive(:bar).and_return { raise }
everything seems to work. I have been supplying no arguments to
and_raise, by the way.
Also, you may want to make the background in the code examples on the
home page a little lighter. I am hardly able to
2015 May 29
3
Enabling Master User for migration
Hi all,
Ok, just need a quick-n-dirty way to enable a master user for a migration...
Reading the docs, I'm not sure what the bare minimum is I need to do this...
At: http://wiki2.dovecot.org/Authentication/MasterUsers
The Example config shows:
auth_master_user_separator = *
passdb {
driver = passwd-file
args = /etc/dovecot/passwd.masterusers
master = yes
pass = yes
}
passdb {
2007 May 04
11
spec template for CRUD?
Hello,
Has anyone already come up with a set of shared behaviours that
someone could leverage when adhering to a CRUD concept, with respect
to controllers?
Relatedly, it would be nice if there were a way to share generalized
behaviour specs.
-Chris