Displaying 20 results from an estimated 1100 matches similar to: "using winbind to map existing unix to AD users"
2002 Aug 05
3
openssh on HPUX 11i
In case this hasn't already been reported or discussed...
It took some doing for me to get openssh working on HPUX 11i.
The fixes are quite simple. First, one must have the IPV6
package installed:
em 512# swlist -l product | grep IPV6
IPV6AA A.01.01.5D IPv6 11i product
Second, I have to edit config.h to undefine HAVE_GETADDRINFO.
Without IPV6, ssh can't connect
2014 Apr 17
2
segfault with shared namespace version > 2.1.16
We're currently running 2.1.16. I've been wanting to update to a 2.2.X
version, but have been running into problems, even with the latest
(2.2.12). I'm not sure at what version this issue appeared, but I
believe I've tried 2.2.10, 2.2.11, and now 2.2.12.
We have a shared maildir setup. With that configuration in place and
with a user in the dovecot-acl file, I can do the
2014 Jun 19
2
dovecot 2.2.13 core dump (signal 11)
We just upgraded from 2.1.16 to 2.2.13. One user is experiencing
problems when using the shared namespace. Specifically it happens when
opening/reading a message and when deleting messages. These functions
work for other users. So far, this appears to be only affecting one user.
The shared folder is a local ext4 file system and utilizes acls
# 2.2.13:
1999 Mar 25
2
problems with smbpasswd in samba-2.0.2+ (repost)
I sent the following message to the list nearly two weeks ago
and didn't receive a single response. In fact, I haven't received
any replies to the last 3-4 questions I have asked (over the
past 6 months). Maybe it is my wording??? I see the messages
in the digest, so I know they are going to the list. :-)
I have no right to complain and only cause to be very happy
with the rest of
2010 May 27
2
question about rpc quota reporting 1.2.11
Timo, thank you for the reply to my question about shared folders yesterday.
I'm now trying to get quota reporting working consistently. This is
with dovecot 1.2.11 in solaris 10 sparc. We have local quotas for the
mail spool (/a1) and quotas for home directories. All are UFS and have
rpc (rquota) working fine.
With just this:
protocol imap {
mail_plugins = quota imap_quota
}
My
2009 Oct 21
1
zfs acls and MS office applications
I'm trying to use zfs acls in solaris 10. I've looked at past posts
regarding this and some online help, but am stuck. I'm currently using
samba 3.3.9; I've had the same problem with 3.3.7. samba is compiled
and running as an Active Directory member server (compiled with ldap and
kerberos). The zfs disk is local. I'm not using winbind. I compiled
with zfsacl module.
2010 May 26
1
newbie question about shared folders
I'm preparing to move our site to dovecot 1.2.11 and have a question
about shared folders. We're currently using UW imap's mbx mailboxes for
shared folders. We accomplish the sharing by use of file system
permissions and ACLs.
I notice that dovecot's method of sharing is more based on IMAP ACLs and
apparently file system permissions are useful, but not necessary.
On the
2010 Dec 15
1
problem with ~/mail/ namespace
We just changed from UW imap last night and one of our bigger problems
right now is that the ~/mail/ compatibility namespace doesn't seem to
work. dovecot 2.0.8
Dec 15 12:01:52 zen.engr.oregonstate.edu dovecot: [ID 583609
mail.warning] imap(tom2): Warning: Subscriptions file
/nfs/rack/u4/t/tom2/mail/.subscriptions: Ignoring invalid entry:
~/mail/foo1/folder1
Dec 15 12:01:52
2010 Dec 20
1
Maildir and Solaris UFS acls
I have a centrally located shared imap folder location. We have several
maildir folders with different file system permissions. They are for
several groups of people who are loosely related for support purposes.
All mail gets delivered to queue1 just fine. The files are group
writable by group1. Some of the mail gets moved via imap to queue2.
Queue2's maildir tree is configured with
2009 Nov 11
1
support for new zfs user/group quotas
Are there plans for supporting the user and group quotas that Solaris
ZFS now supports as of Solaris 10 11/09?
I'm testing with samba 3.3.7, compiled with '--with-quotas' that works
with UFS quotas. Windows clients see the overall ZFS file system usage
and capacity, not the user's personal usage and space. One can use
'quota -v' to check a user's zfs quota; the
2010 Dec 03
2
question about snarf plugin in dovecot 2
I'm trying to get the snarf plugin working with dovecot 2.0.7.
Specifically, I want to use the UW-IMAP style optional snarfing.
I'm looking at the wiki2 documentation. The first question is whether
the UW-IMAP optional snarfing will require any changes to the
mail_location. The first section suggests (but doesn't specifically
state, which I'd propose be clarified) that
2012 Jun 08
1
how to announce shared folders to clients using non-default mail prefix
We're using dovecot 2.1.3 and I've been doing some testing with 2.1.7.
We have shared mail (maildir) folders working along with our default
mbox mailboxes. Our problem is trying to get this to work in a
reasonable fashion with our iPhone or iPad mail.app clients. It's well
known that they don't honor the subscription list; they show all
available mail folders and do not
2010 Aug 03
5
grep with search terms defined by a variable
Hi, I have a good grasp of grep() and gsub() for finding and extracting
character strings. However, I cannot figure out how to use a search term
that is stored in a variable when the search string is more complex.
#Say I have a string, and want to know whether the last name "Jannings" is
in the string. This is done by
names=c("Emil Jannings")
grep("Emil",names)
2004 Sep 22
2
SSHD with PAM question
Greetings All,
I am trying to get sshd to authenticate using PAM in a situation where there is
no password entry (as found by getpwent et. al.) for a user. Setting:
AllowUsers *
UsePAM yes
causes the right PAM stuff to be invoked, but as soon as the PAM module tries to
have a conversation with the (illegal) user (in order to get the password) sshd
throws out the authentication context.
2018 Aug 31
3
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Sure:
https://www.reub.net/files/dovecot/lightning-dovecot.conf
https://www.reub.net/files/dovecot/thunderstorm-dovecot.conf
Updated nightly.
Reuben
On 1/09/2018 12:26 am, Aki Tuomi wrote:
> Can you provide doveconf -n?
>
>
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at reub.net>
>
2004 Feb 17
1
varimax rotation in R
Hi everyone-
I have used several methods to calculate principal components rotated using the varimax procedure. This is simple enough. But I would like to calculate the % of variance explained associated with each PC before and after rotation.
factanal returns the % of variance explained associated with each PC but I cannot seem to get it to change after rotation.
Many thanks for your
2004 Jan 07
1
3-dimensional looping Q.
Hello everyone-
I have a 3-d array with the 1st dimension being monthly mean data that
I would like to correlate with some time series index, for example, and
save the coefficients in an array.
The code I am currently running is....
rData <- array(0,c(73,144)) # array to store results
for (i in 1:73) {
for (j in 1:144) {
rData[i,j] <- cor(slp[,i,j],y)
2018 Aug 31
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I think this might be caused by glibc 2.28. I saw a similar error with
the "doveadm purge" command after upgrading my system to that version.
Michael Marley
On 2018-08-31 13:10, Aki Tuomi wrote:
> I'll see if this is reproducible
>
> ---
> Aki Tuomi
> Dovecot oy
>
> -------- Original message --------
> From: Reuben Farrelly <reuben-dovecot at
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Which glibc version are you using?
Aki
On 19.09.2018 09:39, Reuben Farrelly wrote:
> Hi Aki,
>
> How did you go with this in the end?? Do you need anything more from
> me or were you able to reproduce this?
>
> Thanks,
> Reuben
>
> On 1/09/2018 12:41 am, Reuben Farrelly wrote:
>> Sure:
>>
>> https://www.reub.net/files/dovecot/lightning-dovecot.conf
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
This is bit of a longshot, but can you try applying
https://github.com/dovecot/core/commit/63a74b9.patch and see if this helps?
Aki
On 19.09.2018 10:33, Reuben Farrelly wrote:
> glibc-2.28.
>
> There was a posting by Michael Marley on 31/08 saying he saw something
> similar to this problem after upgrading to 2.28 as well with 'doveadm
> purge'.
>
> Reuben
>
>