Re: [SOGo] Email reminders

2022-01-20 Thread "Christian M. Jensen"

Hi,

Good to hear it's working. I think, not sure, that reminders are put 
directly to IMAP for that user from SOGo no SMTP.


But vacation I believe relies on sieve scripts.

Regards
Christian Jensen

Den 19-01-2022 kl. 19:09 skrev HYVERNAT Philippe (p.hyver...@outlook.fr):


Hi,

so,

i edited the file in FreeBSD /etc/crontab and put sogod user to 
execute the commands not use crontab -e


I restart sogo and no error on the log file : it is ok  but there is a 
thing i see is sogo don't send anything to my smtp server.



i see all my mail received but no reply for vacation ...


Any hints ?



Le 16/01/2022 à 10:53, "Christian M. Jensen" (c...@cjpg.dk) a écrit :


Hi,

I think what you need is a Dovecot master user, I never had to set 
credentials for reminders, but for vacation. It's a simple change to 
Dovecot configuration (also simple to revert).


It may be as simple, as setting permission for the 'creds' file so 
that sogo can read it.


Any way, they both have the /'//-p//' /configure flag, hence my 
suggestion.


https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_cronjob_email_reminders

    - / specify a credential file using -p /path/to/credFile. 
 separated by a colon (username:plain-text-password)/


And to configure master user(s) follow the official documentation I 
think its straight forward.


https://doc.dovecot.org/configuration_manual/authentication/master_users/#master-users, 


https://doc.dovecot.org/configuration_manual/authentication/master_users/#acls

_Do not forget to lock the file with proper permissions._

    - -r 1 sogo sogo 65 Aug  1 13:02 /etc/sogo/mailAlarms.cred

That is my suggestion.

Regards
Christian Jensen.


Den 14-01-2022 kl. 22:25 skrev HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

Thanks for your answer, I understand.


That is a way to specify this account ?

Is it eventually an issue of permission on the file ?

I try several account ...


Le 14/01/2022 à 11:44, Christian Mack 
(christian.m...@uni-konstanz.de) a écrit :

Hello

Perhaps I wasn't clear enough.

In /etc/sogo/mailAlarms.creds you need credentials for an account
capable to send emails in the name of every other user on your SOGo 
server.

Not sure your account can do that.

It is some time back since I set this up, but not having
/etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
error back then.


Kind regards,
Christian Mack

Am 13.01.22 um 14:57 schrieb hyvernat philippe 
(p.hyver...@outlook.fr):

Hello,
Yes postfix is couples with dovecot and an ldap server i put 
credentials and pas of my account


The error doesn’t say bas credential but not configured…
Thanks for your answer

HYVERNAT Philippe


Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :

Hello

Are the crendials in /etc/sogo/mailAlarms.creds valid for sending 
via

SMTP server?


Kind regards,
Christian Mack


On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
lol

of course even the server



Le 11/01/2022 à 17:11, Christian Mack 
(christian.m...@uni-konstanz.de) a

écrit :
Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe 
(p.hyver...@outlook.fr):

Hello,

i setup the cronjob email reminders and i configure sogo.conf to
enable it

|
|

|
|

OCSEMailAlarmsFolderURL =
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";


*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file 
(/var/log/sogo/cron-ealarms-notify.log)

|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] 
*EMail alarms

are disabled in the SOGo configuration.*|

|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

|HYVERNAT Philippe
|

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

Re: [SOGo] Email reminders

2022-01-20 Thread Christian Mack
Hello

Alarms and Vacation are different.
Alarms are send from the SOGo server, when the event is due.
But Vacations are send from the dovecot server, specifically from the
sieve module in it when an email arrives.
SOGo only sets the sieve rule per managesieve on activation of the
vacation, and removes it after deactivation.
Therefore you have to look at your dovecot logs, in order to find
vacation replys.


Kind regards,
Christian Mack

