Displaying 20 results from an estimated 100 matches similar to: "Dovecot forward problems"
2007 Feb 13
1
Problems to put dovecot-ldap.conf working
Hi Folks,
I'm having a little trouble to put dovecot authenticating in ldap.
My postfix and saslauthd are authenticating fine.
Here is what I have in my main.cf:
# Accounts
accounts_server_host = $ldap_server_host
accounts_search_base = $ldap_search_base
accounts_query_filter =
(&(&(objectClass=VirtualMailAccount)(mail=%s))(forwardActive=FALSE)(acco
2007 May 04
1
Help with LDAP authentication - user / user+domain
Hello Folks,
I've my dovecot working well and authenticating in my ldap servers.
But I'd like configure my users to authenticate in two ways. One is just
submitting the username and the other one is providing user at domain.com .
I'm moving from a cyrus-imap solution to dovecot and I've implemented it
with VD domains. But nowadays I still have one domain at my servers.
2007 May 24
1
Simple questions about Quota
Hi folks, hope that get some help for some doubts :P
I've configured dovecot in a clustered environment 3 X HP Proliant
DL380+RHEL ES 4.0+EVA4000+GFS.
Everything is working great.
But, when I putted this cluster on production, I had some problems with
quota+ldap in my dovecot.
Here follows my configuration:
/etc/dovecot.conf
last_valid_gid = 101
2007 Feb 22
0
Dovecot Quota + LDAP
Hie Folks,
I'm having a little problem with quota + ldap. I want to use per user
quota settings.
So I configured quota on my /etc/dovecot.conf like this site
http://wiki.dovecot.org/Quota examples.
Here follows my /etc/dovecot.conf:
protocols = imap imaps pop3 pop3s
ssl_disable = no
ssl_cert_file = /usr/share/ssl/certs/cert.pem
ssl_key_file = /usr/share/ssl/private/pkey.pem
2011 Nov 22
2
"%d" does not expand to domain on wildcard search
Hi, I found that doing a wildcard search with doveadm doesn't expand the %d
global variable when doing a wildcard search like:
doveadm search *@domain ALL LARGER 10000k
doveadm(root): Error: User listing returned failure
doveadm: Error: Failed to iterate through some users
In /var/log/dovecot.log:
Nov 22 20:48:07 auth-worker: Debug: ldap: iterate: base=vd=%d,dc=domain
scope=subtree
2007 Oct 16
1
Errata: dovecot + ldap + virtual mailbox: building mail location path
Hi all again,
I've just realized that I did a bad cut&paste in my previous mail, then
I rewrite my request. I apologize.
I am trying to set up my dovecot configuration using LDAP and virtual
mailboxes. I succeeded in authenticating the users correctly with LDAP,
but have problems with referencing the correct mail location directory.
I manage several domains. The mailboxes are stored
2014 Dec 18
4
Awfully slow dovecot
Hi,
We?re using dovecot 1.0.7, which seems to be the latest version available on CentOS 5.
Downloading emails are dead slow. Really small emails goes quickly, but normal emails and emails with attachments are so slow to download it?s almost ridiculous. I?ve googled some and found that it could be related to quota, but I disabled the quota plugins on imap with no difference.
dovecot -n:
# 1.0.7:
2008 Dec 23
1
Dovecot-auth timeouts
Hello,
I've unfortunately been unable to find anything relating to the problem I'm having specifically, in searching the list or google, and so I now plead to you to assistance.
I'm running Dovecot as an LDA and SASL auth for Postfix on a Debian 4 box. Dovecot is version 1.0.rc15 (the official debian pkg version).
The problem I'm running into is this. After some time of
2014 Oct 27
1
dovecot ldap quota
First of all:
doveconf -n
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.7 ext4
auth_mechanisms = plain login
disable_plaintext_auth = no
mail_debug = yes
mail_gid = vmail
mail_location = maildir:/home/vmail/domains/%d/%n
mail_plugins = " quota"
mail_temp_dir = /var/tmp
mail_uid = vmail
managesieve_notify_capability = mailto
managesieve_sieve_capability =
2007 May 16
0
FW: problem in Authentication.
I have a setup with Cyrus Imap and SASL authentication. + Postfix I am
getting following error on maillog.
May 16 11:40:38 mail pop3[7641]: badlogin: [192.168.1.68] plaintext
matthew_sullivan SASL(-13): authentication failure: checkpass failed
May 16 11:40:38 mail pop3[7640]: badlogin: [192.168.1.69] plaintext duncan
SASL(-13): authentication failure: checkpass failed
May 16 11:52:04 mail
2007 Feb 26
2
Quota stored in LDAP
Hie folks,
Does anyone have any experiences using dovecot + per user quota + ldap?
I've configured my settings as this example:
# quotaStorage must be in the format mentioned above
# For example: dirsize:storage=10240
user_attrs = uid,homeDirectory,,,uidNumber,gidNumber,quotaStorage=quota
But, Dovecot isn't creating maildirsize file.
Any guesses?
PS: I've
2017 Jun 14
1
Joining a Windows Server 2008 / 2008 R2 DC to a Samba AD - ISSUE - The RPC server is unavailable
Hi Rowland,
*>> How did you configure Samba ?*
atca13 [/opt/samba/bin]# ./samba --show-build
Samba version: 4.5.0-HPE CIFS SERVER 4.5.0.0
Build environment:
Build host: HP-UX atca7 B.11.31 U ia64 3395706695 unlimited-user license
Paths:
BINDIR: /opt/samba/bin
SBINDIR: /opt/samba/bin
CONFIGFILE: /etc/opt/samba/smb.conf
NCALRPCDIR: /var/opt/samba/run/ncalrpc
LOGFILEBASE:
2007 Mar 28
0
Removing users maildir DOVECOT+LDAP
Hi all,
Does anyone have an idea how can I remove(delete) my virtual mail users'
maildir?
I have Dovecot + LDAP and I would like to do something like this: When I
remove an user entry in my ldap server, it should remove my user
directory information.
Does anyone has this implemented? Or have an idea?
I can remove users entry in my ldap server remotely, is there some way
in
2007 Apr 27
2
dovecot + ldap + quota
hi....
i using dovecot 1.0rc26 and i started to configure quota plugin but i think
its not working fine.
i configure like suggested in http://wiki.dovecot.org/Quota
in dovecot.conf:
protocol imap {
mail_plugins = quota imap_quota
}
plugin {
# 10 MB quota limit
quota = maildir:storage=10240
}
in dovecot-ldap.conf:
user_attrs =
2008 Sep 09
2
Failed to retrieve password from secrets.tdb with anonymous bind
Samba 3.2.1 on linux OpenFiler 2.3
I have an external LDAP server with anonymous bind and pam
ProFtpd linked to LDAP server works well without error
But samba does not work, in smbd.log I have:
[2008/09/09 22:01:54, 0] passdb/secrets.c:fetch_ldap_pw(888)
fetch_ldap_pw: neither ldap secret retrieved!
[2008/09/09 22:01:54, 0] lib/smbldap.c:smbldap_connect_system(952)
ldap_connect_system:
2018 Mar 06
3
Fwd: Migrating server
Hi Gruss,
Had to ditch the VM and start again. Here is the info:
tdbdump secrets.tdb |egrep -v '^data|^}|^{'
key(21) = "SECRETS/SID/mydomain"
key(18) = "SECRETS/SID/sam3dc"
key(42) = "SECRETS/LDAP_BIND_PW/cn=admin,dc=mydomain"
key(25) = "SECRETS/DOMGUID/mydomain"
key(42) = "SECRETS/MACHINE_SEC_CHANNEL_TYPE/mydomain"
key(42) =
2018 Mar 05
0
Fwd: Migrating server
Am Montag, 5. März 2018, 22:16:36 CET schrieb Rob Thoman:
> Hi Gruss,
>
> At this stage there is only one server, running 3.6.25 on Ubuntu12.04.
> The plan to get LDAP to work on this one. Then add the second server
> 4.x and the promote it to BDC and then demote this one. Just a side
> info, we didn't want to go tdbsam in both as I read it breaks the
> domain trust.
2008 Mar 06
2
Help with parsing a data file
Hi All,
I need to parse data from a file, example shown below. The first two lines
can be skipped, the third line contains the column names. The next 13 lines
can be skipped. The next line "1991" is a year value, with the following 13
values data for that year. The file then repeats this format with (year, 13
lines of data for that year). I would ideally like to end up with an
2016 Oct 12
0
Replacement pdc samba3 to samba4 nt classic
Am Mittwoch, 12. Oktober 2016 schrieben Sie:
> Thanks to your help, earned.
>
> 1. I reinstalled ldap
>
> 2. remove all entries except sambaDomainName
According to your logs, you have had three entries
> 2. smbldap-populate
>
> 3. /usr/local/sbin/smbldap-passwd -s root
>
> 4. net rpc join -S 127.0.0.1 -U root%secret
>
> 5. restore from a backup of users,
2011 May 09
0
[LLVMdev] wide memory accesses
On May 9, 2011, at 9:00 AM, Jonas Paulsson wrote:
> Hi,
>
> I am trying to take 16 bit memory reads and combine them to a single 32 bit read. I am having trouble to make the code simply read 32 bytes and the use the subregisters accordingly, without unnecessary copying.
>
> I have tried two techniques, in the MachineFunction:
>
> 1. replace the MachineOperands in the users