Re: Preset reply date to nothing, posted by Stefan Ritt on Tue Dec 12 15:45:48 2006
|
> 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. |
Is there a way to send email notification without attachment, posted by Samuel Morris on Mon Sep 8 14:22:10 2008
|
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 |
Re: Is there a way to send email notification without attachment, posted by Stefan Ritt on Mon Sep 8 17:24:57 2008
|
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. |
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 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.
|
SMTP problems - Error sending Email via "smtp.glocalnet.net", posted by Michael Ambrus on Mon Jan 12 23:36:17 2009
|
Hello, I'm having problems with e-mail notifications.
When I try submitting a new post, I get the following error:
Error sending Email via "smtp.glocalnet.net"
The error message doesn't give a lot of hints...
My config file contains the following lines:
[global]
SMTP host = smtp.glocalnet.net
SMTP username = rhj764h@tninet.se
SMTP Password = xxx
...
[BugZ]
...
Email All = somebody@gmail.com
Use Email From = theproject@kato.homelinux.org
The password was created by invoking elogd with the -t option containing the true password. I've tried enter the correct password manually in the config, but the error message is the same.
Below follows a cut&paste of the console output when invoking with the -v option (addresses manually edited to avoid spam):
Email ALL to somebody@gmail.com
timezone: -3600, offset: 3600
Email from theproject@kato.homelinux.org to somebody@gmail.com, SMTP host smtp
.glocalnet.net:
220 mta3.glocalnet.net ESMTP Service ready
EHLO kato.homelinux.org
250-mta3.glocalnet.net
250-DSN
250-8BITMIME
250-PIPELINING
250-HELP
250-AUTH=LOGIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-X-CP-DELIVER-AFTER
250-DELIVERBY 300
250 SIZE
==== Return ================================
HTTP/1.1 302 Found
Server: ELOG HTTP 2.6.3-1762
Connection: Keep-Alive
Keep-Alive: timeout=60, max=10
Location: http://kato.homelinux.org/elog-tinker/BugZ/6?error=Error+sending+Email
+via+<i>"smtp.glocalnet.net"</i>
Content-Length: 20
I can't make any sense of this. Please advise.
Regards
/Michael Ambrus
|