Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2021 06:14:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254495] mail/sendmail: overhaul cyruslookup.patch
Message-ID:  <bug-254495-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 254495
           Summary: mail/sendmail: overhaul cyruslookup.patch
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex@FreeBSD.org
          Reporter: nork@ninth-nine.com
             Flags: maintainer-feedback?(dinoex@FreeBSD.org)
          Assignee: dinoex@FreeBSD.org

Created attachment 223513
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223513&action=
=3Dedit
Patches for Makefile and files/cyruslookup.patch

Hi dinoex.

I recently built two environments for cyrus-imapd and sendmail.
At that time, I found some bugs in cyruslookup.patch and fixed
them.  I found the following bug in cyruslookup.patch:

 * A socket file to smmapd does not match current cyrus-imapd's provided it.

 * FEATURE (mrs_cyrus) requires the definition of MAILER (cyrusv2d), but
   it does not exist.  According to the (*) site, New release (B) of cyrusv2
   mailer needs to be installed,  The original sendmail has an older version
   installed.

  (*) http://jmaimon.com/sendmail/anfi.homeunix.net/sendmail/rtcyrus2.html
      http://jmaimon.com/sendmail/anfi.homeunix.net/sendmail/cyrusv2.html

 * In the old version, error handling fails when there is no user in
   cyrus-imapd.  We only need to write "example.org  mrs_cyrus_mailertable:"
   in the /etc/mail/mailertable, but must write
   "example.org  mrs_cyrus_mailertable:error:5.1.1:550 User unknown" :-(.

The attached patch fixes the above problem.=20

P.S.
  Makefile installs "*.orig"s in cf directories, so I remove them.

--=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-254495-7788>