Re: Is there a way to send email notification without attachment, posted by Samuel Morris on Tue Sep 9 08:03:55 2008
|
Stefan Ritt wrote: |
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32.
|
Dear Stefan,
I tried Email Format =47 . still am having problems.
With Postfix limitation of 1MB elog is giving error message of 'Error sending Email via "<domain name>": 5.3.4 Error: message file too big
Without Postfix limitation, its sending email with the attachment.
Thanks |
Re: Is there a way to limit users to view only the entries they have created?, posted by Stefan Ritt on Tue Sep 9 08:40:41 2008
|
Herman Sherman wrote: |
We are using elog to allow users to enter their time spent on a project and we would like them to be able to see the entries that they themselves have
created but not the entries that other users have created.
Thanks,
Herman
|
In that case you have to make one logbook per user and restrict the access to it using the "Login user = ..." directive. |
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Tue Sep 9 08:42:52 2008
|
Samuel Morris wrote: |
Stefan Ritt wrote: |
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32.
|
Dear Stefan,
I tried Email Format =47 . still am having problems.
With Postfix limitation of 1MB elog is giving error message of 'Error sending Email via "<domain name>": 5.3.4 Error: message file too big
Without Postfix limitation, its sending email with the attachment.
Thanks
|
I guess you are modifying the wrong elogd.cfg file. Note that you have to send a HUP signal after you changed elgod.cfg for the daemon to re-read the file. Try modifying something else (like adding a new attribute) and see if the daemon sees the change. |
Re: Is there a way to send email notification without attachment, posted by Samuel Morris on Tue Sep 9 11:13:15 2008
|
Stefan Ritt wrote: |
Samuel Morris wrote: |
Stefan Ritt wrote: |
Samuel Morris wrote: |
Is there any way to send email notification of only the message and not the attachment. We get entries consisting of 10 MBs sometimes, and we would like to send only the message and not the attachment in the email notification. I tried restricting postfix to 1MB and using Email Format = 111 but with no success.
|
You have to use
Email Format = 47
to remove the attachments. The encoding is decimal, not binary, so you have to do 1+2+4+8+32.
|
Dear Stefan,
I tried Email Format =47 . still am having problems.
With Postfix limitation of 1MB elog is giving error message of 'Error sending Email via "<domain name>": 5.3.4 Error: message file too big
Without Postfix limitation, its sending email with the attachment.
Thanks
|
I guess you are modifying the wrong elogd.cfg file. Note that you have to send a HUP signal after you changed elgod.cfg for the daemon to re-read the file. Try modifying something else (like adding a new attribute) and see if the daemon sees the change.
|
Adding a new attribute is working fine... Has it to do with the elog 2.6.3 version and also I downloaded from ubuntu's synaptic package.. Will the latest release of elog solves this problem???
|
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Tue Sep 9 11:55:59 2008
|
Samuel Morris wrote: |
Adding a new attribute is working fine... Has it to do with the elog 2.6.3 version and also I downloaded from ubuntu's synaptic package.. Will the latest release of elog solves this problem???
|
I don't remember exactly when this feature was added, but it would well be that it was after 2.6.3, so upgrading would help.
|
Re: Is there a way to limit users to view only the entries they have created?, posted by Herman Sherman on Tue Sep 9 16:12:45 2008
|
Stefan Ritt wrote: |
Herman Sherman wrote: |
We are using elog to allow users to enter their time spent on a project and we would like them to be able to see the entries that they themselves have
created but not the entries that other users have created.
Thanks,
Herman
|
In that case you have to make one logbook per user and restrict the access to it using the "Login user = ..." directive.
|
I understand.
Thank you for the quick response. |
Moving individual messages in a thread, posted by Eoin Butler on Sat Sep 13 23:34:37 2008
|
It is possible that the Move to... and Copy to... commands can be configured so that when they operate on a message that is part of a thread, that only that message will be moved, instead of the whole thread? |
Re: Is there a way to send email notification without attachment, posted by Samuel Morris on Mon Sep 15 08:27:16 2008
|
Stefan Ritt wrote: |
Samuel Morris wrote: |
Adding a new attribute is working fine... Has it to do with the elog 2.6.3 version and also I downloaded from ubuntu's synaptic package.. Will the latest release of elog solves this problem???
|
I don't remember exactly when this feature was added, but it would well be that it was after 2.6.3, so upgrading would help.
|
Thanks Stefan. Now I have installed 2.7.4 and the problem is solved. but am having another problem. Elog is giving the same error message if the logbook has more than 5 subscribers for email notification. Upto 5 subscribers it works fine. I am sure its not postfix problem as I am able to send to more than 5 addresses in pine. |