Displaying 2 results from an estimated 2 matches for "maildeliv".
Did you mean:
maildeliver
2012 Aug 23
3
Dovecot generate file when over quota detected
Hi,
I am curious if Dovecot can add an empty file into a Maildir folder as
soon as a mailbox has exceeded 100% capacity, and later when it detects
the quota has fallen below 100% unlink the file. The idea is the Dovecot
LDA would deliver the message and if this caused the mailbox to reach
100%+, add a file into the maibox say "username/Maildir/overquota".
Interactions via Dovecot
2008 Nov 21
1
userdb, Dovecot LDA not using mail_location config properly?
...cot-ldap-example.conf
args = /etc/dovecot/dovecot-ldap.conf_userdb (symlink do dovecot-ldap.conf)
}
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = maildeliver
group = mail
}
}
}
--- dovecot-ldap.conf
Q1: auth_bind_userdn (commented since it would avoid the use of passdb and userdb, right?)
# auth_bind_userdn = ...
# userdb
user_filter = (&(objectclass=postfixuser)(mail=%u))
user_attrs = uid=user
#...