Displaying 20 results from an estimated 1000 matches similar to: "Feature request for pop3"
2006 Oct 16
1
Conf parsing error
Dear Timo,
I have found a conf-parse bug in rc10.
If the last line in the configuration-file a }, the parser ignore
this.
Example:
-----------------------------
brugh ~ # cat /etc/dovecot/dovecot.conf
[...]
plugin {
trash = /etc/dovecot/trash.conf
}
brugh ~ # dovecot -c /etc/dovecot/dovecot.conf
Error: Missing '}'
-----------------------------
Add a empty line at the end of
2006 Jun 14
2
Problems with dovecot.beta9
Dear all :)
I have been upgraded dovecot today and I get following errors:
Jun 14 12:08:54 [dovecot] IMAP(adnae@xxxxxx.xxx): inotify_init() failed: Function not implemented
Jun 14 12:08:54 [dovecot] IMAP(auftrag@xxxxxxx.xxx): inotify_init() failed: Function not implemented
Jun 14 12:08:54 [dovecot] IMAP(swolf@xxxxxx.xxx): inotify_init() failed: Function not implemented
I have a 64 bit
2004 Aug 06
1
PROBLEM REPORT (and example): EPIPE errors
This small example will make icecast unusable after few seconds. The problem
resides on EPIPE received when trying to send the first (58) bytes of the
vorbis predata.
Change the URL for your own, and try it in a LAN.
I have no idea on the reasons of these errors, altough I suspect it's related
to the fact that the headers are sent in blocking state and then we change to
non-blocking. I
2004 Apr 22
2
[PATCH] --timelimit and --stopat
Greetings,
Upon a suggestion to improve the --timelimit patch, I have also added a --stopat option.
You can get the patch from this URL and/or cut/paste it from below.
http://www.terry.uga.edu/~jft/rsync-timelimit-stopat.patch.gz
Here are the details...
--timelimit=T
This option allows you to specify the maximum number of minutes
rsync will run for. This time starts when
2004 Apr 19
3
[PATCH] time limit
Greetings,
I have written a patch for rsync-2.6.1pre-2 which adds a --time-limit=T
option. When this option is used rsync will stop after T minutes
and exit. I think this option is useful when rsyncing a large amount
of data during the night (non-busy hours), and then stopping when it is
time for people to start using the network, during the day (busy hours).
If this patch is accepted it may
2006 Nov 06
1
Samba with AD
I am stuck with Samba -Active Directory communication. Trying to bring my SUSE 10.0 to speak with AD Domain.
net rpc testjoin - brings a unable to find suitable server message
net join - kerberos_kinit_password preauthentication failed and ads_connect preauthentication failed
wbinfo -u works fine
wbinfo -t works fine
getent passwd/group works too
smb is running
nmb is running
winbindd is
2013 Feb 20
3
LDAP users/groups not showing up with nis, pam, & ldap
I am trying to configure NIS, PAM, & LDAP on a CentOS 6.2 host. I've
previously installed a similar configuration on RHEL4, but CentOS now
uses nss-pam-ldapd and nslcd instead of nss_ldap, so the configurations
are a little different.
Currently, local users and groups are showing up but not LDAP users.
When I do a /getent passwd/ and/getent group/ I don't get LDAP users.
When I do
2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users
against ldap(authorizing)+kerberos(authentication). And I now would
like to have sudo be able to allow admins (netgroup chinbeards) to
sudo about. I am not using sssd though (yet).
Here is the output of me trying sudo (debug on):
[raub at centos5-x64 ~]$ sudo pwd
LDAP Config Summary
===================
uri
2013 Feb 15
1
Problem with User and Group Ownership listing
I am installing smb 3.5 on a CentOS 6.2 host using smbldap-tools. I've
previously installed a similar configuration on RHEL4 using smb 3.0 but
CentOS now uses nss-pam-ldapd and nslcd instead of nss_ldap, so the
configurations cannot be moved straight across.
When I do a listing of a share directory that should have user and group
ownership determined by LDAP, I get the uidNumbers and
2015 Nov 03
2
S/MIME certificates in Samba 4 LDAP
On 30.10.2015 22:13, Jeremy Allison wrote:
> On Fri, Oct 30, 2015 at 11:27:55AM +0100, Stefan Pietsch wrote:
>> Dear Samba users and developers,
>>
>> we had the idea of storing S/MIME certificates in the Samba 4 LDAP.
>> In the Windows Active Directory Users and Computers tool I can use the
>> "Published Certificates" tab to add a certificate to a user
2011 Jun 27
1
LDAP timeout
Hi,
we recently hit an issue where one (of the three configured) LDAP
servers dropped an index on an attribute due to a misconfiguration,
which caused all/most queries for passdb to take a very long time
(several 10s of seconds).
The other servers would have been fine, but it seems like Dovecot does
either not set a timelimit on the query or uses a very high one. I could
not find any place to
2005 Mar 20
1
TAPI
I just installed tapi and some app called identapop pro. I havent tested
incoming calls yet but so far, I cant get calls out using outlooks.
I configured TAPI for asterisk inside outlooks and I set TAPI to these
configs:
TAPI connects using the manager to asterisk without problems.
As channels I configure this:
User channel: SIP/myphone and the phone actually rings when I tell outlook
to dial
2006 Sep 18
2
mp3 stream instead of "icecast-auth-user: 0"
Hello,
just wanted to ask if there are any other headers icecast would understad apart
icecast-auth-user
icecast-auth-message
icecast-auth-timelimit ?
continuing my previous post "listener redirection to informational mount" i feel a big demand to respond to unsuccsessful authentification attempts by sending back short audio message to the listener in the form like this:
<?php
2009 Mar 20
1
pam_ldap and nss_ldap failover
I'm (finally) getting around to putting a backup LDAP authentication
server on my network. The backup uses syncrepl to grab the database,
and to my eyes both LDAP servers answer read queries identically.
I'm testing the client side of this configuration on virtual CentOS 5
i386 machine. /etc/ldap.conf reads
----- %< -----
base dc=DOMAIN,dc=com
timelimit 30
bind_timelimit 30
2007 Jul 03
2
NameSpases
Hi guys,
I have a problem with namespases in Dovecot:
namespace public {
separator = /
prefix = Public/
location = maildir:/home/mail/public
}
namespace private {
separator = /
prefix =
inbox = yes
}
namespace private works well, but I can't subscribe to namespace
Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outlook
shows error 'Mailbox doesn't exist:
2017 Dec 04
2
samba net ads join windows active directory with ldap ssl
Hi,
I have enabled ldap ssl on Windows 2008 server active directory and want to
join ads domain with net ads join command.
I am getting below error:-
net ads join -U Administrator
ldap_url_parse_ext(ldap://localhost/)
ldap_init: trying /etc/ldap/ldap.conf
ldap_init: using /etc/ldap/ldap.conf
ldap_init: HOME env is /root
ldap_init: trying /root/ldaprc
ldap_init: trying /root/.ldaprc
ldap_init:
2009 Jan 22
1
Issues with Ldap client on Centos 5
Hi Friends,
We are running some of the Centos 5 32 bit, 5.2 64-bit systems. These
systems are ldap clients and the ldap server is Windows 2003 Server.
Sometimes 1 or 2 services on these servers sucks 100% cpu and the load
becomes high on the server.
Below is an example where one the httpd process was eating 100% cpu
and we took dump of this process
gcore 17711
Core was generated by
2009 Mar 27
1
Unable to add machine accounts
I have the exact same problem as this guy:
http://lists.samba.org/archive/samba/2006-September/125699.html
He describes it much better and in much more detail than I could, so
I'll let him speak for me.
Unfortunately, I don't have the same solution. nss_ldap is configured
properly, and things like 'getent passwd' and 'id machine-acct$' show
the machine accounts as
2015 Nov 19
1
S/MIME certificates in Samba 4 LDAP
On 05.11.2015 09:18, Andrew Bartlett wrote:
> On Tue, 2015-11-03 at 10:21 +0100, Stefan Pietsch wrote:
>> On 30.10.2015 22:13, Jeremy Allison wrote:
>>> On Fri, Oct 30, 2015 at 11:27:55AM +0100, Stefan Pietsch wrote:
>>>> Dear Samba users and developers,
>>>>
>>>> we had the idea of storing S/MIME certificates in the Samba 4
>>>>
2017 Feb 03
2
LDAP problem
Hello everyone,
I'm using Samba4 in my CentOS server, and it was just fine. I could always use ldap commands like 'ldapsearch' and 'ldapadd' and I had no problem.
But one day, I don't know why, I couldn't use more ldapsearch or ldapadd. They return this:
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
I'm using the same command as always, like: