Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2024 05:17:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276704] mail/opendkim fail to start with lua54 if lua files is really specified
Message-ID:  <bug-276704-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276704

            Bug ID: 276704
           Summary: mail/opendkim fail to start with lua54 if lua files is
                    really specified
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd-bug-report-yf@yf.bsdclub.org
                CC: freebsd-ports@dan.me.uk
                CC: freebsd-ports@dan.me.uk
             Flags: maintainer-feedback?(freebsd-ports@dan.me.uk)

milter-opendkim with liblua-5.4 cannot start if lua file is really specifie=
d in
opendkim.conf.
It crash by signal 6(SIGABRT).

My opendkim.conf (masking real domain):
[[[
AuthservID              mail.example.com
Canonicalization        relaxed/relaxed
KeyTable        /usr/local/etc/mail/opendkim/KeyTable
Mode                    sv
OverSignHeaders From
PidFile /var/run/opendkim/opendkim.pid
ReportAddress           "DKIM Error Postmaster" <postmaster@example.com>
Selector                default
SignHeaders=20=20=20=20
From,Reply-To,Subject,Date,To,Cc,Resent-Date,Resent-From,Resent-Sender,Rese=
nt-To,Resent-cc,In-Reply-To,References,List-Id,List-Unsubscribe,List-Post,L=
ist-Owner,List-Archive,Sender
SetupPolicyScript       /usr/local/etc/mail/opendkim/setup.lua
Socket                  local:/var/run/opendkim/opendkim.sock
Syslog                  Yes
UMask                   002
Userid  mailnull:mailnull
]]]

If /usr/local/etc/mail/opendkim/setup.lua is not exists or cannot read by
mailnull, the milter stops without signal 6. Also opendkim build with lua52=
 can
start normally with above setting (and readable setup.lua file).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276704-7788>