Displaying 20 results from an estimated 120 matches similar to: "Postfix/Dovecot/lmtp with virtual and local users"
2013 Mar 19
1
dovecot: auth-worker: order of authentication types
Hi all,
I'm setting a mailserver using dovecot version: 2.1.7. On the server I
have a couple of system users using PAM authentication and a lot of
virtual users using SQL authentication.
When a virtual user (e.g. david at virtdomain.de) logs in dovecot tries to
authenticate the user via PAM and after failing it uses SQL:
Mar 19 11:39:42 orange dovecot: auth-worker(7815):
pam(david at
2007 May 22
2
shared folders
Dear all,
I would like to use shared folders but I'm not quite sure whether
Dovecot supports it the way I want it:
-user A should be able to share a folder with users B, C, D
-B, C and D should have read-access to this folder
Did anyone implement shared folders like this?
Regards,
David
--
The day microsoft makes something that doesn't suck is the day they start making vacuum
2006 Aug 16
6
read.csv issue
I'm trying to read in some data from a .csv format and have come across
the following issue. Here is a simple example for replication
# A sample .csv format
schid,sch_name
331-802-7081,School One
464-551-7357,School Two
388-517-7627,School Three \& Four
388-517-4394,School Five
Note the third line includes the \ character. However, when I read the
data in I get
>
2006 Jan 09
1
SPA-841 spontaneous voicemail problem
Hello.
A while back, I noticed an odd problem with our SPA-841 phones connected
to Asterisk. Now we are having a different odd problem, and I'm not sure
if they're related. I wonder if anyone else has experienced anything
else like this, and/or if there is any reasonable explanation?
Occasionally, one of our SPA-841's will spontaneously start up with
"Welcome to Comedian
2008 Jun 05
0
RECALL: Lithium batteries for Polycom Soundstation 2W
Just released by the CPSC on their recalls mailing list; please
forward to any venues where you feel operators or resellers of the
SoundStation might be, with this preface included.
My 2W had a battery with the part code 1520-07804-002; its date code
was GP0806, and therefore predates the recall period.
Cheers,
-- jra
----- Begin forwarded message -----
This message consists of the following:
2010 Aug 10
1
Why p_strdup and other string functions uses loops instead strlen? (dovecot 2.0.rc4)
I did Dovecot profiling on huge e-mail system, and p_strdup was very
high on list.
I do minor change:
p_strdup:
/*
for (len = 0; (str)[len] != '\0'; )
len++;
len++;
*/
len = strlen(str) + 1;
p_strndup:
/*
len = 0;
while (len < max_chars && ((const char *) str)[len] != '\0')
len++;
*/
len = strnlen(str, max_chars);
And after changes strdup drop down on the
2018 May 04
0
Crashing applications, RDMA_ERROR in logs
Hello gluster users and professionals,
We are running gluster 3.10.10 distributed volume (9 nodes) using RDMA
transport.
From time to time applications crash with I/O errors (can't access file)
and in the client logs we can see messages like:
[2018-05-04 10:00:43.467490] W [MSGID: 114031]
[client-rpc-fops.c:2640:client3_3_readdirp_cbk] 0-gv0-client-2: remote
operation failed [Transport
2006 Nov 16
1
[3.0.23d] winbind: ads_connect for domain X failed: Operations error
SAMBA 3.0.23d (netbios name is PDC01, domain is LINBOXTEST)
Windows 2000 server SP4 in mixed mode (netbios name is MAFIA-L6FFST3UP,
domain is ADTEST / adtest.linbox.com)
Hello,
So I've successfully established a two ways interdomain trust
relationship between a SAMBA PDC and a Windows domain. It was working
fine: for example a windows user was able to connect on a share on the
SAMBA server.
2016 Nov 21
2
Winbind traffic not encrypted
A problem here getting winbind traffic to be encrypted using Kerberos.
I have set up a test environment with a pair of servers (actually lxc
containers):
- samba server (ubuntu 16.04, stock samba 4.3.11)
- client machine (ubuntu 16.04) joined with "net ads join" and winbind
The client machine has the following in /etc/samba/smb.conf:
-------
[global]
#netbios name = client-ad
2014 Dec 17
0
Virt SIG Meeting minutes for 16 Dec 2014
Minutes
Attending: imcleod, lars_kurth, gwd, kbsingh, dcaro, jonludlam
Meetings over Christmas:
- Skip the one on 30 Dec; do IRC meeting Jan 13th.
Xen update
- 4.4.1, libvirt pushed
- Notes: xend disabled by default
- Plan: Sign, release soon,
oVirt
- RHEL 7.1 will already rebuild qemu with snapshotting on
- But we may want to do the qemu rebuild for 6 as well.
- kbsingh: I think oVirt
2007 Apr 20
0
Changing the order of start up programs in GNOME::Sessions under CentOS 5 x86
OS: CentOS 5 x86.
How may I change the order of start up programs in GNOME::Sessions?
2003 Oct 30
1
No subject
I have asked this before in -questions but due to a odd security
requirement, I need the option to auto lock a normal user's account
(root and those in the wheel group must be excluded) after let say, 3,
login failures. I know this can cause a DoS issue but I HAVE to have
the option of doing it in FreeBSD.
Any info is appreciated
Thanks.
Mike C
carlson39@llnl.gov
2010 Jan 28
3
[Bug 631] New: Unable to zero packet and byte count for policy.
http://bugzilla.netfilter.org/show_bug.cgi?id=631
Summary: Unable to zero packet and byte count for policy.
Product: iptables
Version: 1.3.5
Platform: i386
OS/Version: RedHat Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
2000 Nov 30
1
Problem and Patch: Multiple keys in ssh.com V2 agent
Hello!
I recently discoverd a problem with ssh.com's ssh-agent2 and OpenSSH:
If I have more than one key in my agent, then the agent tries to
authenticicate me with every one of them at the OpenSSH server; but none
of them is a valid key for that server. The Problem is that the Server
increments the authctxt->attempt at every of that tries. So even if you
want to login with a password at
2013 Feb 26
2
(no subject)
I've run into a problem with `doveadm backup` (2.2 rc2 and 20130226)
I did not notice in 2.1.15
doveadm backup [-Dv] -R -u cyrtest1 at iai.uni-bonn.de -m INBOX imapc:
=> crashes (signal 6 with acl plugin configured, sig 11 without acl)
If this is considered a bug (not just because of the crash but in the
meaning of "my configuration should work") it would be great if it could
be
2004 Feb 24
3
Calculate Distance and Aggregate Data?
Hi all,
I've been struggling learning R and need to turn to the list again.
I've got a dataset (comma-delimited file) with the following fields: recid, latitude, longitude, population, dwelling and age. For each observation, I'd like to calculate the total number of people and dwellings and average age within 2 k.m. Distance could be Euclidean, however, a proper distance
2008 Dec 12
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 2
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops.
The binary patch optimization is important on native case because
the paravirt_ops overhead can be reduced by converting indirect
2008 Dec 12
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 2
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops.
The binary patch optimization is important on native case because
the paravirt_ops overhead can be reduced by converting indirect
2008 Dec 22
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 3
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops which
depends on the patch series I sent out, ia64/pv_ops, xen:
more paravirtualization.
The binary patch optimization is important on
2008 Dec 22
5
[PATCH 0/5] ia64/pv_ops, xen: binary patch optimization TAKE 3
This patch set is intended for the next merge window. They are just
enhancements of the already merged patches or ia64 porting from x86
paravirt techniques and that their quality is enough for merge.
This patch set is for binary patch optimization for paravirt_ops which
depends on the patch series I sent out, ia64/pv_ops, xen:
more paravirtualization.
The binary patch optimization is important on