Displaying 20 results from an estimated 1000 matches similar to: "Can't login in IMAP server"
2007 Mar 26
2
Problems with LDAP
Hi,
I'm making a schema for my company's co-workers, but i'm obviosuly doing
something wrong, because i get:
ldapadd -x -D "cn=admin,dc=telbit,dc=pt" -w secret -f people.ldif
adding new entry "dc=telbit,dc=pt"
ldapadd: no attributes to change or add (entry="cn=admin,dc=telbit,dc=pt")
My schema file (experimantel) is:
## objectclass definition for
2007 May 08
1
Problems with LDAP
Hi,
I'm using OpenLDAP in CentOS 4.4
I'm trying to create a grou of users:
# Grupos do TIM
dn: ou=futebol,ou=accounts,dc=telbit,dc=pt
objectClass: organizationalUnit
description: Grupo de Futebol
ou: futebol
# Grupo do futebol
dn: uid=futeboladas,ou=futebol,ou=accounts,dc=telbit,dc=pt
objectClass: top
uid: futeboladas
objectClass: groupOfNames
cn: Futeboladas
member:
2007 Feb 17
2
Going nuts
Hi,
The subject says it all.
For two days i've been trying to get IMAP and IMAPS working and nothing.
I'm running CentOS 4.4 with qmail-ldap
I just can't login in dovecot.
Following my signature is some info.
You can find my dovecot.conf at http://www.gamito.org/dovecot.conf
I'm about to give up :(
Any help would be appreciated.
Warm Regards,
M?rio Gamito
2007 Mar 01
1
LDAP error
Hi,
When i try to inser this on LDAP database, i get this error:
"ldapadd: invalid format (line 14) entry:
"uid=spessoa,ou=users,ou=accounts,dc=telbit,dc=pt""
I can't see nothing wrong.
The .ldif file follows my signature.
Any help would be appreciated.
Warm Regards,
M?rio Gamito
--
dn: dc=telbit,dc=pt
objectClass: top
objectClass: dcObject
objectClass: organization
o:
2007 Mar 23
2
Command not running in crontab
Hi,
Can anoyone tell me why this command is not executed (or it is without
success) from crontab, but works perfectly from the command line ?
(yes, i've restarted crontab service)
# clean up postmaster
00 30 * * * root /usr/bin/find
/var/qmail/maildirs/postmaster at telbit.pt/Maildir/new -type f -print0 |
xargs -0 -n 50 rm
The mind boggles...
Any help would be appreciated.
Warm
2007 Apr 04
2
CentOS 4.4 32 bits not recognizing disks
Hi,
I have to install this server with an Intel motherboard ASUS, model
P5VDC-MX.
It has a VIA hardware RAID controller model VT-8251.
The two hard drives are SATA (don't know if II) and are Maxtor STM380211AS.
Problem is that CentOS installation doesn't recognize any hard drives at
all.
The BIOS setup doesn't have an option to turn off SATA.
Any ideas ?
Thanks in advance.
--
2007 May 10
1
Very, very lame question :(
Hi,
What is the package and the ctl name for fam in CentOS 4.4 ?
Sorry...
Warm Regards
--
:wq! M?rio Gamito
2007 Oct 17
1
dovecot and imap session forwarding
Hi,
I was trying to install a qmail-ldap cluster. I have successfully setup dovecot to authenticate against ldap directory. But what I need is to enable imap session forwarding for qmail-ldap.
For example when a user connects to a imapserver if the real mailhost of this user is different than the one that is connected so session is forwarded to real mailhost. Normally we can do that with
2007 Feb 17
5
1.0.rc23 tomorrow
http://dovecot.org/nightly/dovecot-latest.tar.gz
Would be nice to get some testing before the actual release.
I've now finally gone through all the "TODO" mails in this list and my
INBOX and fixed pretty much every problem I know of. There are still
some mbox bugs, but I can't really get them fixed unless someone figures
out how to reproduce them
2008 Mar 28
1
Strange behavior from grep
Hi,
It's been a long time since I've been noticing a strange behaviour
from CentOS grep command.
But today, I really need it.
I have a file that has the word gamito inside of it.
If I run
$ grep 'gamito' file
it returns nothing. Yet, if I run
$ grep -c 'gamito' file
It returns 1 which is right.
The mind boggles.
Does anyone ever had this problem or am I missing
2008 Mar 28
1
Deleting file in /tmp directory
Hi,
This is a bit of-topic, but since it has to do with /tmp permissions
here it goes.
Anyway, I'm sorry in advance for posting this.
I have this PHP script (simplificated here), called delete_tmp.php
that basically calls external commands:
<?php
$session_file = '/tmp/sess_89765'
system(''rm -f' . ' ' . $session_file);
?>
delete_tmp.php file is owned by
2004 Jul 20
1
Question about permissions
Hi,
First of all, my apologies for the extension of this message, but it is
needeed for you to undertand my problem.
Straight to the point: i have this domain in my company running in Samba
3.0.2
My users are: hcoelho, jardim, gamito, yesenia, smatias, fqueiros,
faugusto, vamaro, peixinho, aragao, dina, pinho.
I have this shares with the users that can access them and the
correponding Linux
2008 Apr 17
2
Dovecot 1.1rc3 "Out of Memory" crashes from pop3-login?
We recently began seeing server crashes in our cluster related to
"pop3-login", which is causing "oom-killer" to be invoked. The server
only recovers after a reboot.
From dovecot.conf:
login_process_per_connection = yes
login_processes_count = 16
login_max_processes_count = 256
(Should we try switching processes_per_connection to no?)
From dovecot.log:
dovecot: Apr 17
2017 Nov 02
2
LDAP Filters as defined for dovecot UserDB and passDB
I have pretty much everything working fine.
I have run into one issue with the filters that I am unsure where this a filter is being set.
Dovecot 2.2.32 (dfbe293d4)
I have setup dovecot-ldap.conf.ext to control my LDAP query's
My current layout used filters based on looking at the posixAccount attributes
?user_filter = (&(objectClass=posixAccount)(uid=%u))
If I connect to a a ldap
2008 Aug 06
1
Dovecot auto vacation with sieve doesn't work
Guys, I'm running out of hair to pull out ;).
Can anyone out there say that this does work?? To me this is looking
like a bug and I'm not sure whether it's the sieve plugin or the dovecot
deliver program. I have also had no luck the the "reject" sending any
reply back to the sender.
My setup:
OS: Solaris 10 sparc platform
postfix: 2.5.2
dovecot: 1.1.2
sieve plugin: 1.1.5
2008 Aug 11
2
Auto Vacation replies again
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sorry to bring this up again.
I have now configured my test server to pass all email messages off to
our central campus email filter gateway. This gateway scans all email
traffic for viruses/spam before being delivered to any local mail servers.
Once I did this my auto vacation replies are getting canned due to the
fact the from header line is empty
2017 Nov 03
1
LDAP Filters as defined for dovecot UserDB and passDB
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 3 Nov 2017, Aki Tuomi wrote:
> Check your userdb, is it using same config file?
some HOWTOs explicitly want you to use two config files, because Dovecot
maintains two different connections for passdb and userdb queries, which
is faster. So if you have copied the config file, instead of symlinked
them, you might have to change two
2016 Mar 16
2
Index corruption in 2.2.18
We are using dbox with lz4 compression and dovecot-lda + sieve for delivery.
Mail recieved:
Mar 16 06:27:55 mail2 dovecot: lda(svs at example.com): sieve: msgid=<20160316032754.4C89D2C4 at rdbms.oldstable.office.example.com>: stored mail into mailbox 'INBOX'
Around 08:14:00 user start his thunderbird with local filters. He found one mail without headers.
Around that time user do
2005 Apr 22
1
How to record a data CD ?
Hi,
For years that i've been recording CDs and DVDs and all well.
Now, i can't in CentOS-4
First i run:
# mkisofs -r -J -o cd_backup cd/
Then
# cdrecord -scanbus
Output is:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
1,0,0 100) 'SAMSUNG ' 'CD-ROM SC-148F ' 'F008' Removable CD-ROM
1,1,0 101) 'HP '
2018 Oct 12
2
Sieve scripts not replicated
Hello,
I use dovecot replication and the sieve scripts are not replicated. Mail
replication is working fine.
Log when sieve script (with Rainloop webmail) is created:
Oct 12 12:57:57 srv1 dovecot: managesieve-login: Login:
user=<hativ at example.com>, method=PLAIN, rip=91.67.174.186,
lip=195.201.251.57, mpid=5360, TLS, session=<OXvK9QV4fOBbQ666>
Oct 12 12:57:57 srv1 dovecot: