Bug 44747

Summary: SASL support needed for roaming users
Product: [Retired] Red Hat Powertools Reporter: Karl O. Pinc <kop>
Component: postfixAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 7.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-15 21:51:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Postfix specfile patch for SASL support none

Description Karl O. Pinc 2001-06-15 21:49:03 UTC
Description of Problem:

An authenticated smtp is necessary to support roaming users (and to match
M$ Exchange's functionality), elsewise the client is untrusted and postfix
will reject mail relaying (anti-spam).  Compiling SASL into postfix is
supplies a way to authenticate smtp.  (The other way would be SSL/TLS --
overkill.)

Attached is a patch to postfix-20010202-4.src.rpm's specfile that enables
SASL as supported by the cyrus-sasl-1.5.24-17.i386.rpm distributed with
RedHat 7.1.

Patch uses macro definition flag to trigger (or not) sasl support.  (Uses
ugly hack, is there another way to %declare a empty rpm macro?)

Comment 1 Karl O. Pinc 2001-06-15 21:51:28 UTC
Created attachment 21183 [details]
Postfix specfile patch for SASL support

Comment 2 Bernhard Rosenkraenzer 2001-06-29 11:13:54 UTC
Thanks, added in 20010610-1 (will be available at http://rhcontrib.bero.org/ 
later today)



Comment 3 Bernhard Rosenkraenzer 2001-06-29 11:26:01 UTC
There is a sane way to assign an empty value, by the way.

%define something %{_nil}