Am 19.01.22 um 19:09 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
> Hi,
> 
> so,
> 
> i edited the file in FreeBSD /etc/crontab and put sogod user to execute
> the commands not use crontab -e
> 
> I restart sogo and no error on the log file : it is ok  but there is a
> thing i see is sogo don't send anything to my smtp server.
> 
> 
> i see all my mail received but no reply for vacation ...
> 
> 
> Any hints ?
> 
> 
> 
> Le 16/01/2022 à 10:53, "Christian M. Jensen" (c...@cjpg.dk) a écrit :
>>
>> Hi,
>>
>> I think what you need is a Dovecot master user, I never had to set
>> credentials for reminders, but for vacation. It's a simple change to
>> Dovecot configuration (also simple to revert).
>>
>> It may be as simple, as setting permission for the 'creds' file so
>> that sogo can read it.
>>
>> Any way, they both have the /'//-p//' /configure flag, hence my
>> suggestion.
>>
>> https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_cronjob_email_reminders
>>
>>
>>     - / specify a credential file using -p /path/to/credFile. 
>> separated by a colon (username:plain-text-password)/
>>
>> And to configure master user(s) follow the official documentation I
>> think its straight forward.
>>
>> https://doc.dovecot.org/configuration_manual/authentication/master_users/#master-users,
>>
>> https://doc.dovecot.org/configuration_manual/authentication/master_users/#acls
>>
>>
>> _Do not forget to lock the file with proper permissions._
>>
>>     - -r 1 sogo sogo 65 Aug  1 13:02 /etc/sogo/mailAlarms.cred
>>
>> That is my suggestion.
>>
>> Regards
>> Christian Jensen.
>>
>>
>> Den 14-01-2022 kl. 22:25 skrev HYVERNAT Philippe (p.hyver...@outlook.fr):
>>> Hello,
>>>
>>> Thanks for your answer, I understand.
>>>
>>>
>>> That is a way to specify this account ?
>>>
>>> Is it eventually an issue of permission on the file ?
>>>
>>> I try several account ...
>>>
>>>
>>> Le 14/01/2022 à 11:44, Christian Mack
>>> (christian.m...@uni-konstanz.de) a écrit :
 Hello

 Perhaps I wasn't clear enough.

 In /etc/sogo/mailAlarms.creds you need credentials for an account
 capable to send emails in the name of every other user on your SOGo
 server.
 Not sure your account can do that.

 It is some time back since I set this up, but not having
 /etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
 error back then.


 Kind regards,
 Christian Mack

 Am 13.01.22 um 14:57 schrieb hyvernat philippe (p.hyver...@outlook.fr):
> Hello,
> Yes postfix is couples with dovecot and an ldap server i put
> credentials and pas of my account
>
> The error doesn’t say bas credential but not configured…
> Thanks for your answer
>
> HYVERNAT Philippe
>
>> Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :
>>
>> Hello
>>
>> Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
>> SMTP server?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>>> On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
>>> lol
>>>
>>> of course even the server
>>>
>>>
>>>
 Le 11/01/2022 à 17:11, Christian Mack
 (christian.m...@uni-konstanz.de) a
 écrit :
 Hello

 Did you restart SOGo after changing sogo.conf?


 Kind regards,
 Christian Mack

 Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe
 (p.hyver...@outlook.fr):
> Hello,
>
> i setup the cronjob email reminders and i configure sogo.conf to
> enable it
>
> |
> |
>
> |
> |
>
> OCSEMailAlarmsFolderURL =
> "mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";
> 
>
> *|SOGoEnableEMailAlarms = YES;|*
>
> |
> |
>
> |every minute, the log file
> (/var/log/sogo/cron-ealarms-notify.log)
> |
>
> |I have this error :
> |
>
> |
> |
>
> |2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568]
> *EMail alarms
> are disabled in the SOGo configuration.*|
>
> |
> |
>
> |Do you have any hints ? i am really stuck on this.|
>
> |Thanks a lot|
>
> |HYVERNAT Philippe
> |
>> -- 
>> Hilsen / Regards
>> Christian M. Jensen

Re: [SOGo] Email reminders

2022-01-19 Thread HYVERNAT Philippe

Hi,

so,

i edited the file in FreeBSD /etc/crontab and put sogod user to execute 
the commands not use crontab -e


I restart sogo and no error on the log file : it is ok  but there is a 
thing i see is sogo don't send anything to my smtp server.



i see all my mail received but no reply for vacation ...


Any hints ?



Le 16/01/2022 à 10:53, "Christian M. Jensen" (c...@cjpg.dk) a écrit :


Hi,

I think what you need is a Dovecot master user, I never had to set 
credentials for reminders, but for vacation. It's a simple change to 
Dovecot configuration (also simple to revert).


It may be as simple, as setting permission for the 'creds' file so 
that sogo can read it.


Any way, they both have the /'//-p//' /configure flag, hence my 
suggestion.


https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_cronjob_email_reminders

    - / specify a credential file using -p /path/to/credFile.  
separated by a colon (username:plain-text-password)/


And to configure master user(s) follow the official documentation I 
think its straight forward.


https://doc.dovecot.org/configuration_manual/authentication/master_users/#master-users, 


https://doc.dovecot.org/configuration_manual/authentication/master_users/#acls

_Do not forget to lock the file with proper permissions._

    - -r 1 sogo sogo 65 Aug  1 13:02 /etc/sogo/mailAlarms.cred

That is my suggestion.

Regards
Christian Jensen.


Den 14-01-2022 kl. 22:25 skrev HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

Thanks for your answer, I understand.


That is a way to specify this account ?

Is it eventually an issue of permission on the file ?

I try several account ...


