1 (edited by danzup 2009-05-29 16:28:37)

Topic: How to setup vacation

I have setup successfully iredmail 0.5.0-beta 3 on debian lenny 5.0.1 .
After i make everithing work  by editing  /etc/dovecot/dovecot-mysql.conf
------------------------------------/etc/dovecot/dovecot-mysql.conf------------------------------------------------------
driver = mysql
default_pass_scheme = CRYPT
connect = host=localhost dbname=vmail user=vmail password=LQ5rVbCsyc1DcghofkSGXds2wQKI9f

password_query = SELECT password FROM mailbox WHERE username='%u' AND active='1' AND expired >= NOW()
user_query = SELECT CONCAT("/home/vmail/", maildir) AS home, 1001 AS uid, 1001 AS gid, CONCAT('*:bytes=', quota*1048576) AS quota_rule FROM mailbox WHERE username='%u' AND active='1' AND enable%Ls='1' AND expired >= NOW()
----------------------------------------------------------------------------------------------------------------------------------------
and
--------------------------------/etc/dovecot/dovecot.conf------------------------------------------------------------------------
#mail_uid = 1001
#mail_gid = 1001
first_valid_uid = 1001
last_valid_uid = 1001
----------------------------------------------------------------------------------------------------------------------------------------
note : uid and gid is the uid and gid of the user vmail ! without this modificatio do not work on my debian .
Now everything is working .

And here is  the question :

HOW CAN I SETUP VACATION AND OUT OFF OFFICE MESSAGES ON IREDMAIL ?

Thank you very much .

----

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

2

Re: How to setup vacation

It seems your installation didn't install dovecot v1.1.x, so you need to change some config parameters manually. i will check this issue later.

Vacation:
* log into roundcube webmail: http://your_server/mail/
* Click 'Preference'
* Click 'Filter' -> 'New filter'
* Select 'out of office message' in the drop-down menu of action list.

3

Re: How to setup vacation

Thank  you  very much !
Never think vacation could be a filter !
Work like charm . Intend to deploy for more than 600 users , for 12 domains and more than 10k usefull emails per days ( after the discard with spamcop and spam house by manually insert   
                            reject_non_fqdn_sender,
                            reject_rbl_client cbl.abuseat.org,
                            reject_rbl_client zen.spamhaus.org,
)

4

Re: How to setup vacation

I only see:

Move...
Redirect...
Discard...
Delete...

in the drop down menu of action list... :-o

5 (edited by danzup 2009-05-29 17:33:37)

Re: How to setup vacation

Not on the first menu --> there you choose all messages
and on the second menu --->  filter actions   you will find out of office !

6 (edited by danzup 2009-05-29 17:38:00)

Re: How to setup vacation

Again a question : what should i put there ( in the field " The number of days ..." ) that for resending out of office messages every time the same user send me messages  ?

7

Re: How to setup vacation

danzup wrote:

Not on the first menu --> there you choose all messages
and on the second menu --->  filter actions   you will find out of office !

Unfortunately not... sad

8 (edited by danzup 2009-05-29 17:51:21)

Re: How to setup vacation

Mine look like this :

9

Re: How to setup vacation

Can you use the vacation.pl script that comes with Postfixadmin

10 (edited by quentin 2009-06-10 04:11:23)

Re: How to setup vacation

I agree with Rashef, but I am using iReadMail 0.40. Is this a feature which is added in later versions of Roundcube?

Quentin

EDIT/UPDATE: Fixed in 0.50rc1, in this version is the dropdown-menu visible.

11

Re: How to setup vacation

I installed iRedMail from cd with Centos 5.03 2.6.18-128.4.1.el5.
All work fine but when I want to set up filters on my email preferences (set in round cube -> preferences -> filters) this functions don't work.

please help