Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - firmwarebug

Pages: [1]
1
Installation and Upgrades / Re: Zentyal 3.4 / Vacation message
« on: June 25, 2014, 05:54:29 pm »
Thank you for your help.

Problem solved. What I though it was a bug was actually a feature :-)

2
Installation and Upgrades / Re: Zentyal 3.4 / Vacation message
« on: June 25, 2014, 05:13:03 pm »
Hi,

Let is sum it up to check If I understand correctly:

If option

 vacation :days 1

is set , sieve will respond with  vacation message to sender's address one time at one day. On all other messages from the same sender, sieve will not send vacation message but will move the message into inbox folder.

Next day the situation repeats itself. With first one it generates vacation respond to sender, but for the next messages it moves them direct into inbox folder.



 


3
Installation and Upgrades / Re: Zentyal 3.4 / Vacation message
« on: June 25, 2014, 03:59:41 pm »
This is an output of

 tail -f /var/log/mail.log | grep sieve

Jun 25 15:55:17 mail dovecot: lda(user@domain): sieve: msgid=<CADdhyQyeBVNEP6wBS-4RNPrFUV2nj3VHcjjwAu2ATq8oghan+A@mail.gmail.com>: discarded duplicate vacation response to <userwhosendsmail@gmail.com>
Jun 25 15:55:18 mail dovecot: lda(user@domain): sieve: msgid=<CADdhyQyeBVNEP6wBS-4RNPrFUV2nj3VHcjjwAu2ATq8oghan+A@mail.gmail.com>: stored mail into mailbox 'INBOX'

4
Installation and Upgrades / Re: Zentyal 3.4 / Vacation message
« on: June 25, 2014, 02:00:28 pm »
Gosh ,
here is the log as root:

/var/vmail/sieve/domain/user/roundcube.sieve

=====================
require ["vacation"];
# rule:[Message about vacation]
if true
{
        vacation :days 1 :subject "Message about vacation" "Hello , I'm out of the office till 15.7.2014";
}

====================

Hope that helps.

5
Installation and Upgrades / Re: Zentyal 3.4 / Vacation message
« on: June 25, 2014, 01:27:44 pm »
Hmm, yes.

But I got permission denied

 tail: cannot open ‘/var/vmail/domain/user/’ for reading: Permission denied
 tail: cannot open ‘/var/vmail/sieve/domain/’ for reading: Permission denied


6
Dear all,

It is holiday season in fast approach and therefore I need to provide users some out of office replay.

Since I did not find any solution about that on User's Corner to allow users to do that by their own I direct them into webmail (roundcube):

On Mail->General I enabled  "Manage Sieve scripts This service allows to a user to manage his Sieve mail filtering scripts from a local client which speaks the ManageSieve protocol" 

On Roundcube Settings- Filters- Filters set - Filters  they created their own filter with replay message (and enabled it of course).

http://www.forbin.com/support/documents/roundcube-vacation-auto-reply-filter.pdf

Unfortunately, the solution did not work . Nor with full email name nor with  aliases.

I have searching around the forum but solutions are couple of years old.

So , my question is this:
Is there any working and tested solution to enable message autoreplay or so called vacation message in Zentyal 3.4?

Thank you for your replay




7
Installation and Upgrades / Re: Change hostname and domain
« on: November 20, 2013, 02:07:44 pm »
Thank you , Cristian

Will keep in mind and do backup first...



8
Installation and Upgrades / Re: Change hostname and domain
« on: November 20, 2013, 12:49:20 pm »
Hi,

This is my first post and poll was demanding to be published. Hope that next topic will be ok.

Anyway , the answer is ...?


9
Installation and Upgrades / Change hostname and domain
« on: November 20, 2013, 10:09:48 am »
Hi,

I have one simple question.

I have to setup Zentyal server from CentOS based server and transfer all the emails. Done OK.
Clients uses IMAP to access emails which are stored on Zentyal server.

During the setup I did not change Hostname and Domain. Now I would like to change them but I got following warning :

WARNING: As the Users module is already installed and configured, if you change the hostname to newname.newdomain.lan you will LOSE ALL YOUR USERS DATA. Are you sure you want to continue?

Will Zentyal really delete all the data from folders /home and /var/vmail/olddomain/ ?
If not (which I hope) which data will be deleted? If yes  what is the workaround?



Pages: [1]