Le 14/01/2022 à 11:44, Christian Mack 
(christian.m...@uni-konstanz.de) a écrit :

Hello

Perhaps I wasn't clear enough.

In /etc/sogo/mailAlarms.creds you need credentials for an account
capable to send emails in the name of every other user on your SOGo 
server.

Not sure your account can do that.

It is some time back since I set this up, but not having
/etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
error back then.


Kind regards,
Christian Mack

Am 13.01.22 um 14:57 schrieb hyvernat philippe (p.hyver...@outlook.fr):

Hello,
Yes postfix is couples with dovecot and an ldap server i put 
credentials and pas of my account


The error doesn’t say bas credential but not configured…
Thanks for your answer

HYVERNAT Philippe


Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :

Hello

Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
SMTP server?


Kind regards,
Christian Mack


On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
lol

of course even the server



Le 11/01/2022 à 17:11, Christian Mack 
(christian.m...@uni-konstanz.de) a

écrit :
Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe 
(p.hyver...@outlook.fr):

Hello,

i setup the cronjob email reminders and i configure sogo.conf to
enable it

|
|

|
|

OCSEMailAlarmsFolderURL =
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";


*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file 
(/var/log/sogo/cron-ealarms-notify.log)

|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] 
*EMail alarms

are disabled in the SOGo configuration.*|

|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

|HYVERNAT Philippe
|

--
Hilsen / Regards
Christian M. Jensen
--
users@sogo.nu
https://inverse.ca/sogo/lists

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

Re: [SOGo] Email reminders

2022-01-17 Thread HYVERNAT Philippe

Hi,

I try this thanks for your hints.

I'll tell you if it works.

Indeed, vacation doesn't work


Le 16/01/2022 à 10:53, "Christian M. Jensen" (c...@cjpg.dk) a écrit :


Hi,

I think what you need is a Dovecot master user, I never had to set 
credentials for reminders, but for vacation. It's a simple change to 
Dovecot configuration (also simple to revert).


It may be as simple, as setting permission for the 'creds' file so 
that sogo can read it.


Any way, they both have the /'//-p//' /configure flag, hence my 
suggestion.


https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_cronjob_email_reminders

    - / specify a credential file using -p /path/to/credFile.  
separated by a colon (username:plain-text-password)/


And to configure master user(s) follow the official documentation I 
think its straight forward.


https://doc.dovecot.org/configuration_manual/authentication/master_users/#master-users, 


https://doc.dovecot.org/configuration_manual/authentication/master_users/#acls

_Do not forget to lock the file with proper permissions._

    - -r 1 sogo sogo 65 Aug  1 13:02 /etc/sogo/mailAlarms.cred

That is my suggestion.

Regards
Christian Jensen.


Den 14-01-2022 kl. 22:25 skrev HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

Thanks for your answer, I understand.


That is a way to specify this account ?

Is it eventually an issue of permission on the file ?

I try several account ...


Le 14/01/2022 à 11:44, Christian Mack 
(christian.m...@uni-konstanz.de) a écrit :

Hello

Perhaps I wasn't clear enough.

In /etc/sogo/mailAlarms.creds you need credentials for an account
capable to send emails in the name of every other user on your SOGo 
server.

Not sure your account can do that.

It is some time back since I set this up, but not having
/etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
error back then.


Kind regards,
Christian Mack

Am 13.01.22 um 14:57 schrieb hyvernat philippe (p.hyver...@outlook.fr):

Hello,
Yes postfix is couples with dovecot and an ldap server i put 
credentials and pas of my account


The error doesn’t say bas credential but not configured…
Thanks for your answer

HYVERNAT Philippe


Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :

Hello

Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
SMTP server?


Kind regards,
Christian Mack


On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
lol

of course even the server



Le 11/01/2022 à 17:11, Christian Mack 
(christian.m...@uni-konstanz.de) a

écrit :
Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe 
(p.hyver...@outlook.fr):

Hello,

i setup the cronjob email reminders and i configure sogo.conf to
enable it

|
|

|
|

OCSEMailAlarmsFolderURL =
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";


*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file 
(/var/log/sogo/cron-ealarms-notify.log)

|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] 
*EMail alarms

are disabled in the SOGo configuration.*|

|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

|HYVERNAT Philippe
|

--
Hilsen / Regards
Christian M. Jensen
--
users@sogo.nu
https://inverse.ca/sogo/lists

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

Re: [SOGo] Email reminders

2022-01-16 Thread "Christian M. Jensen"

Hi,

I think what you need is a Dovecot master user, I never had to set 
credentials for reminders, but for vacation. It's a simple change to 
Dovecot configuration (also simple to revert).


It may be as simple, as setting permission for the 'creds' file so that 
sogo can read it.


Any way, they both have the /'//-p//' /configure flag, hence my suggestion.

