1

Topic: IREDMAIL + ROUNDCUBE - vacation problem

Hi,
I need help. I have created any emails on domain f.e. domainx.com and alias to this domain domainy.com. And now when user enable filter at roundcube (mangesieve - vacation) and someone sends message to xxx@domainx.com - sender recieve auto replay, but when someone sends message to xxx@domainy.com - sender recieve nothing. Can anyone help me?


==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: DEBIAN SQUEEZE
- Any related log? Log is helpful for troubleshooting.
====

----

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

2

Re: IREDMAIL + ROUNDCUBE - vacation problem

Please, at least show us basic iRedMail info to get quick help:

==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: DEBIAN SQUEEZE
- Any related log? Log is helpful for troubleshooting.
====

- Show us your sieve rules.
- Is this fix working for you:
http://iredmail.org/wiki/index.php?titl … lbox_quota

3 (edited by karl_cz 2012-07-03 15:49:49)

Re: IREDMAIL + ROUNDCUBE - vacation problem

Hi,
version of iRedmail - 0.7.4

Below is content of file managesieve.sieve (/var/vmail/sieve/domain.com/xxx/)

require ["vacation","fileinto"];
# rule:[Vacation]
if true
{
<------>vacation :days 1 :subject "Automatická odpov.. - jsem na dovolené ..." "Jsem na dovolené ....";
}
# rule:[Move Spam to Junk Folder]
if header :is "X-Spam-Flag" "YES"
{
<------>fileinto "Junk";
<------>stop;
}

I have not problems with quota - fix url below ...



ZhangHuangbin wrote:

Please, at least show us basic iRedMail info to get quick help:

==== Provide required information ====
- iRedMail version and backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: DEBIAN SQUEEZE
- Any related log? Log is helpful for troubleshooting.
====

- Show us your sieve rules.
- Is this fix working for you:
http://iredmail.org/wiki/index.php?titl … lbox_quota

4

Re: IREDMAIL + ROUNDCUBE - vacation problem

karl_cz wrote:

someone sends message to xxx@domainx.com - sender recieve auto replay, but when someone sends message to xxx@domainy.com - sender receive nothing

- Does user xxx@domainY.com has the same sieve rule?
- Any log in Dovecot log files? It should be /var/log/dovecot.log and /var/log/sieve.log. If no detailed log, please try to turn on debug mode in Dovecot to get detailed debug log for further debugging.

Reference: How to debug Dovecot and sieve rules:
http://www.iredmail.org/forum/topic453- … rules.html

5

Re: IREDMAIL + ROUNDCUBE - vacation problem

Hi,

dovecot.log is empty. I looked up at sieve.log, there is saved all for domain domainx.com, but nothing for domainy.com. How can exists sieves for domainy.com??? Domainy.com is only alias domain for domain domainx.com ....




ZhangHuangbin wrote:
karl_cz wrote:

someone sends message to xxx@domainx.com - sender recieve auto replay, but when someone sends message to xxx@domainy.com - sender receive nothing

- Does user xxx@domainY.com has the same sieve rule?
- Any log in Dovecot log files? It should be /var/log/dovecot.log and /var/log/sieve.log. If no detailed log, please try to turn on debug mode in Dovecot to get detailed debug log for further debugging.

Reference: How to debug Dovecot and sieve rules:
http://www.iredmail.org/forum/topic453- … rules.html

6

Re: IREDMAIL + ROUNDCUBE - vacation problem

karl_cz wrote:

Domainy.com is only alias domain for domain domainx.com

Sorry about my misunderstood.

Could you please paste output of command "dovecot -n" here? I need to know how you define sieve directory.