On 10/03/15 14:52, Phil Stracchino wrote:
> On 10/01/15 09:07, k...@rice.edu wrote:
>> Hi Phil,
>>
>> What is in your web logs and postfix logs? Postfix is pretty good about
>> recording delivery problems and their cause. You may also want to check
>> the MySQL logs for any errors as well.
> 
> Aha! This looks significant:
> 
> ==> mail.log <==
> Oct  3 14:48:23 epsilon3 postfix/smtpd[7639]: connect from
> localhost[127.0.0.1]
> Oct  3 14:48:23 epsilon3 dspam[7638]: Got error 500 in response to RCPT
> TO: 500 5.5.2 Error: bad UTF-8 syntax^M
> Oct  3 14:48:23 epsilon3 postfix/smtpd[7639]: disconnect from
> localhost[127.0.0.1] helo=1 mail=1 quit=1 commands=3
> 
> 
> Now the question is, what could be causing this?  Which is to say, is it
> Postfix or dspam that is doing something wrong here?  Since plenty of
> UTF-8 mail seems to come through just fine, I'm assuming a Dspam
> configuration problem, but I don't know what.


Well, the first part of the problem seems to be that Dspam may be
sending incorrectly formatted UTF-8, because when I turned off
smtputf8_enable in Postfix, the 'bad UTF-8 syntax' error went away.
However, it seems to have been replaced by this:


Oct  4 14:01:00 epsilon3 postfix/smtpd[11430]: connect from
localhost[127.0.0.1]
Oct  4 14:01:00 epsilon3 postfix/smtpd[11430]: 66BC5157019:
client=localhost[127.0.0.1]
Oct  4 14:01:00 epsilon3 postfix/cleanup[11433]: 66BC5157019:
message-id=<20151004180100.66bc5157...@epsilon3.caerllewys.net>
Oct  4 14:01:00 epsilon3 opendkim[3414]: 66BC5157019: s=mail d=houzz.com SSL
Oct  4 14:01:00 epsilon3 opendkim[3414]: 66BC5157019: bad signature data
Oct  4 14:01:00 epsilon3 postfix/qmgr[11405]: 66BC5157019: from=<>,
size=132690, nrcpt=1 (queue active)
Oct  4 14:01:00 epsilon3 postfix/smtpd[11430]: disconnect from
localhost[127.0.0.1] helo=1 mail=1 rcpt=1 data=1 quit=1 commands=5
Oct  4 14:01:00 epsilon3 postfix/local[11434]: 66BC5157019:
to=<????@caerllewys.net>, orig_to=<????>, relay=local, delay=0.56,
delays=0.46/0.01/0/0.09, dsn=5.1.1, status=bounced (unknown user: "????")
Oct  4 14:01:00 epsilon3 postfix/qmgr[11405]: 66BC5157019: removed


This could possibly be because the quarantined message already contained
UTF8 data.  I'm going to have to wait for another false positive now
before I can test anything else...


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: 603.293.8485

------------------------------------------------------------------------------
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to