[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenARC 0.1.0 memory leak?


Following up on myself, a suspicious smell in the logs is: 
Feb 22 17:42:59 mailhub openarc[9894]: 2525462898: can't parse Authentication-Results; ignoring 

Example unparseable Authentication-Results (generated by Rspamd), based on the fact that my outgoing AAR is "none": 
Authentication-Results: mailhub.convivian.com; dkim=pass header.d=gmail.com;
 dmarc=pass policy=none header.from=gmail.com;
 spf=pass smtp.mailfrom=redacted@xxxxxxxxx 
Yes, Rspamd has trouble making valid AR headers; that "policy=none" is invalid. 

--Jered 

----- On Feb 22, 2018, at 7:54 PM, Jered Floyd <jered@xxxxxxxxxxxxx> wrote: 

> Before I try to debug this, I was wondering if we were aware of a memory leak in
> OpenARC-0.1.0. It has been consuming an increasing amount of memory on my
> system, and is disproportionate to the similar OpenDKIM:

> USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
> opendkim  9894  0.0 53.6 1570348 1096412 ?     Ssl  Jan18   7:25
> /usr/local/sbin/openarc -c /etc/openarc.conf
> opendkim 29899  0.0  0.5 690144 11228 ?        Ssl  Feb18   1:46
> /usr/sbin/opendkim -x /etc/opendkim.conf

> Signing mode only, my openarc.conf is below.

> --Jered

> AuthservID        mailhub.convivian.com
> Syslog            yes
> Mode            s
> Socket            local:/var/spool/postfix/var/run/opendkim/openarc.sock
> PidFile                 /var/spool/postfix/var/run/opendkim/openarc.pid

> OversignHeaders        From
> Domain            convivian.com
> KeyFile            /etc/opendkim/keys/convivian.com
> Selector        default

> UserID                    opendkim

> InternalHosts        0.0.0.0/0
> InternalHosts        ::/0

References:
OpenARC 0.1.0 memory leak?Jered Floyd <jered@xxxxxxxxxxxxx>