> Am 10.12.2014 um 20:17 schrieb Peter Volkov :
>
> We use smtplib in python to send mail through postfix.
I attach a very simple example which I use in Zabbix, writtien in Python.
Best wishes
Christian
#!/usr/bin/env python2.7
import os
import sys
import smtplib
import time
import hashlib
Richard Damon wrote:
> Minor nit, SPAM filters really don't determine compliance to the
> standards, they determine the likelihood of a message being
> "undesirable". If being 100% compliant to the RFCs made a message immune
> to being detected as spam, then there would suddenly be a LOT of 100%
>
Am 11.12.2014 um 16:27 schrieb Kris Deugau:
Richard Damon wrote:
Minor nit, SPAM filters really don't determine compliance to the
standards, they determine the likelihood of a message being
"undesirable". If being 100% compliant to the RFCs made a message immune
to being detected as spam, then
On 12/10/2014 6:26 PM, wie...@porcupine.org (Wietse Venema) wrote:
deoren:
If I enable the options for 'notify_classes' then I'll get a Postmaster
email which contains the server response to the client:
503 5.5.1 Error: authentication not enabled
So, why do you worry about this, given that AU
deoren:
> I have two servers, one where AUTH _is_ enabled and this particular one
> that is receiving the AUTH attempts where AUTH currently is not enabled.
> It will however be reconfigured at some point in the future to allow
> remote AUTH. Before I enable it, I was going to enhance the existi
On 12/11/2014 3:51 PM, deoren wrote:
> On 12/10/2014 6:26 PM, wie...@porcupine.org (Wietse Venema) wrote:
>> deoren:
>>> If I enable the options for 'notify_classes' then I'll get a
>>> Postmaster
>>> email which contains the server response to the client:
>>>
>>> 503 5.5.1 Error: authentication no
On 12/11/2014 4:26 PM, Noel Jones wrote:
On 12/11/2014 3:51 PM, deoren wrote:
On 12/10/2014 6:26 PM, wie...@porcupine.org (Wietse Venema) wrote:
deoren:
If I enable the options for 'notify_classes' then I'll get a
Postmaster
email which contains the server response to the client:
503 5.5.1 Er
On 12/11/2014 4:09 PM, wie...@porcupine.org (Wietse Venema) wrote:
deoren:
I have two servers, one where AUTH _is_ enabled and this particular one
that is receiving the AUTH attempts where AUTH currently is not enabled.
It will however be reconfigured at some point in the future to allow
remote