Re: [SOGo] SOGo - expire-autoreply in systems with dovecot

2013-09-24 Thread Michal Kminek

Dne 17.9.2013 18:34, Szládovics Péter napsal(a):

2013-09-17 17:25 keltezéssel, Michal Kminek írta:

Hi,

I have a problem with expire-autoreply when using sogo-tool. The 
vacation autoreply works but I can't setup expiration of the autoreply.


There is a line in /etc/cron.d/sogo
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply -p 
/etc/sogo/sieve.creds


Some sieve admin credentials are expected in sieve.creds file but I 
do not have any sieve admin in my system.
The script above works if I put name:password of an existing user 
into the file. Then it works for the user but I need it for every 
user. Maybe a different approach should be used. Rather the sieve 
admin is defined only in cyrus-imap system. Has anybody any 
experience with that?


Thanks,
Michal


My system is CentOS 6.4 x86_64 and I have installed the following 
packages from ATRPMS repo


dovecot-pigeonhole-0.4.1-30.el6.x86_64
dovecot-2.2.5-2_140.el6.x86_64
dovecot-managesieve-0.4.1-30.el6.x86_64


Hi Michal,

Have you got these settings below in dovecot?

passdb {
  driver = passwd-file
  args = /etc/sogo/sieve.creds
  master = yes
  pass = yes
}

The dovecot master user(~ sieve admin) was the solution, as you showed 
above.

Thank you Péter

Michal

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo - expire-autoreply in systems with dovecot

2013-09-24 Thread Michal Kminek

Thanks, Florian. That was exactly what I needed.

Michal

Dne 17.9.2013 18:24, Florian GRUEL napsal(a):
With dovecot I got a similar problem solved by adding  to 
/etc/dovecot/dovecot.master  the folowing :


 sogo:{SHA}encriptedpasswd

and adding  to /etc/dovecot/dovecot.conf

auth_master_user_separator = *
passdb passwd-file {
  args = /etc/dovecot/dovecot.master
  master=yes
}


 following this instructions : 
http://wiki.dovecot.org/Authentication/MasterUsers


Hope this help


*Florian GRUEL*

**
 Message original 
*Sujet: *[SOGo] SOGo - expire-autoreply in systems with dovecot
*De : *Michal Kminek 
*Pour : *users@sogo.nu
*Date : *17/09/2013 17:25

Hi,

I have a problem with expire-autoreply when using sogo-tool. The 
vacation autoreply works but I can't setup expiration of the autoreply.


There is a line in /etc/cron.d/sogo
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply -p 
/etc/sogo/sieve.creds


Some sieve admin credentials are expected in sieve.creds file but I 
do not have any sieve admin in my system.
The script above works if I put name:password of an existing user 
into the file. Then it works for the user but I need it for every 
user. Maybe a different approach should be used. Rather the sieve 
admin is defined only in cyrus-imap system. Has anybody any 
experience with that?


Thanks,
Michal


My system is CentOS 6.4 x86_64 and I have installed the following 
packages from ATRPMS repo


dovecot-pigeonhole-0.4.1-30.el6.x86_64
dovecot-2.2.5-2_140.el6.x86_64
dovecot-managesieve-0.4.1-30.el6.x86_64







--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo - expire-autoreply in systems with dovecot

2013-09-18 Thread Szládovics Péter

2013-09-17 17:25 keltezéssel, Michal Kminek írta:

Hi,

I have a problem with expire-autoreply when using sogo-tool. The 
vacation autoreply works but I can't setup expiration of the autoreply.


There is a line in /etc/cron.d/sogo
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply -p 
/etc/sogo/sieve.creds


Some sieve admin credentials are expected in sieve.creds file but I do 
not have any sieve admin in my system.
The script above works if I put name:password of an existing user into 
the file. Then it works for the user but I need it for every user. 
Maybe a different approach should be used. Rather the sieve admin is 
defined only in cyrus-imap system. Has anybody any experience with that?


Thanks,
Michal


My system is CentOS 6.4 x86_64 and I have installed the following 
packages from ATRPMS repo


dovecot-pigeonhole-0.4.1-30.el6.x86_64
dovecot-2.2.5-2_140.el6.x86_64
dovecot-managesieve-0.4.1-30.el6.x86_64


Hi Michal,

Have you got these settings below in dovecot?

passdb {
  driver = passwd-file
  args = /etc/sogo/sieve.creds
  master = yes
  pass = yes
}

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo - expire-autoreply in systems with dovecot

2013-09-17 Thread Florian GRUEL
With dovecot I got a similar problem solved by adding  to 
/etc/dovecot/dovecot.master  the folowing :


 sogo:{SHA}encriptedpasswd

and adding  to /etc/dovecot/dovecot.conf

auth_master_user_separator = *
passdb passwd-file {
  args = /etc/dovecot/dovecot.master
  master=yes
}


 following this instructions : 
http://wiki.dovecot.org/Authentication/MasterUsers


Hope this help


*Florian GRUEL*

**
 Message original 
*Sujet: *[SOGo] SOGo - expire-autoreply in systems with dovecot
*De : *Michal Kminek 
*Pour : *users@sogo.nu
*Date : *17/09/2013 17:25

Hi,

I have a problem with expire-autoreply when using sogo-tool. The 
vacation autoreply works but I can't setup expiration of the autoreply.


There is a line in /etc/cron.d/sogo
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply -p 
/etc/sogo/sieve.creds


Some sieve admin credentials are expected in sieve.creds file but I do 
not have any sieve admin in my system.
The script above works if I put name:password of an existing user into 
the file. Then it works for the user but I need it for every user. 
Maybe a different approach should be used. Rather the sieve admin is 
defined only in cyrus-imap system. Has anybody any experience with that?


Thanks,
Michal


My system is CentOS 6.4 x86_64 and I have installed the following 
packages from ATRPMS repo


dovecot-pigeonhole-0.4.1-30.el6.x86_64
dovecot-2.2.5-2_140.el6.x86_64
dovecot-managesieve-0.4.1-30.el6.x86_64





<>

[SOGo] SOGo - expire-autoreply in systems with dovecot

2013-09-17 Thread Michal Kminek

Hi,

I have a problem with expire-autoreply when using sogo-tool. The 
vacation autoreply works but I can't setup expiration of the autoreply.


There is a line in /etc/cron.d/sogo
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply -p 
/etc/sogo/sieve.creds


Some sieve admin credentials are expected in sieve.creds file but I do 
not have any sieve admin in my system.
The script above works if I put name:password of an existing user into 
the file. Then it works for the user but I need it for every user. Maybe 
a different approach should be used. Rather the sieve admin is defined 
only in cyrus-imap system. Has anybody any experience with that?


Thanks,
Michal


My system is CentOS 6.4 x86_64 and I have installed the following 
packages from ATRPMS repo


dovecot-pigeonhole-0.4.1-30.el6.x86_64
dovecot-2.2.5-2_140.el6.x86_64
dovecot-managesieve-0.4.1-30.el6.x86_64



--
users@sogo.nu
https://inverse.ca/sogo/lists