Displaying 20 results from an estimated 34 matches for "mailaddress".
Did you mean:
emailaddress
2015 Jan 22
1
Postfix Dovecot LDAP setup
...=People
===> uid=User-1
====> ou=mail
===> uid=User-2
====> ou=mail
... and so on ...
Within ou=mail should be the individual mail account(s) information of a
user. So in the end I want to add a(nother) mail account by something
like this:
cat << EOF > ./newUser.ldif
dn:
mailAddress=Test at Domain.TLD,ou=mail,uid=User-1,ou=people,dc=MyDomain,dc=TLD
objectclass: top
objectclass: mailAccount
mailAddress: Test at Domain.TLD
MailPassword: {SSHA}SomePassword
MailAccountStatus: active
[...]
EOF
Therefore I setup a LDAP schema like the following, but it seems to
ignore the attrib...
2016 Dec 29
1
dovecot-ldap.conf.ext for FreeIPA usage
Hello,
I'm figuring out how to auth users against FreeIPA and I wonder if
someone did this without GSAPI.
My users are stored in a mysql DB where I wonder what I shall use as
authname, the username or the mailaddress. As the mailaddress is
always unique it could be best but if a user has multiple
mailaddresses under seperate domains username might be better.
Any clue here and maybe an example for dovecot-ldap.conf.ext when
using FreeIPA ?
Thanks!
Matt
2012 Apr 04
2
Modifying LDAP search results for user_attrs
I need to authenticate users via LDAP either by mailaddress or login name.
In both cases the mailbox location is /src/mail/%d/%n. I can easily deduct
that path from the mailaddress, but not so from the login name.
Can I get the mail address as part of fetching user_attrs and modify it on the
fly? Something along the lines of this:
user_attrs = mail:/srv/m...
2010 Jan 14
2
Fail to handle . and - in mailaddresses
Hi,
I seem to have run into a bug. Dot and dash is allowed chars in mail
addresses, so a ...---...@ should work. Filtered out domainname and IP's
for security reasons. And yes this works with MDaemon as example.
Setup is postfix using Dovecot for deliver.
Version: 1.2.9
OS: Linux ADM64 (Ubuntu 8.04LTS)
Tried to deliver mail to rfc compliant mail address ...---... at domain.
# 1.2.9:
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all,
As per Jelmer's request - in response to bug #7455 attached diff file.
Please let me know what you think and if any modificationes need to be
performed
Regards
Luk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newusergroupadv.diff
URL:
2015 Jan 22
0
Postfix Dovecot LDAP setup
...=People
===> uid=User-1
====> ou=mail
===> uid=User-2
====> ou=mail
... and so on ...
Within ou=mail should be the individual mail account(s) information of a
user. So in the end I want to add a(nother) mail account by something
like this:
cat << EOF > ./newUser.ldif
dn:
mailAddress=Test at Domain.TLD,ou=mail,uid=User-1,ou=people,dc=MyDomain,dc=TLD
objectclass: top
objectclass: mailAccount
mailAddress: Test at Domain.TLD
noMailPassword: {SSHA}SomePassword
noMailAccountStatus: active
[...]
EOF
Therefore I setup a LDAP schema like the following, but it seems to
ignore the at...
2014 Feb 07
3
lda+ldap multiple users
Hi list and timo,
I use dovecot lda with ldap to do a email => user lookup.
I experienced that if a Mailaddress matches several users the delivery
is aborted.
----------------
dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search
returned multiple entries
dovecot: auth: ldap(christian.test at securepoint.de): unknown user
dovecot: lda: Error: user christian.test at securepoint.de: Auth...
2004 Dec 31
4
PLAIN-MD5 passwords?
...I found out that {CRYPT} doesn't support passwords longer than 8
characters, I decided to switch over to MD5 for user passwords in my LDAP
database. However, while I have no problem with Postfix + SASL, Dovecot fails
to authenticate.
Relevant bits from /etc/dovecot-ldap.conf:
user_attrs = mailAddress,,,,,
# The search string is identical to what's found in /etc/saslauthd.conf:
user_filter = (&(|(uid=%u)(mailAddress=%u))(status=active))
pass_attrs = mailAddress,userPassword
pass_filter = (&(|(uid=%u)(mailAddress=%u))(status=active))
default_pass_scheme = PLAIN-MD5
When I try to conn...
2015 Apr 17
1
userdb username changed
...ecot: auth-worker(27661): Debug:
sql(ppp at example.net): SELECT at.userid AS user, at.home AS home,
at.uid AS uid, at.gid AS gid, concat('*:storage=', at.quotabytes,
'b:messages=', at.quotamessages) AS quota_rule FROM auth at INNER JOIN
mailaddr mt ON at.userid = mt.userid WHERE mt.mailaddress =
'ppp at example.net' OR at.userid = 'ppp at example.net'
Apr 17 09:27:34 imap21 dovecot: auth-worker(27661): Debug:
sql(ppp at example.net): username changed ppp at example.net -> uppp
Apr 17 09:27:34 imap21 dovecot: auth: Debug: userdb out:
USER#0111#011ppp at example.net#011h...
2015 Jan 26
4
imap-login: Fatal: pipe() failed: Too many open files
...bug_level = -1
auth_bind = yes
ldap_version = 3
base = ou=accounts,ou=mail,dc=MyDomain,dc=TLD
scope = subtree
user_attrs = mailStorageDirectory=home, mailUidNumber=uid,
mailGidNumber=gid, mailQuotaSize=quota_rule=*:bytes=%$,
mailQuotaCount=quota_rule2
user_filter = (&(objectClass=mailAccount)(mailAddress=%u))
pass_attrs = mailAddress=user,mailPassword=password
pass_filter =
(&(objectClass=mailAccount)(mailAccountStatus=active)(mailAddress=%u))
default_pass_scheme = SSHA
2009 Nov 24
2
Problem using LDAP generating Userhome
Hi there,
I'm trying to let dovecot generate the userhome directory dynamicly via
user_attr.
If "uid" is returned from LDAP before "mail" everything is fine, but if
"mail" is delivered
before "uid" the localpart of the mailaddress is used in home path.
e.g.:
Mail: testuser at domain.de
UID : test123
sometimes home is /mail/store/testuser and sometimes /mail/store/test123
depending
on the order the ldap server replies.
I'm currently using version 1.2.7 of dovecot in testing and 1.1.6 in
production. Both have
the same...
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 14 Feb 2014, matthias lay wrote:
> On 02/14/2014 08:27 AM, Steffen Kaiser wrote:
>> On Fri, 7 Feb 2014, matthias lay wrote:
>>
>>> I experienced that if a Mailaddress matches several users the delivery is
>>> aborted.
>>>
>>> ----------------
>>> dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search
>>> returned multiple entries
>>> dovecot: auth: ldap(christian.test at securepoint.de):...
2020 Aug 12
0
auth debug log entry incorrect
Hello,
just want to report a slightly confusing log entry on auth-debug level I have encountered while setting up Kerberos auth.
Users are stored in ldap, Kerberos makes use of the same ldap as its backend, goal was to enable users to use their principals in addition to simple login with mailAddress/userPassword combination.
Sample entry relevant attrs:
---
mailAddress: sn.gn at example.com
mailDeliveryAddress: 123456 at example.com
uid: u123456
krbPrincipalName: u123456 at REALM
krbPrincipalName: user123456 at REALM
krbPrincipalName: alias at REALM
---
with
pass_attrs = =user=%{ldap:mailDel...
2014 Aug 11
1
Frequent error: unknown namespace Trash
Hello to all of you! ;-)
My first post on this list. I frequently get this error in dovecot.log
every time a user logs in and out:
=============================
imap(mailaddress): Error: quota: Unknown namespace: Trash
=============================
When I change my conf.d/90-quota.conf from "Trash" to ".Trash" (as this is
the imap/maildir folder name, the error stays the same, but with the
".Trash" in dovecot.log
This is what my 90-quoato.co...
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
...ldap_version = 3
> base = ou=accounts,ou=mail,dc=MyDomain,dc=TLD
> scope = subtree
> user_attrs = mailStorageDirectory=home, mailUidNumber=uid,
> mailGidNumber=gid, mailQuotaSize=quota_rule=*:bytes=%$,
> mailQuotaCount=quota_rule2
> user_filter = (&(objectClass=mailAccount)(mailAddress=%u))
> pass_attrs = mailAddress=user,mailPassword=password
> pass_filter =
> (&(objectClass=mailAccount)(mailAccountStatus=active)(mailAddress=%u))
> default_pass_scheme = SSHA
2013 Jan 26
2
[PATCH] Various website edits
...http://www.icer.nl/misc_stuff/0001-Remove-Russian-part-of-the-website.patch.gz
http://www.icer.nl/misc_stuff/0003-Updates-links-downloads-and-usage-pages.patch.gz
I hope you like the patches :)
Furthermore, I would like to suggest
1) replace all mailto-links which point to Josh' sourceforge
mailaddress. We might want to point to one of the mailing lists?
2) instead of the self-installing FLAC Frontend package that is now
listed under the 'official Windows downloads' (and which is broken), we
might advertise http://www.xiph.org/dshow/ as 'official', as it packs a
directshow FLAC...
2010 Jan 22
1
ldap login with userid
hi..
Dovecot Version 1.2.9
im trying to login to dovecot with my ldap uid.
currently im using:
user_attrs = homeDirectory=home,uid=mail=maildir:/mail/%$
user_filter = (&(objectClass=gosaMailAccount)(|(mail=%u)(gosaMailAlternateAddress=%u)))
to match the mailaddress and deliver the mail to the users homdir
(/mail/uid_of_the_user)
But i cant login to dovecot:
pass_attrs = uid=user,userPassword=password
pass_filter = (&(objectClass=gosaMailAccount)(uid=%u))
the Log:
Jan 22 17:21:51 testimap dovecot: auth(default): client in:
AUTH 1 PLAIN service=imap secur...
2014 Mar 06
1
no sieve with lmtp_save_to_detail_mailbox=yes
...ed to store
into mailbox 'test2': Mailbox doesn't exist: test2.
I think this is the reason why no sieve script is executed, but why is
sieve here involved?
Is there any relation between lmtp_save_to_detail_mailbox=yes and sieve
or is this a bug?
The same sieve file works with the same mailaddress without
mailextension, so the sieve script is not the reason for the failure.
I am using dovecot version 2.2.12
Dennis Kuhn
--
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin
http://www.heinlein-support.de
Tel: 030 / 405051-57
Fax: 030 / 405051-19
Zwangsangaben lt. ?35a GmbHG:
HRB 9...
2015 Jan 26
0
imap-login: Fatal: pipe() failed: Too many open files
...ldap_version = 3
> base = ou=accounts,ou=mail,dc=MyDomain,dc=TLD
> scope = subtree
> user_attrs = mailStorageDirectory=home, mailUidNumber=uid,
> mailGidNumber=gid, mailQuotaSize=quota_rule=*:bytes=%$,
> mailQuotaCount=quota_rule2
> user_filter = (&(objectClass=mailAccount)(mailAddress=%u))
> pass_attrs = mailAddress=user,mailPassword=password
> pass_filter =
> (&(objectClass=mailAccount)(mailAccountStatus=active)(mailAddress=%u))
> default_pass_scheme = SSHA
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 7 Feb 2014, matthias lay wrote:
> I experienced that if a Mailaddress matches several users the delivery is
> aborted.
>
> ----------------
> dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search
> returned multiple entries
> dovecot: auth: ldap(christian.test at securepoint.de): unknown user
> dovecot: lda: Error: user chri...