Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 24483

Summary: Postfix should not install files in /etc/sasl2 if -sasl
Product: Gentoo Linux Reporter: Chris Gianelloni (RETIRED) <wolf31o2>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Gianelloni (RETIRED) gentoo-dev 2003-07-14 15:16:33 UTC
Is the smtpd.conf file in /etc/sasl2 neccessary?  I did not have one with my
previous postfix install (before upgrade via emerge) and it worked perfectly.  I
understand the file is needed for sasl authentication, but I would suspect it is
not needed at all if sasl is not in USE.
Comment 1 Nick Hadaway 2003-07-21 01:35:57 UTC
if [ "`use sasl`" ]; then
     insinto /etc/sasl2
     doins ${FILESDIR}/smtpd-2.0.conf smtpd.conf
     dodir /usr/lib/sasl2
     dosym ../../../etc/sasl2/smtpd.conf /usr/lib/sasl2/smtpd.conf
fi

This is now in the 2.0.13-r1 ebuild.