ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
2098
|
Tue Nov 28 12:48:47 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | All | 2.6.3 | Version 2.6.3 released today |
Dear ELOG users,
ELOG version 2.6.3 has been released today. It contains all the bug fixes, security fixes and a few new features collected since the last release which was actually almost half a year ago. The changelog contains all the details.
Due to the security fixes it is recommended to upgrade from any version prior to 2.6.3. Please note that the location of all password and log files has been moved from the main elog directory to the logbook directory. This means that after upgrading you have to move your password file manually, otherwise you cannot log in any more. This modification was requested because some ELOG installations (especially ones with top groups) can now have a read-only main directory.
Stefan Ritt |
2106
|
Mon Dec 11 18:02:12 2006 |
| herman | hvwintoronto@yahoo.com | Question | Windows | 2.6.3 | Preset reply date to nothing |
How do I preset the reply date to an empty box(es)?
In 2.5.x it worked as
Preset on reply Plan Date = ""
gave me an empty date, which is what I wanted. Now in 2.6.3 I get some date in there (...1969) and have to
manually set it to empty again ?
Thanks |
2107
|
Tue Dec 12 15:45:48 2006 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.6.3 | Re: Preset reply date to nothing |
> How do I preset the reply date to an empty box(es)?
>
> In 2.5.x it worked as
>
> Preset on reply Plan Date = ""
>
> gave me an empty date, which is what I wanted. Now in 2.6.3 I get some date in there (...1969) and have to
> manually set it to empty again ?
>
> Thanks
I fixed that in SVN revision 1777 again, so it will be included in the next release. |
65964
|
Mon Sep 8 14:22:10 2008 |
| Samuel Morris | sam@tifr.res.in | Question | Linux | 2.6.3 | Is there a way to send email notification without attachment |
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.
Thanks
sam |
65965
|
Mon Sep 8 17:24:57 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.3 | Re: Is there a way to send email notification without attachment |
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. |
65967
|
Tue Sep 9 08:03:55 2008 |
| Samuel Morris | sam@tifr.res.in | Question | Linux | 2.6.3 | Re: Is there a way to send email notification without attachment |
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 |
65969
|
Tue Sep 9 08:42:52 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.6.3 | Re: Is there a way to send email notification without attachment |
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. |
65970
|
Tue Sep 9 11:13:15 2008 |
| Samuel Morris | sam@tifr.res.in | Question | Linux | 2.6.3 | Re: Is there a way to send email notification without attachment |
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???
|