https://www.sogo.nu/files/docs/SOGoInstallationGuide.html#_cronjob_email_reminders

    - / specify a credential file using -p /path/to/credFile.  
separated by a colon (username:plain-text-password)/


And to configure master user(s) follow the official documentation I 
think its straight forward.


https://doc.dovecot.org/configuration_manual/authentication/master_users/#master-users, 


https://doc.dovecot.org/configuration_manual/authentication/master_users/#acls

_Do not forget to lock the file with proper permissions._

    - -r 1 sogo sogo 65 Aug  1 13:02 /etc/sogo/mailAlarms.cred

That is my suggestion.

Regards
Christian Jensen.


Den 14-01-2022 kl. 22:25 skrev HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

Thanks for your answer, I understand.


That is a way to specify this account ?

Is it eventually an issue of permission on the file ?

I try several account ...


Le 14/01/2022 à 11:44, Christian Mack (christian.m...@uni-konstanz.de) 
a écrit :

Hello

Perhaps I wasn't clear enough.

In /etc/sogo/mailAlarms.creds you need credentials for an account
capable to send emails in the name of every other user on your SOGo 
server.

Not sure your account can do that.

It is some time back since I set this up, but not having
/etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
error back then.


Kind regards,
Christian Mack

Am 13.01.22 um 14:57 schrieb hyvernat philippe (p.hyver...@outlook.fr):

Hello,
Yes postfix is couples with dovecot and an ldap server i put 
credentials and pas of my account


The error doesn’t say bas credential but not configured…
Thanks for your answer

HYVERNAT Philippe


Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :

Hello

Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
SMTP server?


Kind regards,
Christian Mack


On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
lol

of course even the server



Le 11/01/2022 à 17:11, Christian Mack 
(christian.m...@uni-konstanz.de) a

écrit :
Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe 
(p.hyver...@outlook.fr):

Hello,

i setup the cronjob email reminders and i configure sogo.conf to
enable it

|
|

|
|

OCSEMailAlarmsFolderURL =
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";


*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] 
*EMail alarms

are disabled in the SOGo configuration.*|

|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

|HYVERNAT Philippe
|


--
Hilsen / Regards
Christian M. Jensen
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Email reminders

2022-01-14 Thread HYVERNAT Philippe

Hello,

Thanks for your answer, I understand.


That is a way to specify this account ?

Is it eventually an issue of permission on the file ?

I try several account ...


Le 14/01/2022 à 11:44, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

Perhaps I wasn't clear enough.

In /etc/sogo/mailAlarms.creds you need credentials for an account
capable to send emails in the name of every other user on your SOGo server.
Not sure your account can do that.

It is some time back since I set this up, but not having
/etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
error back then.


Kind regards,
Christian Mack

Am 13.01.22 um 14:57 schrieb hyvernat philippe (p.hyver...@outlook.fr):

Hello,
Yes postfix is couples with dovecot and an ldap server i put credentials and 
pas of my account

The error doesn’t say bas credential but not configured…
Thanks for your answer

HYVERNAT Philippe


Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :

Hello

Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
SMTP server?


Kind regards,
Christian Mack


On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
lol

of course even the server




Le 11/01/2022 à 17:11, Christian Mack (christian.m...@uni-konstanz.de) a
écrit :
Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

i setup the cronjob email reminders and i configure sogo.conf to
enable it

|
|

|
|

OCSEMailAlarmsFolderURL =
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";


*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms
are disabled in the SOGo configuration.*|

|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

|HYVERNAT Philippe
|


--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416




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


Re: [SOGo] Email reminders

2022-01-14 Thread Christian Mack
Hello

Perhaps I wasn't clear enough.

In /etc/sogo/mailAlarms.creds you need credentials for an account
capable to send emails in the name of every other user on your SOGo server.
Not sure your account can do that.

It is some time back since I set this up, but not having
/etc/sogo/mailAlarms.creds altogether, did trigger a "not configured"
error back then.


Kind regards,
Christian Mack

Am 13.01.22 um 14:57 schrieb hyvernat philippe (p.hyver...@outlook.fr):
> Hello,
> Yes postfix is couples with dovecot and an ldap server i put credentials and 
> pas of my account 
> 
> The error doesn’t say bas credential but not configured…
> Thanks for your answer
> 
> HYVERNAT Philippe
> 
>> Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :
>>
>> Hello
>>
>> Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
>> SMTP server?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>>> On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
>>> lol
>>>
>>> of course even the server
>>>
>>>
>>>
 Le 11/01/2022 à 17:11, Christian Mack (christian.m...@uni-konstanz.de) a
 écrit :
 Hello

 Did you restart SOGo after changing sogo.conf?


 Kind regards,
 Christian Mack

 Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
