Displaying 2 results from an estimated 2 matches for "pcserwis".
2007 Jun 15
5
Looking for plugin docs
Hello all,
I had gone through the wiki, but could not find any page about writing
new plugins. Any pointers towards plugin api/docs will be very
helpful.
with warm regards,
raj
2007 May 05
2
ldap and digest-md5 problem
...valid_gid = 2000
last_valid_uid = 2000
maildir_copy_with_hardlinks = yes
disable_plaintext_auth = yes
protocol imap {
imap_client_workarounds = outlook-idle
}
protocol lda {
postmaster_address = postmaster at domain.com
hostname = domain.com
mail_plugins = cmusieve
}
auth_default_realm = pcserwis.net
auth_username_format = %Lu
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = no
auth default {
mechanisms = plain login cram-md5 digest-md5
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb static {
args = uid=2000 gid=2000 home=/var/mail/%d/%n
}
sock...