[Dovecot] question mailbox format
i set mail_location = mbox:/var/spool/mail/%u and protocols = pop3s pop3 why he trys to create and use imap format?`
in log are May 25 18:52:25 mail dovecot: pop3-login: Login: user=<richard>, method=PLAIN, rip=80.xx.xx.xx, lip=xx.xx.24.29, TLS May 25 18:52:26 mail dovecot: POP3(richard): open(/var/spool/mail/richard/inbo x, O_CREAT) failed: Not a directory May 25 18:52:26 mail dovecot: POP3(richard): mkdir_parents(/var/spool/mail/richard/.imap/INBOX) failed: Not a directory May 25 18:52:26 mail dovecot: POP3(richard): stat() failed with mbox file /var/ spool/mail/richard/inbox: Not a directory May 25 18:52:26 mail dovecot: POP3(richard): Couldn't init INBOX: Internal erro r occurred. Refer to server log for more information. [2007-05-25 18:52:25] May 25 18:52:26 mail dovecot: POP3(richard): Mailbox init failed top=0/0, retr= 0/0, del=0/0, size=0
friendly regards and thx
hello and thx
a.) Linux b.) Redhat (Version unknown) c.) protocols: pops pop3s ssl_listen: *:995 ssl_cert_file: /etc/mail/certs/wildcard/cert.pem ssl_key_file: /etc/mail/certs/wildcard/nopass.key disable_plaintext_auth: no login_dir: /usr/local/var/run/dovecot/login login_executable: /usr/local/libexec/dovecot/pop3-login mail_location: mbox:/var/spool/mail/%u mail_executable: /usr/local/libexec/dovecot/pop3 mail_plugin_dir: /usr/local/lib/dovecot/pop3 pop3_uidl_format: %08Xu%08Xv auth default: passdb: driver: shadow args: /etc/shadow userdb: driver: passwd
----- Original Message ----- From: "Charles Marcus" <CMarcus@Media-Brokers.com> To: <dovecot@dovecot.org> Sent: Friday, May 25, 2007 8:16 PM Subject: Re: [Dovecot] question mailbox format
sc2@gmx.at wrote:
i set mail_location = mbox:/var/spool/mail/%u and protocols = pop3s pop3 why he trys to create and use imap format?`
Platform? OS Version? Dovecot version? Dovecot -n output?
--
Best regards,
Charles
Please don't top-post...
i set mail_location = mbox:/var/spool/mail/%u and protocols = pop3s pop3 why he trys to create and use imap format?`
Platform? OS Version? Dovecot version? Dovecot -n output?
hello and thx
a.) Linux b.) Redhat (Version unknown)
? You seriously don't know what version of the platform (Redhat) you are running on? What about (at least) the linux kernel?
What about dovecot version?
Is the below your *entire* output of dovecot -n?
Lastly - what is happening that makes you think that dovecot 'tries to create and use imap'?
For example: log output?
Sorry, not trying to be difficult, but you're really not providing enough information for anyone here to be able to help you...
sc2@gmx.at wrote:
i set mail_location = mbox:/var/spool/mail/%u and protocols = pop3s pop3 why he trys to create and use imap format?`
Your Dovecot is trying to make index files. Index files are also
used by pop3 for better performance.
And your mail_location configuration seems incorrect. The path after
"mbox:" is where to create imap mailboxes and Dovecot's index files. Proper position for "/var/spool/mail/%u" is after "INBOX=" keyword.
For further information, read this.
http://wiki.dovecot.org/MailLocation
-- // -------------------------------------------------------------- // MAEDA, Go <maeda-g@secom-sanin.co.jp>
hello ok now it works but i still get errors, so i can login, and i get my emails but in log is this error (looks like he just trys to mkdir for imap) can i turn of imap use? i try it with INDEX, option too but same error.
mail dovecot: pop3-login: Login: user=<richard>, method=PLAIN, rip=80.108.xxx.xxx, lip=xx.xxx.xx.xx, TLS May 26 11:04:31 mail dovecot: POP3(richard): mkdir_parents(/var/spool/mail/indexes/richard/.imap/INBOX) failed: Permission denied e, he just trys to mkdir for imap) can i turn of imap use?
regards
----- Original Message ----- From: "MAEDA, Go" <maeda-g@secom-sanin.co.jp> To: "Dovecot Mailing List" <dovecot@dovecot.org> Sent: Saturday, May 26, 2007 10:57 AM Subject: Re: [Dovecot] question mailbox format
sc2@gmx.at wrote:
i set mail_location = mbox:/var/spool/mail/%u and protocols = pop3s pop3 why he trys to create and use imap format?`
Your Dovecot is trying to make index files. Index files are also used by pop3 for better performance.
And your mail_location configuration seems incorrect. The path after "mbox:" is where to create imap mailboxes and Dovecot's index files. Proper position for "/var/spool/mail/%u" is after "INBOX=" keyword.
For further information, read this.
http://wiki.dovecot.org/MailLocation
-- // -------------------------------------------------------------- // MAEDA, Go <maeda-g@secom-sanin.co.jp>
participants (3)
-
Charles Marcus
-
MAEDA, Go
-
sc2@gmx.at