> Hello,
>
> i setup the cronjob email reminders and i configure sogo.conf to
> enable it
>
> |
> |
>
> |
> |
>
> OCSEMailAlarmsFolderURL =
> "mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";
> 
>
> *|SOGoEnableEMailAlarms = YES;|*
>
> |
> |
>
> |every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
> |
>
> |I have this error :
> |
>
> |
> |
>
> |2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms
> are disabled in the SOGo configuration.*|
>
> |
> |
>
> |Do you have any hints ? i am really stuck on this.|
>
> |Thanks a lot|
>
> |HYVERNAT Philippe
> |

>>
>>
>> -- 
>> Christian Mack
>> Universität Konstanz
>> Kommunikations-, Informations-, Medienzentrum (KIM)
>> Abteilung IT-Dienste Forschung und Lehre
>> 78457 Konstanz
>> +49 7531 88-4416
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Email reminders

2022-01-13 Thread hyvernat philippe
Hello,
Yes postfix is couples with dovecot and an ldap server i put credentials and 
pas of my account 

The error doesn’t say bas credential but not configured…
Thanks for your answer

HYVERNAT Philippe

> Le 13 janv. 2022 à 13:31, Christian Mack  a écrit :
> 
> Hello
> 
> Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
> SMTP server?
> 
> 
> Kind regards,
> Christian Mack
> 
>> On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
>> lol
>> 
>> of course even the server
>> 
>> 
>> 
>>> Le 11/01/2022 à 17:11, Christian Mack (christian.m...@uni-konstanz.de) a
>>> écrit :
>>> Hello
>>> 
>>> Did you restart SOGo after changing sogo.conf?
>>> 
>>> 
>>> Kind regards,
>>> Christian Mack
>>> 
>>> Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
 Hello,
 
 i setup the cronjob email reminders and i configure sogo.conf to
 enable it
 
 |
 |
 
 |
 |
 
 OCSEMailAlarmsFolderURL =
 "mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";
 
 
 *|SOGoEnableEMailAlarms = YES;|*
 
 |
 |
 
 |every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
 |
 
 |I have this error :
 |
 
 |
 |
 
 |2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms
 are disabled in the SOGo configuration.*|
 
 |
 |
 
 |Do you have any hints ? i am really stuck on this.|
 
 |Thanks a lot|
 
 |HYVERNAT Philippe
 |
>>> 
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung und Lehre
> 78457 Konstanz
> +49 7531 88-4416
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Email reminders

2022-01-13 Thread Christian Mack
Hello

Are the crendials in /etc/sogo/mailAlarms.creds valid for sending via
SMTP server?


Kind regards,
Christian Mack

On 11.01.22 18:00, HYVERNAT Philippe (p.hyver...@outlook.fr) wrote:
> lol
> 
> of course even the server
> 
> 
> 
> Le 11/01/2022 à 17:11, Christian Mack (christian.m...@uni-konstanz.de) a
> écrit :
>> Hello
>>
>> Did you restart SOGo after changing sogo.conf?
>>
>>
>> Kind regards,
>> Christian Mack
>>
>> Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
>>> Hello,
>>>
>>> i setup the cronjob email reminders and i configure sogo.conf to
>>> enable it
>>>
>>> |
>>> |
>>>
>>> |
>>> |
>>>
>>> OCSEMailAlarmsFolderURL =
>>> "mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";
>>> 
>>>
>>> *|SOGoEnableEMailAlarms = YES;|*
>>>
>>> |
>>> |
>>>
>>> |every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
>>> |
>>>
>>> |I have this error :
>>> |
>>>
>>> |
>>> |
>>>
>>> |2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms
>>> are disabled in the SOGo configuration.*|
>>>
>>> |
>>> |
>>>
>>> |Do you have any hints ? i am really stuck on this.|
>>>
>>> |Thanks a lot|
>>>
>>> |HYVERNAT Philippe
>>> |
>>


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Email reminders

2022-01-11 Thread HYVERNAT Philippe

lol

of course even the server



Le 11/01/2022 à 17:11, Christian Mack (christian.m...@uni-konstanz.de) a 
écrit :

Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

Hello,

i setup the cronjob email reminders and i configure sogo.conf to enable it

|
|

|
|

OCSEMailAlarmsFolderURL =
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";


*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms
are disabled in the SOGo configuration.*|

|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

|HYVERNAT Philippe
|



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


Re: [SOGo] Email reminders

2022-01-11 Thread Christian Mack
Hello

Did you restart SOGo after changing sogo.conf?


Kind regards,
Christian Mack

