Displaying 20 results from an estimated 2000 matches similar to: "Postfix, mailbox_command, Dovecot deliver, LDAP and mail_location"
2015 Jan 30
1
LDAP: "unused" & "uid missing"
Does someone know what this means? It looks to me like it got the UID,
yet it complains ... ? Also, why does it complain about attributes being
unused, yet I use prefetch, so they will be used?!
Log:
[...]
dovecot: auth: Debug:
ldap(test at mydomain.tld,192.168.10.233,<Rl2CF+UNhgDAqArp>): result:
mailStorageDirectory=/var/vmail mailUidNumber=2110 mailGidNumber=2110
2009 Jan 13
3
postfix - dovecot - ldap
Hallo,
I want to run postfix - dovecot - openldap working together
The first problem is, that dovecot doesn't create the directories
/usr/local/mail/abcshop.at/bamm/Maildir
cur
new
tmp
although I can contact the Dovecot-Server
telnet localhost 143
OK ....
1 login bamm at abcshop.at secret
OK Logged in
/usr/local/mail/ is owned by virtual:virtual
If I uncomment the line
#mail_location =
2015 Jan 26
4
imap-login: Fatal: pipe() failed: Too many open files
Hi
I keep on getting errors and can't connect/login to Dovecot. I did my
research but unfortunately without success. It is for sure not ulimit
because ulimit is set to unlimited per default already. Still , it
complains about "Too many open files" but this is a test system and the
service dovecot and postfix have just been started. No one except me is
testing on this system.
2008 Jan 28
0
Howto set mail_location for system users over LDAP?
In parallel to /etc/passwd I do have my system users in LDAP. I want to store
their messages in /srv/mail/state-of-mind/<username>.
Dovecot has been configured to retrieve the extra field mail to override the
mail_location setting. I can see in the log it retrieves the correct
information as long as I run Dovecot deliver as Postfix service 'dovecot' as
shown in section "Virtual
2012 Oct 31
1
backtrace for non-existant %{ldap:attr} on login
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm fetching the user and auth data from LDAP, this is the string:
pass_attrs =
uid=user,userPassword=password,homeDirectory=userdb_home,mailUidNumber=userdb_uid,mailGidNumber=userdb_gid,mailLocationDovecot=userdb_mail,uid=userdb_user,=userdb_quota_rule=*:bytes=%{ldap:mailQuotaBytes},
2009 Aug 12
3
user_global_* ldap deliver
Searched archive, but failed to find... :-(
"deliver" does not honor user_global_* from dovecot-ldap.conf or userdb
static{}
also
it looks like delivery attempts being made to %n/Maildir/cur ??
one other curious thing, use of ${recipient} in master.cf|deliver
command causes the "passdb ldap" lookups to be completely ignored? only
checks passdb and ignores userdb compleletely?
2007 May 21
1
per user quota using LDAP entries
Hi List,
This is my first post to this list so please be gentle :-).
First of all, kudos to the developers of dovecot!
Im trying to implement quota, and I followed the instructions in the wiki.
My problem is the quota specified per user is not being honored, only the
global quota setting.
I do have an "quota = maildir:storage=204800" in the plugin area and enabled
quota in the
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
What is the OS?
On 01/25/15 18:50, Leander Sch?fer wrote:
> Hi
>
> I keep on getting errors and can't connect/login to Dovecot. I did my
> research but unfortunately without success. It is for sure not ulimit
> because ulimit is set to unlimited per default already. Still , it
> complains about "Too many open files" but this is a test system and
> the
2008 Jan 17
0
Out of the box: Thank you!
I've just enabled IMAP quota support on a LDAP userbase in about an hour.
In this hour I read the Dovecot documentation on quota support, extended the
customers LDAP schema, added a "mailQuota"-attribute and a value to all users,
enabled the plugin in dovecot.conf, added the attribute query in
dovecot-ldap.conf, reloaded the system and tested the functionality and ...
everything
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
I just checked my ulimit again and it really seems like it hhas more
than enough - so I still don't understand what I've configured wrong here ;/
root at WM-01 [~]$ su -m dovecot -c "ulimit -a"
socket buffer size (bytes, -b) unlimited
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) 33554432
file size (blocks, -f)
2007 Oct 30
1
mail_location and master_user rel 1.0.x
login me at mymail.net*theboss thebossespwd
this is a great piece of software, but it has some frustrating issues.
i have included my two configurations below, just FYI.
the one (older) system is 1.0rc7 on mandriva 2007.0 and postfix 2.3.3
and amavisd and spamassassin and using a maildir configuration
the newer system is 1.0.5 (soon to be 7) on mandriva 2008.0 and postfix
2.4.5 amavisd and
2009 Oct 15
3
Per User Quotas
Hi All
I have not been able to get per user quotas going. A general quota
works fine. My LDAP server is windows 2000.
Here is my config
mail# dovecot -n
# 1.1.3: /usr/local/etc/dovecot.conf
log_path: /var/log/dovecot.log
protocols: imaps pop3s lda managesieve
listen(default): *
listen(imap): *
listen(pop3): *
listen(managesieve): *:2000
ssl_cert_file: /usr/local/etc/dovecot/ssl/certs/dovecot.pem
2007 Sep 26
1
deliver net_connect auth-master failed: Permission denied
Ok, I've ALMOST got this working ... I can run deliver as a user, but when
I try using it as the default delivery agent from sendmail, I get
deliver(userid): net_connect(/var/run/dovecot/auth-master) failed: Permission denied
Does deliver run as root, as the recipient's ID, sendmail's ID or
sendmail's GID? (I'm running freebsd)
Or am I totally clueless ??
Here is dovecot
2007 Aug 31
0
Calculate Index size for harddisk sizing
I need to get a hand on the 'usual size of an index' to do some hard disk
sizing. Is that possible at all? I know their size depends a lot on what the
clients index.
Those clients will mostly be Outlook and Thunderbird and they will be doing
more POP than IMAP if that helps to bring it down to some estimation.
TIA,
p at rick
--
state of mind
Agentur f?r Kommunikation, Design und
2007 Jul 30
2
IMAP-Proxy and LDAP?
I am doing some research on Dovecots IMAP-Proxy features mentioned in
<http://wiki.dovecot.org/HowTo/ImapProxy> and
<http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy>.
The docs only mention SQL as backend to hold required data. Is it also
possible to use LDAP?
TIA,
p at rick
--
state of mind
Agentur f?r Kommunikation, Design und Softwareentwicklung
Patrick Koetter
2008 Nov 28
1
Konica Printer: Scan to File (Samba SMB share) fails
I am trying to let a Konica-Minolta Copy-Scanner-Printer store scanned stuff
to a file.
It works at once, if I let it send the file to a SMB share provided by a W2K
workstation that is part of a (Samba) domain.
It doesn't work, if I want it to store the messages on a share provided by the
Samba server.
So far I have verified that the user the scanner runs under is allowed to
mount the share
2008 Mar 09
2
Setting individual SSL/TLS settings with OpenLDAP
I am using OpenLDAP to read Dovecot User settings and want to use TLS for
user_attrs and pass_attrs queries.
So I set "tls = yes" and it kept failing until I told the OpenLDAP ldap client
in /etc/ldap/ldap.conf where the CA certificate can be found.
So far so good. Now just in case... could I tell dovecot to read the OpenLDAP
client settings from a non default configuration file e.g.
2007 Nov 26
1
Dovecots Deliver being to verbose
Hi,
I've got dovecot 1.0rc15 running on a Debian etch box toegether with deliver and exim4 backend by a mysql userdb.
Everythin is working fine, except that deliver is much to verbose. It prints lots of information, including the password, for every mail delivered to the syslog.
The problem here is that I don't wan't the password to be printed to a log somewhere.
How can I turn this
2009 Mar 13
4
How can i override mail_location?
Hi, all.
I use dovecot-1.1.11 with OpenLDAP backend. but i found the
mail_location is not correct. How can i override mail_location setting
in dovecot.conf?
LDAP user data and dovecot config are attached below. in dovecot config,
mail_location is:
----
mail_location = maildir:/%Lh/%Ld/%Ln/:INDEX=/%Lh/%Ld/%Ln/
----
but the correct maildir should be 'homeDirectory' +
2009 Aug 14
3
can't deliver with Kerberos username
I've been trying to use Kerberos and PLAIN text file for authentication.
I've setup deliver in postfix master.cf and make sure correct username
are expanded but deliver is always told me "user unknown".
I can logon into mailbox using Kerberos w/o problems and can send
emails. Looks like Dovecot lookup up passwd files and not finding users
which are in Kerberos realm.
#