Hi, I was looking at fixing #742069, since it's quite recent. But I have
doubts on the right solution.

The thing is, if you enable smtps in postix (just un-commenting some
lines in the shipped master.cf), logs from smtps will add 'smtps/' to
the daemon name. So rules like this:

.... postfix/smtpd\[[[:digit:]]+\]: ....

Should be changed to this:

.... postfix/(smtps/)?smtpd\[[[:digit:]]+\]: ...

The reporter only mentions a couple of buggy lines, but I'm afraid more
will show up eventually [1]. Should we mass upgrade those postfix/smtpd or
start fixing as people complain?


Regards,

Alberto

[1] From a quick test in my laptop:
Apr  2 19:14:14 bin postfix/smtps/smtpd[24117]: connect from localhost[::1]
Apr  2 19:14:17 bin postfix/smtps/smtpd[24117]: SSL_accept error from 
localhost[::1]: lost connection
Apr  2 19:14:17 bin postfix/smtps/smtpd[24117]: lost connection after CONNECT 
from localhost[::1]
Apr  2 19:14:17 bin postfix/smtps/smtpd[24117]: disconnect from localhost[::1]

-- 
Alberto Gonzalez Iniesta    | Formación, consultoría y soporte técnico
mailto/sip: a...@inittab.org | en GNU/Linux y software libre
Encrypted mail preferred    | http://inittab.com

Key fingerprint = 5347 CBD8 3E30 A9EB 4D7D  4BF2 009B 3375 6B9A AA55

_______________________________________________
Logcheck-devel mailing list
Logcheck-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/logcheck-devel

Reply via email to