• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue SpamAssassin is trying to deliver SPAM msg to INBOX.Spam instead .Spam

ProDC

New Pleskian
Hi,

I have default imap (dovecot) configuration, but SpamAssassin is trying to deliver SPAM msg to INBOX.Spam with error:

save failed to open mailbox INBOX.Spam: Mailbox doesn't exist: INBOX.Spam

Default Spam folder is .Spam and I would like to deliver SPAM msg to this folder. How can I fix this issue?

BR.
 
I think that you have nothing in the output of the command:

# doveadm mailbox list -u [email protected] | grep -i Spam

Try to create a missing folder with the command:

# doveadm mailbox create -u [email protected] INBOX.Spam

and check results after that.
 
Ok, is it possible to change this to .Spam which is default for example for Roundcube and others email client?
 
I can't understand the problem. On my personal Plesk mailbox I see

# doveadm mailbox list -u [email protected] | grep -i Spam
INBOX.Spam

And in all mail clients and in Roundcube I see Spam folder in the root but not in INBOX. What is wrong here?
 
That's the problem. By default I have in doveadm:

# doveadm mailbox list -u me@domain.com | grep -i Spam
Spam

(not INBOX.Spam, I didn't change this setting.) and in all mail clients and in Roundcube I see Spam folder in the root but not in INBOX also.
But SpamAssassin is trying to deliver SPAM msg to INBOX.Spam.
I think that these settings should be the same.

In this issue the best way is to change default Spam folder for delivering msg by SA, isn't it?

PS. I have Ubuntu.
 
I can only recommend creating a request to support team to do the in-depth investigation to find the reason and to fix it. Please create a ticket to Plesk support.
 
Back
Top