Displaying 3 results from an estimated 3 matches for "mailconfig".
2009 Sep 30
3
Some issues in Dovecot 1.2.5 after upgrade from 1.0.15
...~%u/mail/
> hidden: yes
> list: no
> subscriptions: yes
> lda:
> postmaster_address: postmaster at example.com
> auth default:
> mechanisms: plain login
> username_format: %Lu
> verbose: yes
> passdb:
> driver: passwd-file
> args: /export/mailconfig/%Ju/%u/migrating
> deny: yes
> passdb:
> driver: passwd-file
> args: /export/mailconfig/%Ju/%u/proxy.%Ls
> passdb:
> driver: ldap
> args: /opt/RDGdovect/etc/dovecot-ldap.conf
> userdb:
> driver: passwd-file
> args: /opt/RDGdovect/etc/u...
2009 Jul 14
2
Index cache file problems in Dovecot 1.2.0
I've been seeing lots of index cache file errors (using mbox on Solaris
8 sparc 64-bit, but with 32-bit Dovecot) since I switched my account to
Dovecot 1.2.0 (we're still on 1.0.15 mostly, but I'm hoping to upgrade
to 1.1.17+ this summer, or 1.2.x if it's stable enough).
e.g.
Error: Corrupted index cache file
<path>/.imap/INBOX/dovecot.index.cache: field index too large (47
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...\\phsserver\pupils"
$userid = @USERID
;$pupil = SubStr($userid, 4, 1)
;If $pupil = "-"
If InGroup("PHS Pupils") And Not InGroup("PHS Staff")
; Pupils have mandatory profiles, and need their mail configured
Use x: "\\phsserver\PupApp"
Gosub "mailconfig"
Gosub "mydocsconfig"
EndIf
If InGroup("CSSG Pupils")
Use k: "\\phsserver\CSSGshare"
Use t: "\\phsserver\CSSGprojects"
Use u: "\\phsserver\CSSG"
EndIf
If InGroup("Technology Pupils")
Use j: "\\phsserver\techno...