1 (edited by tianbao 2017-03-22 14:18:20)

Topic: The mail into Junk email box!

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 2.6.0
- Linux/BSD distribution name and version: ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- Related log if you're reporting an issue:
====

There are a lot of mail in the junk e-mails, I've done it for you, mark this code, but not yet, do not know any other way?
i want the junk mail into Inbox, for user use pop3 service dowloads in local machine.
i do: open the file:
/var/vmail/sieve/dovecot.sieve   
and disable all code, but not yet.
# require ["fileinto"];
#rule:[Move Spam to Junk Folder]
# if header :is "X-Spam-Flag" "YES"
#{
# fileinto "Junk";
#}
what do i have to do?
thank you

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: The mail into Junk email box!

Please check whether this user has per-user sieve rules.

3

Re: The mail into Junk email box!

what did check?

4

Re: The mail into Junk email box!

Login to Roundcube webmail as this user, click "Settings" on top-right corner, then "Filters". Does user have rule to deliver detected spam to Junk folder here?