Displaying 10 results from an estimated 10 matches for "result_format".
2013 Mar 07
3
When dovecot delivery, nested maildir (<user>/maildir/maildir) is "auto"created
Scenario: Sogo/Mysql+Postfix+Dovecot(only IMAP)+LDAP (Active Directory)
To make clean the understand of my issue I've performed those step
go to /var/vmail/utente2 and perform in this directory "rm -rf *"
After I send email to utente2 via "telenet localhost 25"
I return to /var/vmail/utente2 and perform "ls -la" that shows me:
maildir
|-maildir
|-cur
2010 Feb 13
2
Dovecot+Postfix+Maildir with ActiveDirectory userbase
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
has anyone implemented a mail server with maildir, Postfix and Dovecot using
Active Directory ad userbase and password authentication?
Do I need Samba to authenticate users?
Can I use credential caching just like mysql?
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
This morning at breakfast, I noticed that Kellogg's have put a helpline
number
2007 May 17
9
LDAP for Virtual Domains
Is anyone using LDAP along with Dovecot where mail is being accessed
in the form of /var/vmail/${domain}/${user}? I have not figured out
how to extract the domain from LDAP in order to make this work. I
know this is sparse information but maybe there is an easy fix. If
not, I can post more information.
Bryan
2011 Aug 04
0
dovecot + postfix + kerberos + AD - Multiple mailboxes ???
...AD
(mail, othermailbox).
*ldap-users.cf:*
server_host = srv-ad.cn.energy
search_base = dc=cn,dc=energy
version = 3
bind = yes
bind_dn = admin
bind_pw = passwd
chase_referrals = no
scope = sub
query_filter =
(&(objectclass=person)(|(mail=%s))(!(userAccountControl=514)))
result_attribute = mail
result_format = %s/
*ldap-users_oblr.cf:*
server_host = srv-ad.cn.energy
search_base = dc=cn,dc=energy
version = 3
bind = yes
bind_dn = admin
bind_pw = passwd
chase_referrals = no
scope = sub
query_filter =
(&(objectclass=person)(|(otherMailbox=%s))(!(userAccountControl=514)))
result_attribute = otherMailbo...
2020 Mar 01
0
dovecot-lmtp dont see otherMailbox record?
...n Query from command line works fine: postmap -q test at example-domain ldap://etc/postfix/ad_virtual_ account_test/Maildir/ (The filter in the query ad_virtual_mailbox_maps2.cf looks like this: [cut] scope = sub query_filter = (&(objectclass=person)(|(mail= result_attribute= uid result_format = %u/Maildir/ ) However, sending an email to the alias test at example-domain ends: Feb 28 12:31:40 mbox-01 postfix/lmtp[13474]: 2367A6EF: to=<test at example-domain>, relay=mbox-01[private/dovecot- delay=0.05, delays=0.02/0/0.02, dsn=5.1.1, status=bounced (host mbox-01[private/...
2010 Jun 30
1
Dovecot LDA/LDAP
...DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f
${sender} -d ${recipient}
/etc/postfix/domains.cf
domain.com
/etc/postfix/ldap-users.cf
server_host = host.domain.com
search_base = dc=domain,dc=com
version = 3
query_filter = (&(objectclass=person)(mail=%s))
result_attribute = uid
result_format = %s/Maildir/
I've used http://www.linuxmail.info as an example. That works fine, but
I want more.
2010 Jul 18
2
Unable to get Dovecot LDA/deliver working
..._maps = static:500
dovecot_destination_recipient_limit = 1
#virtual_transport = dovecot ## Commented out to deliver by Postfix
/etc/postfix/ldap-users.cf
server_host = localhost
search_base = dc=domain,dc=com
version = 3
query_filter = (&(objectclass=mailUser)(mail=%s))
result_attribute = uid
result_format = %s/Maildir/
/etc/postfix/ldap-groups.cf
server_host = localhost
search_base = dc=domain,dc=com
version = 3
query_filter = (&(objectclass=mailGroup)(mail=%s))
leaf_result_attribute = mail
special_result_attribute = member
/etc/postfix/master.cf
dovecot unix - n n -...
2013 Mar 14
8
Question regarding Postfix and Dovecot
...3:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_va_maps.cf: password = hidden
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_va_maps.cf: dbname = mail
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_va_maps.cf: result_format = %s
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_int: /etc/postfix/
mysql_va_maps.cf: expansion_limit = 0
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_va_maps.cf: query = <NULL>
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/p...
2018 Feb 06
2
LDAP userdb and dovecot LDA/LMTP - different requirements
Hi,
I want to use Dovecot LDA (or rather LMTP) use as local deliver with
Postfix MTA. Users are in LDAP DB with structure as:
dn: cn=username, ou=rank, o=myorg
cn: username
objectClass: Person
gidNumber: uNNN
uidNumber: gNNN
userPassword: (somehow hashed, can only bind verification)
homeDirectory: /Home/$rank/$username
mailActive: 0/1
mail: usera at OneDomain
mail: userb at
2016 Aug 31
2
dovecot and ldap with problem on userdb
Hi,
I have setup a new ubuntu on 16.04..
I have already a running system on 14.04 but wanted to migrate.
I get an error when checking user in ldap.
+++
Aug 31 18:14:16 auth: Error: ldap_bind
Aug 31 18:14:16 auth: Error: ldap_simple_bind
Aug 31 18:14:16 auth: Error: ldap_sasl_bind
Aug 31 18:14:16 auth: Error: ldap_send_initial_request
Aug 31 18:14:16 auth: Error: ldap_new_connection 1 1 0
Aug 31