Re: Troubleshooting body_checks

2014-07-02 Thread Noel Jones
On 7/2/2014 5:47 PM, Axel wrote: > Hello, > > I'm using postfix 2.9.6 on Debian 7 with an antispam body_checks > configuration like this: > > === main.cf === > body_checks = pcre:/etc/postfix/body_checks.pcre > === Maybe you have body_checks defined more than once in main.cf. Check the setting p

Troubleshooting body_checks

2014-07-02 Thread Axel
Hello, I'm using postfix 2.9.6 on Debian 7 with an antispam body_checks configuration like this: === main.cf === body_checks = pcre:/etc/postfix/body_checks.pcre === === body_checks.pcre === /Operationsmanager/ REJECT Spam not tolerated here. Rule 909 /mix.dj/REJECT Spam n

Re: On DKIM and Content-Transfer-Encoding

2014-07-02 Thread Wietse Venema
Mauricio Tavares: > raub@desktop:/tmp$ nc -t mail.domain.com 25 > 220 mail.domain.com Test Mail Server > EHLO desktop.domain.com > 250-mail.domain.com > 250-PIPELINING > 250-SIZE > 250-ETRN > 250-STARTTLS > 250-ENHANCEDSTATUSCODES > 250-8BITMIME > 250 DSN > MAIL FROM: BODY=8BITMIME > 250 2.1.0 Ok >

Re: On DKIM and Content-Transfer-Encoding

2014-07-02 Thread Mauricio Tavares
On Sun, Jun 29, 2014 at 8:20 AM, Wietse Venema wrote: > Mauricio Tavares: >> [<-] 220 mail.domain.com Test Mail Server >> [->] HELO raub.internal.domain.com >> [<-] 250 mail.domain.com >> [->] MAIL FROM: > > You send HELO. That means you can only send 7-bit ASCII email. > Please read RFC 5321 for

Re: Logging DNSBL rejections

2014-07-02 Thread Bill Cole
On 1 Jul 2014, at 19:41, Benny Pedersen wrote: On 1. jul. 2014 23.15.01 CEST, wie...@porcupine.org wrote: Benny Pedersen: [ Charset UTF-8 unsupported, converting... ] Benny you have no idea what you are talking about. Oh Telnet to 127.0.0.1 25 was imho what you mean, not to 127.0.0.2 ? D

Re: What does this mean "timeout after RSET"?

2014-07-02 Thread Viktor Dukhovni
On Wed, Jul 02, 2014 at 05:58:31AM -0400, Wietse Venema wrote: > > Jun 30 12:21:21 cllxprmgtsmtp01 postfix/smtpd[8837]: timeout after RSET > > from unknown[10.84.66.53] > > The LYRIS client sent the RSET command, and then it sent no more > commands until Postfix timed out (default timeout is 1000

Re: What does this mean "timeout after RSET"?

2014-07-02 Thread Wietse Venema
Wietse Venema: > > Jun 30 12:21:21 cllxprmgtsmtp01 postfix/smtpd[8837]: timeout after RSET > > from unknown[10.84.66.53] > > The LYRIS client sent the RSET command, and then it sent no more > commands until Postfix timed out (default timeout is 1000s). That > could indicate a problem with LYRIS.

Re: What does this mean "timeout after RSET"?

2014-07-02 Thread li...@rhsoft.net
you do this to send more than one message over the same connection but after the last message you should send QUIT instead RST Am 02.07.2014 12:02, schrieb tswmmeejsdad .: > Thanks for the reply Dominik. What does the RSET command do when sent by the > Client? > > On Wed, Jul 2, 2014 at 4:12 PM,

Re: What does this mean "timeout after RSET"?

2014-07-02 Thread tswmmeejsdad .
Thanks for the reply Dominik. What does the RSET command do when sent by the Client? On Wed, Jul 2, 2014 at 4:12 PM, Dominik George wrote: > Hi, > > >I'm not entirely sure what these RSETs are but they could be that the > >customer was hammering our mail server and we ran out of smtpd > >connec

Re: What does this mean "timeout after RSET"?

2014-07-02 Thread Wietse Venema
> Jun 30 12:21:21 cllxprmgtsmtp01 postfix/smtpd[8837]: timeout after RSET > from unknown[10.84.66.53] The LYRIS client sent the RSET command, and then it sent no more commands until Postfix timed out (default timeout is 1000s). That could indicate a problem with LYRIS. Wietse