Bug 135273 - [MAINTAINER-UPDATE] mail/postfix: 2.6.1 to 2.6.2
Summary: [MAINTAINER-UPDATE] mail/postfix: 2.6.1 to 2.6.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-05 05:10 UTC by Sahil Tandon
Modified: 2009-06-11 05:28 UTC (History)
0 users

See Also:


Attachments
file.diff (2.26 KB, patch)
2009-06-05 05:10 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2009-06-05 05:10:02 UTC
Postfix stable release 2.6.2 fixes one defect in SASL support:

With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them.

 I also took this opportunity to roll back the default alias_database and alias_maps paths to /etc/aliases (instead of /etc/mail/aliases) -- the change to the latter was introduced in the "refactoring" patch (ports/ports/134728) and is incompatible with older versions of mail/postfix on FreeBSD and inconsistent with how the software is designed to work upstream.

Finally, we IGNORE= when WITH_VDA is set until the VDA folks release a patch that definitely works with 2.6.2.  Although I suspect the 2.6.1 patch would work, I think it's better form to let the VDA folks update their patch.

Fix: Apply attached CVS patch.

Patch attached with submission follows:
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2009-06-05 07:33:02 UTC
Responsible Changed
From-To: freebsd-bugs->itetcu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-05 08:02:58 UTC
itetcu      2009-06-05 07:02:44 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix         Makefile distinfo 
  Log:
  Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:
   With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
   smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
   reject_*_sender_login_mismatch, instead of enforcing them.
  
  Revert the default alias_database and alias_maps paths to /etc/aliases (instead
  of /etc/mail/aliases) -- the change to the latter was introduced in the
  "refactoring" patch (ports/ports/134728) and is incompatible with older
  versions of mail/postfix on FreeBSD and inconsistent with how the software is
  designed to work upstream.
  
  Finally, we IGNORE= when WITH_VDA is set until the VDA folks release a patch
  that definitely works with 2.6.2.  Although I suspect the 2.6.1 patch would
  work, I think it's better form to let the VDA folks update their patch.
  
  PR:             135273
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.147     +2 -4      ports/mail/postfix/Makefile
  1.101     +3 -6      ports/mail/postfix/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2009-06-11 05:28:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!