Displaying 3 results from an estimated 3 matches for "mcmani".
Did you mean:
mcmanis
2010 Jun 17
2
Ok, I've given up
Sigh,
In the interest of moving forward on this project I've given up trying to
get Dovecot to support mailboxes, rather I've tweaked around in qmail and
had it deliver into a mail directory on a disk, that isn't NFS mounted. That
got me past the various locking complaints and "operation not supported" on
home directories that were mounted from the NetApp filer.
Going as
2010 Jun 16
1
New admin, not much success
...private/dovecot.pem
userdb {
driver = passwd
}
-----------------------------------------------------------------------
A typical failure looks like this in maillog:
Jun 15 22:19:20 eeebox dovecot: master: Dovecot v2.0.beta6 starting up
Jun 15 22:20:29 eeebox dovecot: pop3-login: Login: user=<cmcmanis>,
method=PLAIN, rip=66.125.189.27, lip=66.125.189.30, mpid=78871, TLS
Jun 15 22:20:29 eeebox dovecot: pop3(cmcmanis): Error: Opening INBOX failed:
Mailbox isn't selectable
Jun 15 22:20:29 eeebox dovecot: pop3(cmcmanis): Error: Couldn't open INBOX:
Mailbox isn't selectable
Jun 15 22:...
2010 Jun 17
0
Ok with a bit more wiki reading ...
So if I want to run dovecot from tcpserver it seems like I can simply run
`pop3-login --ssl` from tcpserver (its sort of like running it from inetd)
and it says it will 'talk to dovecot'. Can I disable all listeners in
dovecot then? Will is still talk to it? Trying some experiments now ...
--Chuck