Am 11.01.22 um 09:31 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):
> Hello,
> 
> i setup the cronjob email reminders and i configure sogo.conf to enable it
> 
> |
> |
> 
> |
> |
> 
> OCSEMailAlarmsFolderURL =
> "mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";
> 
> 
> *|SOGoEnableEMailAlarms = YES;|*
> 
> |
> |
> 
> |every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
> |
> 
> |I have this error :
> |
> 
> |
> |
> 
> |2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms
> are disabled in the SOGo configuration.*|
> 
> |
> |
> 
> |Do you have any hints ? i am really stuck on this.|
> 
> |Thanks a lot|
> 
> |HYVERNAT Philippe
> |


-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung und Lehre
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] Email reminders

2022-01-11 Thread HYVERNAT Philippe

Hello,

i setup the cronjob email reminders and i configure sogo.conf to enable it

|
|

|
|

OCSEMailAlarmsFolderURL = 
"mysql://user:@172.30.20.151:3306/sogo/sogo_alarms_folder";



*|SOGoEnableEMailAlarms = YES;|*

|
|

|every minute, the log file (/var/log/sogo/cron-ealarms-notify.log)
|

|I have this error :
|

|
|

|2022-01-11 08:29:00.234 sogo-ealarms-notify[84802:100568] *EMail alarms 
are disabled in the SOGo configuration.*|


|
|

|Do you have any hints ? i am really stuck on this.|

|Thanks a lot|

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

Re: [SOGo] email reminders

2011-09-08 Thread Jakob Lenfers
On 07.09.2011 08:59, Jakob Lenfers wrote:

 I'm a bit unsure how the email reminder system works and before I
 activate it I hope someone can clear that up for me:
 
 When I activate SOGos email reminders, do users get another option (like
 in Google calendar) where they can set up their reminder either as popup
 or as email or maybe even both? Or will it automatically send an email
 for every reminder set up?

Come on, someone here has to be using the email reminders, could you
please check if you have this option or if it sends for all alarms? I
don't want to restart the server just to check...

Thanks!
Jakob




signature.asc
Description: OpenPGP digital signature


[SOGo] email reminders

2011-09-07 Thread Jakob Lenfers
Hi,

I'm a bit unsure how the email reminder system works and before I
activate it I hope someone can clear that up for me:

When I activate SOGos email reminders, do users get another option (like
in Google calendar) where they can set up their reminder either as popup
or as email or maybe even both? Or will it automatically send an email
for every reminder set up?

Thanks,
Jakob



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] EMail reminders

2011-06-10 Thread Pascal Bourdais
Le Fri, 10 Jun 2011 06:38:53 -0400 (EDT),
ad...@locean-ipsl.upmc.fr a écrit :

Bonjour,

 
 We have set-up Sogo on a server, everything is working fine.
 
 Some users asked me if it was possible to received events reminders via mail,
 instead of a pop-up via web sogo interface (in case they are connected through
 thunderbird).
 
 I saw on the installation guide the EMail reminders section and I had apply
 the following option on the configuration file:
 SOGoEnableEMailAlarms = YES;
 OCSEMailAlarmsFolderURL =
 mysql://user:password@host:port/sogo/sogo_alarms_folder;
 I add * * * * * /usr/sbin/sogo-ealarms-notify  to the sogo's user crontab.
 and restarted sogo daemon.
 
 The problem is that nothing has changed, reminders still appears as pop-ups 
 and
 not as email alerts.
 
 What could be wrong with my setup ?

This config allow the use of mail as reminder.
The users have to configure the event :

rappel - personnalisé - choisir une action pour le rappel


-- 
P.Bourdais
Infagri
Rue Albert Einstein
Parc Technopole de changé
Bp 26116
53061 Laval Cedex 9
Tél: 02.43.49.84.40
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] EMail reminders do not work

2010-11-23 Thread Milos Wimmer

On Mon, 22 Nov 2010, Andreas Haumer wrote:


Nov 21 12:35:01 sogo-ealarms-notify [18844]:
[ERROR]0x0x8278560[SOGoEMailAlarmsManager]  alarm number mismatch
for record: {c_alarm_number = 0; c_name =
2DDA-4CE90300-1-73A11E00.ics; c_path =
/Users/xss/Calendar/personal; c_recurrence_id = 0; c_uid =
2DDA-4CE90300-1-73A11E00; }



I already found bug #922 in the SOGo bugtracking system.

The description of this bug mentions a value != 0 for field
c_recurrence_id to be the cause of the problem, but in my
case this field is always 0!

Also bug #922 should be fixed in SOGo-1.3.4 but I see this
problem with SOGo-1.3.4 (I double-checked this: SOGo shows
version number 1.3.4 in the logs on startup)!


I can confirm this problem.
I found the same trouble on my system.

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


Re: [SOGo] EMail reminders do not work

2010-11-23 Thread Andreas Haumer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

