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
|