Hello all,
OK, I would really appreciate your help on this. I managed to do a pretty straight-forward and flawless migration on dovecot from one domain to another.
However, I have this nagging problem with most of the thunderbird MTAs. When I try to delete some "test" messages I sent to make sure that everything works, it comes back with the following message on the bottom of the Thunderbird window :
"The current operation on InBox did not succeed. The mail server for account "Account@bloomingdomain.gr" responded [TRYCREATE] mailbox doesn't exist : Trash"
Now, I know it has to do something with automatically creating a trash folder. But don't know anything more.
Could someone shed some light on this ?
Dovecot v1.2.15 AFAIK CentOS 5.5 x86 (32-bit) other stuff
On Clients : Thunderbird v11.0.1 (XP Pro / 32-bit)
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
On Sun, 2012-04-01 at 22:54 +0100, Spyros Tsiolis wrote:
However, I have this nagging problem with most of the thunderbird MTAs. When I try to delete some "test" messages I sent to make sure that everything works, it comes back with the following message on the bottom of the Thunderbird window :
"The current operation on InBox did not succeed. The mail server for account "Account@bloomingdomain.gr" responded [TRYCREATE] mailbox doesn't exist : Trash"
That error probably happens when deleting a message.
Dovecot v1.2.15 AFAIK
dovecot -n output would have helped. Mainly: do you have a namespace prefix or not? That's about the only thing I can think of related to that error message (e.g. dovecot has non-empty namespace prefix, while TB has empty namespace prefix).
Hi Timo,
From: Timo Sirainen tss@iki.fi To: Spyros Tsiolis stsiol@yahoo.co.uk Cc: Dovecot dovecot@dovecot.org Sent: Tuesday, 3 April 2012, 8:32 Subject: Re: [Dovecot] Mail migration troubles On Sun, 2012-04-01 at 22:54 +0100, Spyros Tsiolis wrote:
However, I have this nagging problem with most of the thunderbird MTAs. When I try to delete some "test" messages I sent to make sure that everything works, it comes back with the following message on the bottom of the Thunderbird window : "The current operation on InBox did not succeed. The mail server for account "Account@bloomingdomain.gr" responded [TRYCREATE] mailbox doesn't exist : Trash"
That error probably happens when deleting a message.
Yes, it does Timo. Thank you.
Dovecot v1.2.15 AFAIK Actually it's v1.2.16
dovecot -n output would have helped. Mainly: do you have a namespace prefix or not? That's about the only thing I can think of related to that error message (e.g. dovecot has non-empty namespace prefix, while TB has empty namespace prefix).
Why do I keep forgetting this ? Damn the gods :-) !@#$
:-)
Here's the output of "dovecot -n" :
[root@mailgate ~]# dovecot -n # 1.2.16: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-194.17.4.el5 i686 CentOS release 5.5 (Final) ext3 base_dir: /var/run/dovecot/ log_path: /var/log/dovecot/dovecot.log info_log_path: /var/log/dovecot/dovecot-info.log ssl_parameters_regenerate: 48 verbose_ssl: yes login_dir: /var/run/dovecot//login login_executable: /usr/local/dovecot/libexec/dovecot/imap-login login_greeting: * Dovecot ready * login_max_processes_count: 64 mail_location: maildir:/var/MailRoot/domains/%d/%n/Maildir mail_plugins: zlib auth default: verbose: yes debug: yes debug_passwords: yes passdb: driver: passwd-file args: /etc/dovecot/passwd passdb: driver: pam userdb: driver: static args: uid=vmail gid=vmail home=/home/vmail/%u userdb: driver: passwd [root@mailgate ~]#
I suspect it's some freak thunderbird bug. It's the only explanation. I've migrated about 20 mailboxes and it's the only one acting up.
Thanks again Timo,
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
Also,
What do you mean by namespace ?
I am sorry I didn't get that one :
dovecot -n output would have helped. Mainly: do you have a namespace prefix or not? That's about the only thing I can think of related to that error message (e.g. dovecot has non-empty namespace prefix, while TB has empty namespace prefix).
I missed the "namespace" thing.
s.
"I merely function as a channel that filters music through the chaos of noise"
- Vangelis
On 3/4/2012 6:06 μμ, Spyros Tsiolis wrote:
What do you mean by namespace ?
See: http://wiki2.dovecot.org/Namespaces
Best regards, Nick
participants (3)
-
Nikolaos Milas
-
Spyros Tsiolis
-
Timo Sirainen