Milos Wimmer schrieb:
 On Mon, 22 Nov 2010, Andreas Haumer wrote:
 
 Nov 21 12:35:01 sogo-ealarms-notify [18844]:
 [ERROR]0x0x8278560[SOGoEMailAlarmsManager]  alarm number mismatch
 for record: {c_alarm_number = 0; c_name =
 2DDA-4CE90300-1-73A11E00.ics; c_path =
 /Users/xss/Calendar/personal; c_recurrence_id = 0; c_uid =
 2DDA-4CE90300-1-73A11E00; }

 I already found bug #922 in the SOGo bugtracking system.

 The description of this bug mentions a value != 0 for field
 c_recurrence_id to be the cause of the problem, but in my
 case this field is always 0!

 Also bug #922 should be fixed in SOGo-1.3.4 but I see this
 problem with SOGo-1.3.4 (I double-checked this: SOGo shows
 version number 1.3.4 in the logs on startup)!
 
 I can confirm this problem.
 I found the same trouble on my system.
 

Good, I'm not alone... ;-)

Let me ask you some questions to see if there are any
similarities which might give us a hint for further bug
hunting:

* Did you compile the application from sources yourself or do
you use a binary package from the sogo website?
I did compile SOPE and SOGo myself from the official 1.3.4 sources.

* Do you use a 32 or a 64 bit system?
I'm using a 32 bit system

I don't currently know if anything else might be relevant.

- - andreas

- --
Andreas Haumer | mailto:andr...@xss.co.at
*x Software + Systeme  | http://www.xss.co.at/
Karmarschgasse 51/2/20 | Tel: +43-1-6060114-0
A-1100 Vienna, Austria | Fax: +43-1-6060114-71
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFM66H+xJmyeGcXPhERAnXiAJ9n8scoRnFJPt3okRMq0d2ekYbyVwCfWhj1
2w36cjtvDI2HE/8xJfxpkHk=
=LMBL
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] EMail reminders do not work

2010-11-22 Thread Clay Wright

On 11/21/2010 06:09 AM, Andreas Haumer wrote:


I'm testing SOGo for some time now and it works fine, but it seems
I can't get email based reminders to work.

I have set up configuration properties like this:

sogod OCSEMailAlarmsFolderURL 
postgresql://sogo:s...@localhost:5432/sogo/sogo_alarms_folder
sogod SOGoEnableEMailAlarms YES

Cron starts sogo-ealarms-notify for user sogo every minute.

Now when sogo-ealarms-notify handles an entry from the
sogo_alarms_folder table, it does not send an email to
the recipient configured in the event, but creates the
following error message which is sent by cron to the
sogo user:

Nov 21 12:35:01 sogo-ealarms-notify [18844]: [ERROR]0x0x8278560[SOGoEMailAlarmsManager]  alarm number 
mismatch for record: {c_alarm_number = 0; c_name = 2DDA-4CE90300-1-73A11E00.ics; c_path = 
/Users/xss/Calendar/personal; c_recurrence_id = 0; c_uid = 2DDA-4CE90300-1-73A11E00; }


Hello Andreas. Are you using SOGo 1.3.4? There was a bug in the previous 
version that could result in this issue.


http://www.sogo.nu/bugs/view.php?id=922

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


Re: [SOGo] EMail reminders do not work

2010-11-22 Thread Andreas Haumer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Clay!

Thanks for your reply!

Am 22.11.2010 22:06, schrieb Clay Wright:
 On 11/21/2010 06:09 AM, Andreas Haumer wrote:
 
 I'm testing SOGo for some time now and it works fine, but it seems
 I can't get email based reminders to work.

[...]

 Nov 21 12:35:01 sogo-ealarms-notify [18844]:
 [ERROR]0x0x8278560[SOGoEMailAlarmsManager]  alarm number mismatch
 for record: {c_alarm_number = 0; c_name =
 2DDA-4CE90300-1-73A11E00.ics; c_path =
 /Users/xss/Calendar/personal; c_recurrence_id = 0; c_uid =
 2DDA-4CE90300-1-73A11E00; }
 
 Hello Andreas. Are you using SOGo 1.3.4? There was a bug in the previous
 version that could result in this issue.
 
 http://www.sogo.nu/bugs/view.php?id=922
 

I already found bug #922 in the SOGo bugtracking system.

The description of this bug mentions a value != 0 for field
c_recurrence_id to be the cause of the problem, but in my
case this field is always 0!

Also bug #922 should be fixed in SOGo-1.3.4 but I see this
problem with SOGo-1.3.4 (I double-checked this: SOGo shows
version number 1.3.4 in the logs on startup)!

I think I have a different issue here.

- - andreas

- -- 
Andreas Haumer | mailto:andr...@xss.co.at
*x Software + Systeme  | http://www.xss.co.at/
Karmarschgasse 51/2/20 | Tel: +43-1-6060114-0
A-1100 Vienna, Austria | Fax: +43-1-6060114-71
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iD8DBQFM6t8pxJmyeGcXPhERApDxAJ9UUWei8kkPUzonXB35SFlNZuN5OwCgvqBl
xSJ/JoeaRN1u09PGIyHbWfU=
=Zm45
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] EMail reminders do not work

