Mark Martinec:
> Just came across the following logged message which failed to be parsed
> by our log parser:
> 
> postfix/anvil[29988]: statistics: max message rate 4/60s for 
> ([2001:1470:ff80::25]:10088:2001:1470:ff80:88::80:c) at Dec  8 19:26:44
> 
> Btw, 10088 is a port number, not part of an IP address.
> Perhaps an IP address should be enclosed in brackets to avoid ambiguity.
> 
> No big deal, just commenting...

The anvil service stores information under a key of service:client.
Apparently, your master.cf service is [2001:1470:ff80::25]:10088,
and in this case the client is 2001:1470:ff80:88::80:c.

Indeed, no big deal. I suppose it could use "," instead of ':',
resulting in [2001:1470:ff80::25]:10088,2001:1470:ff80:88::80:c,
but that would have to be made configurable and so no-one would use
it.

        Wietse

Reply via email to