Re: [Dovecot] Mail being delivered to mbox instead of Maildir

2008-09-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Sep 2008, Sean Smitz wrote: Sep 16 15:09:00 mailserv1 sendmail[20848]: m8GJ90bl020846: SMTP outgoing connect on mailserv1.fla.fujitsu.com Sep 16 15:09:06 mailserv1 sendmail[20848]: m8GJ90bl020846: to=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL

Re: [Dovecot] Mail being delivered to mbox instead of Maildir

2008-09-17 Thread Sean Smitz
Date: Wed, 17 Sep 2008 12:41:31 -0400 From: Charles Marcus <[EMAIL PROTECTED]> Subject: Re: [Dovecot] Mail being delivered to mbox instead of Maildir To: Dovecot Mailing List Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 On 9/17/2008, Sean S

Re: [Dovecot] Mail being delivered to mbox instead of Maildir

2008-09-17 Thread Timo Sirainen
On Sep 17, 2008, at 5:22 PM, Sean Smitz wrote: I thought I had Dovecot configured to use Maildir instead of mbox, but apparently it is still using mbox. Excerpt from dovecot.conf: mail_location = maildir:~/Maildir Excerpt from sendmail.mc: MAILER(dovecot)dnl You sure sendmail is really ca

Re: [Dovecot] Mail being delivered to mbox instead of Maildir

2008-09-17 Thread Charles Marcus
On 9/17/2008, Sean Smitz ([EMAIL PROTECTED]) wrote: > mail_location: maildir:~/Maildir Maybe it is case sensitive... Try: mail_location: Maildir:~/Maildir -- Best regards, Charles

Re: [Dovecot] Mail being delivered to mbox instead of Maildir

2008-09-17 Thread Sean Smitz
Output of dovecot -n: # 1.0.7: /etc/dovecot.conf protocols: imaps ssl_cert_file: /etc/pki/dovecot/certs/mailserv1.cer ssl_key_file: /etc/pki/dovecot/private/mailserv1.pem login_dir: /var/run/dovecot/login login_executable: /usr/libexec/dovecot/imap-login mail_access_groups: mail mail_location: mai

Re: [Dovecot] Mail being delivered to mbox instead of Maildir

2008-09-17 Thread Charles Marcus
On 9/17/2008, Sean Smitz ([EMAIL PROTECTED]) wrote: > Excerpt from dovecot.conf: > mail_location = maildir:~/Maildir Post output of dovecot -n, not exceprts from the config file... Sometimes what you think it is using is not what it is using... -- Best regards, Charles