[Bug 892283] New: Dovecot doesn't use ~/mail directory
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c0 Summary: Dovecot doesn't use ~/mail directory Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: james.knott@rogers.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=602603) --> (http://bugzilla.novell.com/attachment.cgi?id=602603) dovecot.conf User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 I have recently tried installing dovecot, but for some reason, it insists on using the user home directory, instead of ~/mail. This results in all the files & directories (including hidden) in the user's directory appear in the mail client. I have installed dovecot several times before, but never experienced this problem. I have attached the dovecot.conf file: Reproducible: Always Steps to Reproduce: 1.Install openSUSE 13.1 2.Install & configure dovecot 3.Try connecting an email client to dovecot server Actual Results: Email app shows contents of user's home directory, rather than ~/mail Expected Results: Email should be showing the contents of the ~/mail directory This had worked properly with 13.1 earlier. But after installing last week, I cannot get this to work properly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c1 --- Comment #1 from James Knott <james.knott@rogers.com> 2014-08-19 12:20:55 UTC --- I have been able to get this partially working, but still not their yet. While I now have a functioning dovecot server in the correct directory, it's not picking up the incoming mail. Fetchmail gets the mail and it is readable with the mail command, but dovecot doesn't see it. What changed recently that caused all these problems to appear in something that worked well for years? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com, | |mrueckert@suse.com AssignedTo|bnc-team-screening@forge.pr |alexandre@exatati.com.br |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c2 Marcus Rückert <mrueckert@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |james.knott@rogers.com --- Comment #2 from Marcus Rückert <mrueckert@suse.com> 2014-08-25 09:59:22 UTC --- 1. your attached config is not really helpful. all the included files are missing. the output of "doveconf -n" is what we need from you. 2. this smells more like a misconfiguration. 3. rpm -qa --qf "%{DISTURL}\n" "dovecot*" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c3 --- Comment #3 from James Knott <james.knott@rogers.com> 2014-08-26 01:05:07 UTC --- doveconf -n # 2.1.17: /etc/dovecot/dovecot.conf # OS: Linux 3.11.10-21-desktop x86_64 openSUSE 13.1 (x86_64) mail_privileged_group = mail managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave namespace inbox { hidden = no inbox = yes list = yes location = maildir:~/Mail/INBOX:LAYOUT=fs mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { driver = pam } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } service imap-login { inet_listener imaps { port = 993 ssl = yes } } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { driver = passwd } rpm -qa --qf "%{DISTURL}\n" "dovecot*" obs://build.opensuse.org/openSUSE:13.1/standard/1753c7facc37e40100f799c2cae8c3e6-dovecot21 obs://build.opensuse.org/openSUSE:13.1/standard/1753c7facc37e40100f799c2cae8c3e6-dovecot21 obs://build.opensuse.org/openSUSE:13.1/standard/1753c7facc37e40100f799c2cae8c3e6-dovecot21 obs://build.opensuse.org/openSUSE:13.1/standard/1753c7facc37e40100f799c2cae8c3e6-dovecot21 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c4 --- Comment #4 from Marcus Rückert <mrueckert@suse.com> 2014-08-26 09:21:42 UTC --- ``` location = maildir:~/Mail/INBOX:LAYOUT=fs ``` seems weird: 1. you said ~/mail/ in the initial comment. but the config says ~/Mail/INBOX 2. really with INBOX at the end? 3. can you try with just: ``` location = maildir:~/Mail/ ``` -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=892283 https://bugzilla.novell.com/show_bug.cgi?id=892283#c5 --- Comment #5 from James Knott <james.knott@rogers.com> 2014-08-26 11:55:21 UTC --- When I do that, I don't see any mail -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com