Displaying 1 result from an estimated 1 matches for "refcont".
Did you mean:
refcount
2007 May 10
2
Changes in authentication's???
...2 scat dovecot: IMAP(test): mbox: INBOX defaulted to
/tmp/email/mbox/s/test/inbox
May 10 02:56:02 scat dovecot: IMAP(test): mbox: root=/tmp/email/mbox/s/test,
index=/tmp/email/mbox/s/test, inbox=/tmp/email/mbox/s/test/inbox
I generate passwd using next script:
etc_path = /usr/local/www/data/Email/RefCont/etc
pwd_mkdb -d ${etc_path} ${etc_path}master.passwd
pw useradd -V ${etc_path} -n $1 -g mailusers -s /tmp/email/bin/nonexistance
echo "$2" | pw usermod -V ${etc_path} -n $1 -h 0
My config:
# /usr/local/etc/dovecot.conf
protocols: imap pop3
listen(default): *:10143
listen(imap): *:10143...