2010-11-22 Thread Clay Wright

On 11/22/2010 03:22 PM, Andreas Haumer wrote:


I already found bug #922 in the SOGo bugtracking system.


Ah. I missed that in your original mail.



The description of this bug mentions a value != 0 for field
c_recurrence_id to be the cause of the problem, but in my
case this field is always 0!

Also bug #922 should be fixed in SOGo-1.3.4 but I see this
problem with SOGo-1.3.4 (I double-checked this: SOGo shows
version number 1.3.4 in the logs on startup)!

I think I have a different issue here.


Indeed. Sorry I can't lend a hand on this.

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


[SOGo] EMail reminders do not work

2010-11-21 Thread Andreas Haumer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

I'm testing SOGo for some time now and it works fine, but it seems
I can't get email based reminders to work.

I have set up configuration properties like this:

sogod OCSEMailAlarmsFolderURL 
postgresql://sogo:s...@localhost:5432/sogo/sogo_alarms_folder
sogod SOGoEnableEMailAlarms YES

Cron starts sogo-ealarms-notify for user sogo every minute.

Now when sogo-ealarms-notify handles an entry from the
sogo_alarms_folder table, it does not send an email to
the recipient configured in the event, but creates the
following error message which is sent by cron to the
sogo user:

Nov 21 12:35:01 sogo-ealarms-notify [18844]: [ERROR] 
0x0x8278560[SOGoEMailAlarmsManager] alarm number mismatch for record: 
{c_alarm_number = 0; c_name = 2DDA-4CE90300-1-73A11E00.ics; c_path = 
/Users/xss/Calendar/personal; c_recurrence_id = 0; c_uid = 
2DDA-4CE90300-1-73A11E00; }


In this particular example, the sogo_alarms_folder entry was:

c_path|c_name|  c_uid   
| c_recurrence_id | c_alarm_number | c_alarm_date
- 
--+--+--+-++--
 /Users/xss/Calendar/personal | 2DDA-4CE90300-1-73A11E00.ics | 
2DDA-4CE90300-1-73A11E00 |   0 |  0 |   1290339300


The calendar entry was:
  c_name  |  
c_content   | c_creationdate | c_lastmodified | 
c_version | c_deleted
- 
--+--+++---+---
2DDA-4CE90300-1-73A11E00.ics  | BEGIN:VCALENDAR\r   
 | 1290339125 | 1290339125 |
 0 |
  : VERSION:2.0\r
  : PRODID:-//Inverse inc./SOGo 
1.0//EN\r
  : BEGIN:VEVENT\r
  : UID:2DDA-4CE90300-1-73A11E00\r
  : SUMMARY:Testtermin\r
  : DESCRIPTION:Test\r
  : CREATED:20101121T113205Z\r
  : DTSTAMP:20101121T113205Z\r
  : LAST-MODIFIED:20101121T113205Z\r
  : BEGIN:VALARM\r
  : 
TRIGGER;RELATED=START;VALUE=DURATION:-PT10M\r
  : ACTION:EMAIL\r
  : 
ATTENDEE;CN=xss:mailto:x...@mydomain.at\r
  : SUMMARY:Testtermin\r
  : DESCRIPTION:Test\r
  : END:VALARM\r
  : RRULE:FREQ=DAILY\r
  : 
DTSTART;TZID=/inverse.ca/20101018_1/Europe/Vienna:20101121T124500\r
  : 
DTEND;TZID=/inverse.ca/20101018_1/Europe/Vienna:20101121T13\r
  : TRANSP:OPAQUE\r
  : END:VEVENT\r
  : BEGIN:VTIMEZONE\r
  : 
TZID:/inverse.ca/20101018_1/Europe/Vienna\r
  : X-LIC-LOCATION:Europe/Vienna\r
  : BEGIN:DAYLIGHT\r
  : TZOFFSETFROM:+0100\r
  : TZOFFSETTO:+0200\r
  : TZNAME:CEST\r
  : DTSTART:19700329T02\r
  : 
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU\r
  : END:DAYLIGHT\r
  : BEGIN:STANDARD\r
  : TZOFFSETFROM:+0200\r
  : TZOFFSETTO:+0100\r
  : TZNAME:CET\r
  : DTSTART:19701025T03\r
  : 
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU\r
  : END:STANDARD\r
  : END:VTIMEZONE\r
  : END:VCALENDAR



I tried various event and reminder settings, but I always get
the error mentioned above.

This error occurs with SOGo-1.3.4

I found bug #922 which mentions a similar error message, but
in my case the value of column c_recurrence_id is always 0,
so I'm not